Feb 03, 2014
03:02 AM
I am having similar issue . i get the "save as" dialog even before starting the project. did you find any solution to this ?
... View more
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
Latest posts by cthumann
Subject | Views | Posted |
---|---|---|
1572 | Jan 17, 2014 10:45 AM | |
728 | Jan 08, 2014 03:16 PM | |
1900 | 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