Alperstein, Kenny wrote:

This is hard to explain, but it seems as if WIX, stored the publisherpolicy.config files in a structure it created that was relative to the directory where I created the msi. When installing the package, WIX then looked for the publisherpolicy.config, in the same structure but relative to the directory the msi was executed from.

You're specifying Compressed="yes" on every other file but publisherPolicy.config. Generally, it's not necessary/best to specify Compressed on individual files; instead, use the Package/@Compressed attribute to control the entire product, then use File/@Compressed to override that default.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to