Chad Blomquist wrote:
> I have a WiX installer project that builds a MSI file for an IE 
> toolbar/bho extension.  When installing on Windows Vista with the User 
> Access Control (UAC) turned *off* (ie, on install UAC does not ask you 
> to confirm), there seems to be a permissions problem when writing to 
> the registry -- writes to HKLM/Software/Classes/ AppID, CLSID/*, 
> Interface/*, Typelib/*  are all being virtualized into 
> HKUsers/[userid]/Software
>
> Writes defined explicitly (RegistryValue entries in the WiX code) that 
> write to HKLM/Software/[company]/[product] and 
> HKLM/Software/Microsoft/IE and Windows (to register the bho/toolbar 
> with IE) are working just fine.  It seems to be the stuff that is 
> entered automatically from the <File> element in the WiX code that is 
> being virtualized.

The File element doesn't write any registry values. How are you creating 
the values that go to the wrong place?

-- 
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to