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
- :
- Server and Workstation version
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
‎Jan 05, 2016
03:32 AM
Server and Workstation version
Hi,
We want to categorize the installer based on Server or Workstation . If server we would need SQL server to be installed along with the other prerequisites and if it is a normal workstation we would need only the other prerequisites to be installed. Can any one help out with your ideas to make this done?
Thanks,
Deeptha
We want to categorize the installer based on Server or Workstation . If server we would need SQL server to be installed along with the other prerequisites and if it is a normal workstation we would need only the other prerequisites to be installed. Can any one help out with your ideas to make this done?
Thanks,
Deeptha
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 05, 2016
11:28 AM
You will need to separate the server and non-server pieces into two different features.
For myself I had to use the Premium package Suite / Advanced UI package to accomplish this because of issues installing MS SQL Server 2008, 2008 R2, and 2012.
Basically for earlier versions of SQL Server I was able to include the package as a 'feature' prerequisite and associate it with a feature that only installs for the server class machines.
For versions 2008 R2, and 2012, the Microsoft setup stops the MSI and restarts it during its checks to validate that the package can be run. When that occurs the main installer for InstallShield looses its handle.
For a Suite package I would just run an InstallScript custom action to get the OS type. I forget the exact command but I know I have used it in the past.
For myself I had to use the Premium package Suite / Advanced UI package to accomplish this because of issues installing MS SQL Server 2008, 2008 R2, and 2012.
Basically for earlier versions of SQL Server I was able to include the package as a 'feature' prerequisite and associate it with a feature that only installs for the server class machines.
For versions 2008 R2, and 2012, the Microsoft setup stops the MSI and restarts it during its checks to validate that the package can be run. When that occurs the main installer for InstallShield looses its handle.
For a Suite package I would just run an InstallScript custom action to get the OS type. I forget the exact command but I know I have used it in the past.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2016
05:49 AM
Yes.. thank you.. But any idea on how to add these into the feature? Sorry your answers is not descriptive.
Thanks,
Deeptha
Thanks,
Deeptha