I'm trying to build a simple installation package that will allow any user to install our application regardless of administrative rights with the expectation that they will get the level of access appropriate for their rights and files will be installed in the appropriate folders (Program Files v.s. User\Name\Appdata, etc).
I've tried a significant number of different configurations (Media\Execution level, Dialogs\InstallTypeDlg, ShortcutsDLg, etc, and InstallationType\Per-User etc).
I'm satisfied with the results with the single exception that in all cases when attempting to install 'Only For Me (name)' instead of 'Everybody (all users)' I get a desktop shortcut on all users desktops (User\Public\Public Desktop) even though I only get a shortcut in the 'Start Menu' for the user logged on during the installation and the program is correctly installed in that user's Users\Name\AppData\... folder.
I used the 'New Shortcut Wizard' in 'Files and Folders' to create the shortcut which placed a copy in the 'Application Folder' and 'Desktop' folder.
Am I missing something obvious here? Placing an icon on each users desktop does allow them to start the program.
Thanks...