Rob Cecco
06-23-2008, 03:07 PM
Thanks to the InstallShield team for providing this support.
A couple questions on the new Multiple Instance support with Basic MSI projects:
1) when specifying another install instance I want to provide an alternate default install directory. I tried setting the INSTALLDIR property within the new Instance properties but when I run the installer I get Microsoft Install error 1606 "Could not access network location [2]" where [2] is [ProgramFilesFolder]MyFolder. It looks like the property ProgramFilesFolder is not getting expanded. Is there any way around this?
2) is there any way to dynamically set the name of the Taskbar and Desktop shortcuts? I tried to use the property [ProjectName] but it did not expand at install time. Again, for multiple instance support I would like to configure a new shortcut with a different name.
A couple questions on the new Multiple Instance support with Basic MSI projects:
1) when specifying another install instance I want to provide an alternate default install directory. I tried setting the INSTALLDIR property within the new Instance properties but when I run the installer I get Microsoft Install error 1606 "Could not access network location [2]" where [2] is [ProgramFilesFolder]MyFolder. It looks like the property ProgramFilesFolder is not getting expanded. Is there any way around this?
2) is there any way to dynamically set the name of the Taskbar and Desktop shortcuts? I tried to use the property [ProjectName] but it did not expand at install time. Again, for multiple instance support I would like to configure a new shortcut with a different name.