So, I've got a Deployment Project. I have the InstallAllUsers property set to True, and I have the File System Editor set to install shortcuts on everybody's desktop. The installer installs properly for the current Windows user and the shortcut(s) launch the software as expected.However, when subsequent users launch the program from their shortcut, the software immediately goes about installing itself again (assuming installation media is still present). Is there any way to prevent this behavior? That is, I would like the shortcuts on all users' desktops, but I would like to avoid the software thinking it needs to install itself again.To the best of my knowledge, there are no user-specific settings the softwareuses (ie, no HKCU) It seems like this should be relatively easy, but the answer has remained elusive.