December 2008 - Posts

Hotfix for MSI 4.5

Microsoft release a hotfix for MSI 4.5. It addressed a problem where installing multiple msi packages in a row could result in error message "API call rejected - No actions in Context". It's caused by the Windows Installer engine starting the next setup while the previous one is still in the last finishing step. This issue is most likely to be encountered during the installation of SQL Server 2008. So in many cases you won't need to install the hotfix.

The hotfix requires MSI 4.0 or 4.5 to exist on the target machine. This means that you can install it on Windows Vista and Server 2008, even if the target machine hasn't been updated from MSI 4.0 to 4.5 before. On Windows XP and Server 2003 however you need to install the base version of MSI 4.5 before you can apply the hotfix.

The MSI version matrix on InstallSite (English / German) has been updated.

Hotfix download

Posted by stefan | with no comments

Deployment and Patching Survey by Microsoft

You've probably already seen this, but in case you haven't:

Microsoft is currently running a survey to find out about the needs and pain points in application installation and servicing. This is your chance to impact the functionality in future versions of Windows.

Take the survey

Posted by stefan | with no comments
Filed under:

New Advanced Installer 6.7 brings licensing support with trials and registration

On November 26th, 2008 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.

The 6.7 release introduces a Licensing module supporting trials and registrations. Configurable with just a couple of mouse clicks, it is perfect for the busy software publisher, freeing you from having to implement your own custom solutions.

Configure custom HTTP headers and error pages in IIS. Help your users to easily pick target web sites and virtual directories during install by showing an automatically created list with what's available.

Extend your installer's functionality with the new ready to use predefined custom actions, Prerequisites and launch conditions.

Other improvements in this version:

  • Licensing module: trials and registration support
  • Play Audio File predefined custom action
  • Uninstall Previous Versions predefined custom action
  • Ability to configure custom HTTP error pages for a Web Site or Virtual Directory
  • Ability to configure custom HTTP headers for a Web Site or Virtual Directory
  • Populate a combobox/listbox with all websites/virtual directories on the target IIS server machine
  • Ability to change the order of standard actions
  • Wizard for creating prerequisites
  • .NET Framework 2.0 SP1 and SP2 predefined prerequisites
  • .NET Framework 3.0 SP1 predefined prerequisite
  • Visual Studio 2008 SP1 Redistributable predefined prerequisite
  • Active Internet connection predefined launch condition
  • Installed Office 2007 application predefined launch condition

Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.

For more information about Advanced Installer please see:
www.installsite.biz/advancedinstaller.htm

(Text based on a press release from Caphyon Ltd.)