I have a basic msi project. I'm trying to install SQL Server 2012 Express from a custom action. I am calling the SQL setup and passing a bunch of command line parameters. During the install, it hangs at:Invoking QueryServiceStatus Win32 APISco: At...
Hello all,Using Installshield 2014 Pro, creating an Installscript project. I want to be able to check to make sure the target system has at least 8GB of RAM before installing. How can I do this?Thanks,David
Hello,I'm using InstallShield 2013 LE in Visual Studio 2012. I need my installer to do several things and not sure how to accomplish this:1. Install SQL 2012 Express with a specific instance name.2. Install .Net 4.53. Install IIS and setup a website...
Thanks for the info DLee65. While you're here, maybe you can answer another question I had... I was wanting to filter the IS_SQLSERVER_LIST, but couldn't figure it out from an Installscript project. From an MSI project, I could do it with this Ins...