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