Re: [WiX-users] ConfigureIIS issues in Vista

2007-06-15 Thread Christopher Painter
Maybe they are using InstallShield 2008 which has native support for the 7.0 API. Mike Dimmick <[EMAIL PROTECTED]> wrote: (Wonder how microsoft.com are installing to their shiny new Windows Server 2008 Beta 3 boxes?) -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: [WiX-users] ConfigureIIS issues in Vista

2007-06-15 Thread Mike Dimmick
Yes, the IIS custom actions use the IIS 6.0 metabase APIs. Notably, however, rollback does not work as the IIS team saw fit to remove the backup API that the custom actions use to support rollback. If you want to write new custom actions/modify the old ones to support IIS 7.0's new metabase API, y