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
- :
- Re: Stranger errors
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
‎Oct 19, 2012
03:07 AM
Stranger errors
Hello
I have a question, or questions ...
I have an installer with somewhat strange behavior. The latest is, the installer creates a number of shortcuts, I install and there are machines with Windows 7 in which are created without problems, and other appears empty, and I don't know why. Anyone know why this might be happening?
Another thing is, my installer creates services and eliminates uninstall. In the uninstall process, before deleting the service, a screen appears indicating "The following applications should be closed", and applications are services. If I install in Windows XP all is Ok, but not in windows 7, any ideas?? :confused:
Thanks
I have a question, or questions ...
I have an installer with somewhat strange behavior. The latest is, the installer creates a number of shortcuts, I install and there are machines with Windows 7 in which are created without problems, and other appears empty, and I don't know why. Anyone know why this might be happening?
Another thing is, my installer creates services and eliminates uninstall. In the uninstall process, before deleting the service, a screen appears indicating "The following applications should be closed", and applications are services. If I install in Windows XP all is Ok, but not in windows 7, any ideas?? :confused:
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 25, 2012
09:42 AM
As possible solution to problem with services – add property MSIRESTARTMANAGERCONTROL with value Disable to your project.
Or: http://buildmaestro.wordpress.com/2011/03/14/suppress-filesinuse-dialog-on-uninstall/
Or: http://buildmaestro.wordpress.com/2011/03/14/suppress-filesinuse-dialog-on-uninstall/
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2012
03:45 AM
Thanks Elena for your reply, I think that all problems that we have now, are from Windows 7 😞
Any idea about the problem with the shortcut?
Any idea about the problem with the shortcut?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2012
05:20 AM
Hi,
I would check if UAC is ON.
In that case, if the user running the installation does not have permissions to the location where the shortcut is to be created --> it will fail.
it should succeed if you run the installation "as adminitrator" (right click the exe and choose "run as administrator").
Good Luck,
Sharon.
I would check if UAC is ON.
In that case, if the user running the installation does not have permissions to the location where the shortcut is to be created --> it will fail.
it should succeed if you run the installation "as adminitrator" (right click the exe and choose "run as administrator").
Good Luck,
Sharon.