
MAKEMSI is a freeware tool which enables you to easily and reliably create low overhead "MSI" or "Windows Installer" based installers. Windows Installer is a Microsoft developed and backed installer format or technology for building reliable installation packages.
v11.0 [Mar 20, 2011]
- The "DEFAULT_FILE_LANG_WHEN_GETLANGUAGE_FAILS" value was not being applied since the "10.341" release.
- Made minor changes and added error checking to make it much less likely that a line continuation (user) error would go undetected when creating scripts (VbsCa).
- A bug was found in the handling of double quotes by the "DATA" parameter of the "VbsCaSetup" command (quotes were being doubled up).
- Includes newer PPWIZARD
- All files were getting the language "1033" (the configurable default). Have adjusted "FileLanguage()" as suggested and testing proves it works again.