Microsoft no longer provides any continuing support for any Win9x OS, but
according to http://en.wikipedia.org/wiki/Windows_Installer MSI 2.0 was
released for 95/98/Me (along with NT 4.0 SP6 and all service packs of
Win2k). If the user already has MSI 2.0 installed, then your installation
will succeed. If they don't, they will get an error message indicating that
the package is not supported on their system. If you use a bootstrapper, you
can verify the MSI version first and either install or offer to install the
newer MSI before attempting to install your product.

The installer exe for MSI 2.0 for 9x can be obtained navigating from here:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=cebb
acd8-c094-4255-b702-de3bb768148f

The installer exe for MSI 2.0 for NT 4.0 and Win2k can be obtained
navigating from here:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=4b61
40f9-2d36-4977-8fa1-6f8a0f5dca8f

Use your favorite bootstrapping program.

-Blair

-----Original Message-----
From: Jonathan Hartley [mailto:tart...@tartley.com] 
Sent: Thursday, September 24, 2009 4:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] warning LGHT1076: ICE68 when adding ngen step to
installed .dll files

Thanks Blair,

We might need to support early versions of Windows. - we're writing a 
downloadable desktop application for widespread use.

What happens to Me and earlier users who try to install when we use 
installerVersion 200? Are they unable to install?

Thanks for the pointers, I'll go read about this.

    Jonathan


Blair wrote:
> Do you really need to support Windows Me or earlier?
>
> In your Package element, set the InstallerVersion attribute to 200 or
> higher.
>
> -----Original Message-----
> From: Jonathan Hartley [mailto:tart...@tartley.com] 
> Sent: Wednesday, September 23, 2009 11:04 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] warning LGHT1076: ICE68 when adding ngen step to
> installed .dll files
>
> Hi all.
>
> I'm migrating our wix2 install to wix3. In the process, I'm reinstating 
> the netfx tags on some .dll files to get them ngen'ed as part of the 
> install, eg:
>
>       <File Id='Controls.dll'
>         Name='Controls.dll'
>         DiskId='1'
>         Source='..\bin\Controls.dll'>
>         <netfx:NativeImage Id="NGenControls.dll"
>           Priority="0"
>           Platform="32bit"
>         />
>       </File>
>
> With the netfx tag added, I get the following warning from light:
>
>     light -nologo -ext WixUIExtension -ext WixNetFxExtension 
> Resolver-One.wixobj
>
>
>     
>
C:\delivery\Dev\wix30_public\src\ext\NetFxExtension\wixlib\NetFxExtension.wx
> s(819): 
> warning LGHT1076: ICE68: This package has elevated commit in 
> CustomAction table (Action=NetFxExecuteNativeImageCommitInstall) but it 
> has a schema less than 
> 150.

>
> Running the produced .msi file, the dll files are installed, and they 
> are scheduled for ngen on priority 3. I'd really like to be able to ngen 
> them synchronously, as part of the install, as we did with Wix2. I can't 
> understand the above warning, and haven't been able to Google anything 
> useful either.
>
> Does anyone have any clues, or suggestions of what I should be reading 
> up on?
>
> Many thanks,
>
>     Jonathan
>
>   

-- 
Jonathan Hartley      Made of meat.      http://tartley.com
tart...@tartley.com   +44 7737 062 225   twitter/skype: tartley



----------------------------------------------------------------------------
--
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to