cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rudesyle
Level 3

Handling multiple installs and dependencies

We currently have a hellacious process for setting up a desktop application on our client's laptops. It's a multi-step manual process, that involves a lot of clicking through Install Shield screens, as well as running powershell and SQL scripts. I'd like to consolidate this into one InstallShield installer.

Does anyone see any issues with handling a complicated install process that would do the following:

- Install SQL Server 2014 in silent mode
- Run custom SQL scripts to install two SQL server databases and data
- Run two application install shield setups (possibly consolidate into one)
- Hit a web service 2 download data specific for the user into one of those SQL server databases

Thanks!
Labels (1)
0 Kudos
(1) Reply
Dan_Galender
Level 10

I think you will want to create a Suite installer (which will require InstallShield's Premier edition).
0 Kudos