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
- :
- Installscript and Vista
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
‎Dec 04, 2007
02:00 AM
Installscript and Vista
Hello,
Our application is an installscript procedure (it has been written 7 years ago...).
In our next release, we have to support vista, but after having done some tests with our installscript on vista, I encountered a lot of problems for executing administrator tasks (like register ocx for example).
Is there a solution for supporting vista with an installsctipt without changing too much the Installshield project?
Our application is running for years, the customers do not have any problem with our installation I am not too confident for changing the IS project which could bring a lot of new problems...
What's the best solution in our case?
Thanks,
Cédric.
Our application is an installscript procedure (it has been written 7 years ago...).
In our next release, we have to support vista, but after having done some tests with our installscript on vista, I encountered a lot of problems for executing administrator tasks (like register ocx for example).
Is there a solution for supporting vista with an installsctipt without changing too much the Installshield project?
Our application is running for years, the customers do not have any problem with our installation I am not too confident for changing the IS project which could bring a lot of new problems...
What's the best solution in our case?
Thanks,
Cédric.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 04, 2007
03:13 AM
InstallShield 2008 and pure InstallScript and Vista works great for me.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 04, 2007
03:18 AM
And do you perform actions requiring admin privileges?
Do you start you setup.exe by specifying that the task should run in admin mode?
Do you start you setup.exe by specifying that the task should run in admin mode?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 04, 2007
09:26 AM
Yes, I set the Required Execution Level of the Setup.exe to Administrator if my Setup performs tasks which need elevated privileges.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 05, 2007
11:12 AM
I had a same problem with register ocx in Vista (getting an error message during installation). I think Vista has a newer version of ocx, if you try to register older version, Vista will displaying an error message.