Christopher Butcher wrote:
> 
> Thanks Bob
> I've done a registry search for the GUIDs used in the WXS file, but no
> entries in the registry.
> How would you suggest exploring where the component is shared, or how do
> you identify component rules violations?
> 

Hi Chris,

the component guids (and others like UpgradeCode) are safed as so called
compressed guids in registry.
you might use GuidCompressor.exe mentioned here
http://www.hanselman.com/blog/BATCHFILEVOODOODetermineIfMultipleAndWhichVersionsOfAnMSIinstalledProductAreInstalledUsingUpgradeCode.aspx
to reformat your component guid into a compressed format.
"Guidcompressor.exe {guid} N"

Then look into
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\
or do a full registry search.

hth
Dominik
-- 
View this message in context: 
http://www.nabble.com/ServiceInstall-and-ServiceControl-tp16279782p16349325.html
Sent from the wix-users mailing list archive at Nabble.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