In WiX v3, light runs validation (the ICEs) at the end of the build for you.
If you come up clean (no ICE errors) then you should pass that portion of the
Logo specs.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MJW
Sent: Friday, February 23, 2007 9:54 AM
To: Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to Use WiX 3.0 with Vista
Bob,
Thank you for the help! I have the latest CUB files from Orca and I will
specify LocalAppDataFolder. Now that I have this info, I will give it another
try.
Anyone:
After reading the Vista Logo specs, there are a number of ICE errors that an
MSI package must not receive. As far as WiX is concerned, does this mean that
those ICE errors must not be thrown when Light is creating the MSI from the
wixobj file, or does it mean something else?
Thank you,
Michael
On 2/22/07, Bob Arnson <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote:
MJW wrote:
> I have been checking the WiX users archives and it looks like I need
> to update my " darice.cub" file. I have downloaded the Vista SDK, which
> contains a couple of versions of the darice.cub file. I have tried
> both of the versions supplied with the Vista SDK, located in:
> - Microsoft SDKs\Windows\v6.0\Bin\msitools\Schemas\MSI\110
> - Microsoft SDKs\Windows\v6.0\Bin\msitools\Schemas\MSI\120
The latest .cub files are part of Orca. So you need to install Orca and
then copy the .cubs out of the Orca install directory.
> Q3: How to make a user's "AppData" folder (in Vista) the default
> installation directory instead of "Program Files"?
> For our XP installations, we used the "ProgramFilesFolder" value for
> our It looks like Vista per-user installations require applications to
> be installed in the user's "AppData" folder. How do I specify this in
> WiX? Will it simply mean replacing "ProgramFilesFolder" with
> "AppDataFolder"?
You probably want to use LocalAppDataFolder so the code doesn't try to
roam. To make a per-user setup, you want to use
Package/@InstallPrivileges="limited" so WiX marks the package as being
LUA compliant.
--
sig://boB
http://bobs.org
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users