You need something like this example of RegistrySearch that sets a property:

http://wix.sourceforge.net/manual-wix3/read_a_registry_entry.htm

You'll need a custom action to read that property, add your data creating
another propertyb that you can then write to the registry with a
RegistryValue element:

http://wix.sourceforge.net/manual-wix3/wix_xsd_registryvalue.htm

I don't think WiX has built-in support for doing Path.Combine() types of
actions, and MSI doesn't. 

Phil  

-----Original Message-----
From: Chaitanya [mailto:chaita...@pointcross.com] 
Sent: Thursday, June 13, 2013 12:32 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Read an Installed software Path from Registry update in
Registry

hi,
I need to read an Apache Software installed path from Registry.i need to
update that path in my main registry Any suggestions Acceptable.

Thanks & Regrds,
chaitanya.


----------------------------------------------------------------------------
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to