Aug 07, 2015
08:49 AM
DLee65, How to I tell with version of Windows Installer I'm targeting? If I try to include MSI.h, I get a fatal error "can't open include file"
... View more
Aug 06, 2015
01:56 PM
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 Installscript code hDB = MsiGetActiveDatabase(hInstall); // open view into ListBox table MsiDatabaseOpenView(hDB, "SELECT * FROM `ListBox` WHERE `Property`='IS_SQLSERVER_LIST'", hViewlist); MsiViewExecute(hViewlist, NULL); It's giving a compile error on MsiGetActiveDatabase when trying to use in Installscript. I assume because it's not an MSI project. Any way to filter the IS_SQL_SERVER_LIST in a plain Installscript project? Thanks, David
... View more
Aug 06, 2015
12:19 PM
No. I'm thinking of just trying to use an Installscript project, that would allow me to run the SQL installer without having the MSI conflicts.
... View more
Aug 05, 2015
03:27 PM
I read that starting with either 2008 or 2008 R2, MS changed the install to MSI based, that's why it doesn't work anymore. Thanks for your help!
... View more
Aug 05, 2015
02:52 PM
Yes, SQL Express 2012. My project is a basic MSI project and I'm seeing that the problem is trying to launch SQL's MSI installer from an MSI installer and that's not supported. Have you installed SQL from within an MSI?
... View more
Aug 04, 2015
04:23 PM
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 API Sco: Attempting to open SC Manager I can run this manually from a command prompt and it works fine, but calling it from the custom action always gives this problem. Any suggestions?
... View more
- Tags:
- msi
- sql express 2012
Labels
- Labels:
-
InstallShield 2014
Jun 29, 2015
03:13 PM
Here's what I did to solve the problem... 1. Created a powershell script that checks for at least 8gb of RAM. If more than 8gb, it writes a text file to the CommonFiles folder. 2. Created a prerequisite that looks for the text file. If the file isn't there, it runs the powershell script. If that fails, the install terminates. I include powershell.exe AND the script file in my prerequisite. I tested disabling Powershell on a Win 8.1 VM and it still runs fine. Thanks for all the help Dan!
... View more
Jun 29, 2015
12:32 PM
I'm looking into possibly running a powershell script that can return the physical memory as the first prerequisite. We'll see how that goes. Thanks for all of your help Dan!
... View more
Jun 29, 2015
11:23 AM
Thanks Dan, I think this is getting me on the right track. I have added the OnBegin function, but it looks like the prereqs are running before that gets called. Is there a way to check before any of the prereqs start? Thanks, David P.S. I'm still very new with Installshield, I appreciate your patience.
... View more
Jun 29, 2015
10:36 AM
It's an InstallScript project. I don't see anything about install conditions on the General Information tab.
... View more
Jun 29, 2015
09:42 AM
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
... View more
Labels
- Labels:
-
InstallShield 2014
Oct 27, 2014
11:41 AM
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.5 3. Install IIS and setup a website. Any tutorials or pointers on how to make this happen are appreciated. Thanks, David
... View more
Labels
Latest posts by DKroll76
Subject | Views | Posted |
---|---|---|
1950 | Aug 07, 2015 09:36 AM | |
1950 | Aug 07, 2015 08:49 AM | |
1950 | Aug 06, 2015 01:56 PM | |
2678 | Aug 06, 2015 01:19 PM | |
2678 | Aug 06, 2015 12:19 PM | |
2678 | Aug 05, 2015 03:27 PM | |
2678 | Aug 05, 2015 02:52 PM | |
5599 | Aug 04, 2015 04:23 PM | |
2040 | Jun 29, 2015 03:13 PM | |
2040 | Jun 29, 2015 12:32 PM |
Activity Feed
- Posted Re: Installing SQL Hangs on InstallShield Forum. Aug 07, 2015 09:36 AM
- Posted Re: Installing SQL Hangs on InstallShield Forum. Aug 07, 2015 08:49 AM
- Posted Re: Installing SQL Hangs on InstallShield Forum. Aug 06, 2015 01:56 PM
- Posted Re: Installing SQL Hangs on InstallShield Forum. Aug 06, 2015 01:19 PM
- Posted Re: Installing SQL Hangs on InstallShield Forum. Aug 06, 2015 12:19 PM
- Posted Re: Installing SQL Hangs on InstallShield Forum. Aug 05, 2015 03:27 PM
- Posted Re: Installing SQL Hangs on InstallShield Forum. Aug 05, 2015 02:52 PM
- Posted Installing SQL Hangs on InstallShield Forum. Aug 04, 2015 04:23 PM
- Tagged Installing SQL Hangs on InstallShield Forum. Aug 04, 2015 04:23 PM
- Tagged Installing SQL Hangs on InstallShield Forum. Aug 04, 2015 04:23 PM
- Posted Solved! on InstallShield Forum. Jun 29, 2015 03:13 PM
- Posted Re: Target system minimum RAM requirement on InstallShield Forum. Jun 29, 2015 12:32 PM
- Posted Re: Target system minimum RAM requirement on InstallShield Forum. Jun 29, 2015 11:23 AM
- Posted Re: Target system minimum RAM requirement on InstallShield Forum. Jun 29, 2015 10:36 AM
- Posted Target system minimum RAM requirement on InstallShield Forum. Jun 29, 2015 09:42 AM
- Tagged Target system minimum RAM requirement on InstallShield Forum. Jun 29, 2015 09:42 AM
- Tagged Target system minimum RAM requirement on InstallShield Forum. Jun 29, 2015 09:42 AM
- Posted Installing SQL 2012 Express and others on InstallShield Forum. Oct 27, 2014 11:41 AM
- Tagged Installing SQL 2012 Express and others on InstallShield Forum. Oct 27, 2014 11:41 AM
- Tagged Installing SQL 2012 Express and others on InstallShield Forum. Oct 27, 2014 11:41 AM