SetupSqueezer localization question...
Posted: Tue Jul 24, 2007 1:19 pm
I am currently evaluating Setup Squeezer as a possible addition to our installation arsenal, and I am faced with the following situation:
I have an MSI which installs an application. There are a number of localization transforms which, when applied to the MSI, create a translated version of the installer. There is also a setup bootstrapper which presents a pulldown menu to the user, allowing them to select their desired language. Once the language is selected, the transform is applied to the MSI and msiexec is called. (This was all built using InstallShield, by the way.)
When I use InstallAware Setup Squeezer for MSI, it produces an executable which completely bypasses the language selection, and so the installer ends up being English-only. InstallAware Setup Squeezer for InstallShield produces a similar executable.
Ideally, I would like to encapsulate this entire process (user selects language, transform gets applied, etc) inside the Setup-Squeezed executable. One possible workaround that springs to mind is if the executable can pause after recomposition and apply the desired transform (or call a script, or otherwise execute some sort of callback to custom code). Is this possible with Setup Squeezer?
On a related note, I have been unable to find any documentation, user's guide, compiled help, or whatever for Setup Squeezer. Is there any? If so, where can I find it?
Regards,
Mike Hammond
I have an MSI which installs an application. There are a number of localization transforms which, when applied to the MSI, create a translated version of the installer. There is also a setup bootstrapper which presents a pulldown menu to the user, allowing them to select their desired language. Once the language is selected, the transform is applied to the MSI and msiexec is called. (This was all built using InstallShield, by the way.)
When I use InstallAware Setup Squeezer for MSI, it produces an executable which completely bypasses the language selection, and so the installer ends up being English-only. InstallAware Setup Squeezer for InstallShield produces a similar executable.
Ideally, I would like to encapsulate this entire process (user selects language, transform gets applied, etc) inside the Setup-Squeezed executable. One possible workaround that springs to mind is if the executable can pause after recomposition and apply the desired transform (or call a script, or otherwise execute some sort of callback to custom code). Is this possible with Setup Squeezer?
On a related note, I have been unable to find any documentation, user's guide, compiled help, or whatever for Setup Squeezer. Is there any? If so, where can I find it?
Regards,
Mike Hammond