Jan 17, 2014
10:45 AM
Our InstallShield project is part of a much larger Visual Studio 2010 solution with many other projects in it. When we want to debug an application within the solution, we always gets prompted with a "Save As" dialog for the InstallShield project's .ism file. Why does this happen? The whole solution is under source control using SourceSafe. The InstallShield project is not even set to Build as part of the solution. But, if the InstallShield project's .ism file is ReadOnly on the machine, it always prompts us with the Save As dialog. This is becoming a major issue for us. We click Debug for any other project in the solution and get this every time...
... View more
Labels
- Labels:
-
InstallShield 2013
Jan 08, 2014
03:16 PM
cthumann wrote: My installer installs a module for an existing piece of software existing on the target machine. I need to read a path from an existing ini file on the target machine to get and set the INSTALLDIR of the module being installed. How? I did some forum searches, but didn't find anything related to my specific need. Thanks. Nevermind, I figured it out myself. Created an InstallScript file that does the following... function GetPathFromINI(hMSI) STRING svResult; begin GetProfString ( "c:\\Windows\\file.ini" , "File Locations" , "Path" , svResult ); MsiSetProperty(hMSI,"INSTALLDIR",svResult); // for testing only; make sure the INSTALLDIR gets set from the ini file //MessageBox("Location from INI: " + INSTALLDIR, INFORMATION); end;
... View more
Jan 08, 2014
12:30 PM
My installer installs a module for an existing piece of software existing on the target machine. I need to read a path from an existing ini file on the target machine to get and set the INSTALLDIR of the module being installed. How? I did some forum searches, but didn't find anything related to my specific need. Thanks.
... View more
Labels
- Labels:
-
InstallShield 2013
Latest posts by cthumann
Subject | Views | Posted |
---|---|---|
1633 | Jan 17, 2014 10:45 AM | |
817 | Jan 08, 2014 03:16 PM | |
1989 | Jan 08, 2014 12:30 PM |
Activity Feed
- Posted IS 2013 ~ VS 2010 ~ IS Forcing "Save As" prompt for .ism file when debugging any proj on InstallShield Forum. Jan 17, 2014 10:45 AM
- Posted Re: Set INSTALLDIR from location in an .ini file already on destination machine. on InstallShield Forum. Jan 08, 2014 03:16 PM
- Posted Set INSTALLDIR from location in an .ini file already on destination machine. on InstallShield Forum. Jan 08, 2014 12:30 PM
- Tagged Set INSTALLDIR from location in an .ini file already on destination machine. on InstallShield Forum. Jan 08, 2014 12:30 PM
- Tagged Set INSTALLDIR from location in an .ini file already on destination machine. on InstallShield Forum. Jan 08, 2014 12:30 PM
- Tagged Set INSTALLDIR from location in an .ini file already on destination machine. on InstallShield Forum. Jan 08, 2014 12:30 PM