Hi, I already managed to install properly a win32 assembly (not a .Net one) into the Windows XP side-by-side directory. My problem now is that I can't figure out how I should do if I want to publish a policy file (aka: Publisher Configuration File) using WiX.
Is it possible using WiX to install a policy file? If it is, can anyone explain a little bit how we can do it? For the moment, here is an extract from my wxs file: <Directory Id="TARGETDIR" Name="SourceDir"> <Component Id="Policy Component" Guid="C632B0EF-A653-4130-8FCB-0138D2E6E4C3"> <File Id="policy" Name="policy.1.0.MyCompany.World" KeyPath="yes" Source="C:\my projects\deleteMe\World\Debug\policy.1.0.MyCompany.World"/> <File Id="catalog" Name="policy.1.0.MyCompany.World.cat" Source="C:\my projects\deleteMe\World\Debug\policy.1.0.MyCompany.World.cat"/> </Component> </Directory> I followed the naming convention for policy file as explain on msdn, but maybe that is part of the problem? Thanks for your help. ----- -- View this message in context: http://n2.nabble.com/Windows-side-by-side-policy-file-installation-tp787839p787839.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users