PDA

View Full Version : New Version Available: 2.1.1007.0


Darryl
07-09-2009, 11:12 AM
Today (July 9, 2009) we have released a new version of MSI Factory ( v2.1.1007.0). To get the latest version, select Help > Check for Update from the menu and download the new full installer from your customer portal.

This release contains several bug fixes and features:


Updated the WiX distribution to version 3.5.0704.0.
Added Windows 7 support to the System.GetOSName action.
Added Windows 7 support to the Launch Conditions Operating System condition tree.
Made it so that invalid certificates can be ignored in the bootstrapper and LuaScript DLL through the use of an undocumented variable called _IgnoreInvalidCertificate.
Fix: Made it so that the HTTP Error Dialog will be displayed (if allowed) if an invalide certificate is encountered.
Fix: Fixed a bug where File.GetSize would return an incorrect file size for files larger then 4.7GB.
Fix: Fixed a bug where Shell.Execute was incorrectly setting an error code.
Fix: Fixed a bug where REG_DWORD values larger then MAX_INT were not being written to the registry properly.
Fix: Fixed a bug where blank usernames were incorrectly being written into the Wix files. Now if a usename is blank it will be left out.
Fix: Fixed a bug where a TODO dialog was incorrectly being shown.
Fix: Fixed a problem where typing into the edit control on the InstallDirDlg was not setting INSTALLDIR properly in some situations.
Fix: Fixed a bug where PathEdit controls were not allowing you to publish events.
Fix: Fixed a bug where file and folder searches were sometimes getting the same DirectorySearch Id.
Fix: Fixed a bug where a deprecated attribute name was being used in the Copy Files (CopyFile Element) file operation causing a potential build error.
Fix: Fixed a bug where a warning would be shown during the build related to the Package/Platform attribute.
Fix: Fixed a bug where the File Search "Depth" option was not working properly if it was greater than 0.
Fix: Fixed a bug where using INI File System Editors would result in malformed XML in project files.
Fix: Fixed a bug where using Create Shortcut System Editors would result in malformed XML in project files.
Fix: Made it so that fragments can be specifed using paths relative to the project file.
Fix: Added some minor validation to the Run Executable custom action.
Fix: Made it so that System.GetOSName would return Windows 7 on Windows 7 when called via the LuaScript DLL custom action.
Fix: Fixed the launch conditions to work with Windows Server 2008 and Windows 7.
Fix: Fixed a tab order problem on the CollectUserInformationDlg Dialog.