Hi Daniel,
OS is Win7 x64 SP1, Advanced Installer Version 9.1.
We want to use another Software Management Tool, thus I have to repackage it (the original package was not done by me).
Here an excerpt from the SnagIt 8 Enterprise Installation (the installer was originally an MSI), which I found today:
Distributing SnagIt Manually
If you do not have a Windows Server or another deployment mechanism, you can “manually” install SnagIt using the command line. This could be placed in a batch file or a script you write.
1. Place the installer, SnagIt.reg, and the transform in the same directory on the central file share. Note that the installer searches for a file named “SnagIt.reg” in the same directory as the original .MSI file and, if present, automatically installs it into the main SnagIt installation directory.
2. The package and customizations can now be installed manually on the client machines using msiexec.
3. Any transforms (.mst files) are applied by specifying the transform filenames in the property TRANSFORMS on the msiexec command line. Multiple transform files are separated by semicolons.
4. To install SnagIt without any user dialogs, applying a transform named “Setup_SnagIt.mst,” run the following command:
msiexec /i \\machine\share\SnagIt\Setup_Snagit.msi TRANSFORMS="Setup_Snagit.mst" /qn
So I created an empty SnagIt.reg and put in the same directory as the MSI - the import works fine. I also added changes to the MSI (HKCU keys) an rebuilt it. But during installation I got an error:
Error in custom action. The library C:\Users\<USERNAME>\DA0BF7AB88EB46758FA1531EAD938821.TMP\WiseCustomCalla.dll is invalid or could not be found
After clicking on OK the installation continues and Snag seems to work fine. But the icons of the shortcuts are not the real SnagIt icons - please have a look at the attachment.
Thanks for your help so far!