Nouvelle version Thinstall : 3.387

Thinstall - News

Maintenance corrective et nouveautés :

  • Changement de look
  • Pré-configuration de package.ini par interface graphique
  • Modification de Log Monitor
  • Amélioration du support MS-DOS et 64-bit

Le changelog :

  • Added new graphics for the Setup Capture wizard
  • Fixed a problem in which Setup Capture writes to the package.ini file with MSIInstalDir but the build expects MSIInstallDirectory
  • Fixed an issue in which snapshot.exe sometimes fails when an application contains invalid icon data
  • The installer now supports overridding INSTALLDIR when installing .msi files using a command line interface
  • Log Monitor uses a new shared memory object format. Applications packaged with older versions of Thinstall will no longer produce trace files when a newer version of Log Monitor is running. To produce trace files for older packaged versions of Thinstall, use a copy of an older log monitor application
  • MS-DOS and 64-bit child processes are created natively outside of a virtual environment (previous versions of Thinstall failed to create these processes). This resolves an issue in which a packaged application might not print on 64-bit systems
  • Added the AllowUnsupportedExternalChildProcesses option under [BuildOptions] in the package.ini file. When set to 0, an attempt by the virtualized application to create a child MS-DOS or 64-bit process will fail. When set to non-zero (default), the process will be created natively outside of the virtual environment
  • Fixed a problem in the ts_load_internal_module
  • Resolved issues in which Sandboxes were stored to the root directory of mapped drives or UNC paths
  • Fixed a race condition in .ini file processing that can occur in Microsoft Office 2007 that causes app to crash
  • Implemented the runtime EULA package.ini setting. By default this is 0. Setting it to 1 will cause the EULA to be displayed. Consult your Master License Agreement to determine if you need to display the EULA or not
  • Implemented Setup Capture GUI changes to add easy access to PermittedGroups, Compression, SandboxPath, and Build
  • Prevented exclusion of “HKLMSOFTWAREMicrosoftWindowsCurrentVersionInternet Settings5.0User Agent” and “…Internet SettingsUser Agent” registry keys from capture. This fixes an issue in which .NET 1.1 is packaged with IE to provide web-based .net applets without installing .NET
  • Implemented a fix for Cisco Security Agent that has a race condition that was causing a failure when running under Thinstall
  • Fixed corrupted registry isolation when HKEY_LOCAL_MACHINE.txt has HKEY_LOCAL_MACHINESchema or any other non-existing top-level key. The error message when a DLL can’t be loaded is now more precise. Proper debugging of vregtool is now enabled
  • Fixed a bug in log monitor that was occurring when dereferencing bad pointers and was causing a failure during the logging process
  • Removed small compression. Because of licensing issues, small compression is no longer available. Packages that used small compression will switch to fast compression
  • RegGetValue() will expand REG_EXPAND_SZ strings by default
  • Fixed a number of unicode issues where ANSI string lengths were not calculated correctly for 2-4 byte characters
  • Fixed issues in which child process command line arguments were not being passed along correctly
  • Fixed an issue in which Thinreg would sometimes fail to execute .vbs scripts when .vbs type association has been changed to notepad or other processes