Unfortunately that usually requires a custom action.

Are you reading a file path or something else?

-----Original Message-----
From: vunder [mailto:vun...@bk.ru] 
Sent: Tuesday, February 02, 2010 11:09 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Storing variale value after installation


Thanks, it works!

Next question: after reading value from registry, can I remove some symbols?
In my case I need to remove quotes from string

    <Property Id="SAVE_POSTNAME" Secure="yes">
      <RegistrySearch Id="FindSavedPostName" Root="HKCU"
Key="Software\DFPost\DFPost40\[CONFIG_NAME]\Modules\PostManager:tPostManager
"
Name="UserName" Type="raw"/>
    </Property>
    <SetProperty Id="POST_NAME" Value="[SAVE_POSTNAME]" After="AppSearch"/>

-- 
View this message in context:
http://n2.nabble.com/Storing-variale-value-after-installation-tp4500806p4505
838.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the
business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to