Nov 07, 2012
10:30 AM
When you send your installer (.MSI or Setup.exe) to end-users it won't work because they don't have on their computers, you need to use the SupportDir to store the nested Redist packages. Why don't you use the standard methods to accomplish this task ? http://www.installationdeveloper.com/2030/how-to-run-an-application-from-within-an-installation/
... View more
Oct 03, 2012
10:34 AM
You might have to change the GUID for every component which gets registered during installation. Here's the bare minimum that needs to be done: http://www.installationdeveloper.com/2896/the-minimum-work-that-needs-to-be-done-when-copying-a-project/
... View more
Sep 26, 2012
02:15 PM
You have to make sure that your Custom Action obtains the support dir like this: MsiGetProperty(hMSI, "SUPPORTDIR", supportDirPath, nLength); This is the only way to get the correct supportdir path: http://helpnet.flexerasoftware.com/installshield18helplib/FAQCustomActionsSupportdir.htm
... View more
Latest posts by TechnoHermit
Subject | Views | Posted |
---|---|---|
491 | Nov 07, 2012 10:30 AM | |
629 | Oct 03, 2012 10:34 AM | |
800 | Sep 26, 2012 02:15 PM |
Activity Feed
- Posted Re: another Setup started from inside a Setup fails on InstallShield Forum. Nov 07, 2012 10:30 AM
- Posted Re: Supporting Side By Side Installation on InstallShield Forum. Oct 03, 2012 10:34 AM
- Posted Re: Supportdir files on InstallShield Forum. Sep 26, 2012 02:15 PM