The ability to install side-by-side assemblies (either .NET or Win32) was
added in Windows Installer 2.0. You should ensure that the user isn't trying
to install your package using an older version of Windows Installer by
setting the package schema to a high enough level.

 

You do this by setting the Package/@InstallerVersion attribute to a higher
level (e.g. 200 for Windows Installer 2.0).

 

I would be very surprised to find a system now that didn't have at least
Windows Installer 2.0 installed, since that's been around for six years.
Windows Update now requires Windows Installer 3.1 on Windows 2000 and newer.
Still, it can't hurt to avoid a problem in the first place.

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sunghwa Jin
Sent: 19 June 2007 23:17
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] ICE66: Complete functionality of the MsiAssembly table
is only available with Windows Installer version 1.5. Your schema is 100.

 

Hi all,

 

I'm getting this error after I switch to WiX v3 when running Light.exe. Can
someone  give me any clue about this warning? How can I solve this issue?
Light version is 3.0.2712.0:

 

warning LGHT1076 : ICE66: Complete functionality of the MsiAssembly table is
only available with Windows Installer version 1.5. Your schema is 100.

 

Thanks,

Sunghwa

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to