This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Troubles with permissions and desktop shortcuts..??
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 11, 2013
01:58 AM
Troubles with permissions and desktop shortcuts..??
I've got a runtime solution for Windows that was created using FileMaker Pro. It gives me an .exe (and a bunch of dll's, etc.) that I wrap up using InstallShield to deliver. I'm having some issues that I can't seem to figure out, though.
First, if I install my application to C:/Program Files and try to follow the standard of software installed on Windows then I end up with write permission errors when I try to use the application. I have to manually add modify/write privileges for the User group on the computer to my software's install directory. With this method, though, the desktop shortcut shows up just fine after installing and all users of the machine can use the software.
To get around the permissions issue I can use USERPROFILE as the install directory instead, however, then every user on the computer would have to install the software for themselves. This isn't the end of the world, though, so we decided to go ahead with this method, but then I ran into another problem. It seems that when I use this install path instead of Program Files the desktop shortcut doesn't get created after installation. I've double checked that the Desktop Shortcut option was enabled in InstallShield while creating the installer. When I install the software, though, it doesn't show up on the desktop. I have to create it myself manually.
Any information on how I can get around these issues would be greatly appreciated.
First, if I install my application to C:/Program Files and try to follow the standard of software installed on Windows then I end up with write permission errors when I try to use the application. I have to manually add modify/write privileges for the User group on the computer to my software's install directory. With this method, though, the desktop shortcut shows up just fine after installing and all users of the machine can use the software.
To get around the permissions issue I can use USERPROFILE as the install directory instead, however, then every user on the computer would have to install the software for themselves. This isn't the end of the world, though, so we decided to go ahead with this method, but then I ran into another problem. It seems that when I use this install path instead of Program Files the desktop shortcut doesn't get created after installation. I've double checked that the Desktop Shortcut option was enabled in InstallShield while creating the installer. When I install the software, though, it doesn't show up on the desktop. I have to create it myself manually.
Any information on how I can get around these issues would be greatly appreciated.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 12, 2013
05:34 PM
Anybody..??