Hi Nicolas,

I just got it reviewed and as of now it does not cause much of a bother 
to me at this point of time. Thanks for the reply.

Thanks,
SuvraJyoti
On 16-12-2013 21:12, Nicolás Alvarez wrote:
> Does he extra slash cause you actual trouble? Does it bother you enough to
> justify a custom action?
>
> El lunes, 16 de diciembre de 2013, Suvrajyoti Panda escribió:
>
>> Thanks for the solution Blair. Would try this.
>>
>> Regards,
>> SuvraJyoti
>> On 15-12-2013 16:24, Blair Murri wrote:
>>> Only with a custom action
>>>
>>>
>>>
>>>
>>>
>>>
>>> -Blair
>>>
>>>
>>>
>>>
>>>
>>> From: Suvrajyoti Panda
>>> Sent: ‎Thursday‎, ‎December‎ ‎12‎, ‎2013 ‎9‎:‎51‎ ‎PM
>>> To: General discussion for Windows Installer XML toolset.
>>>
>>>
>>>
>>>
>>>
>>> Hi All,
>>>
>>> May be this is a trivial question to ask, but below is what i want to
>>> achieve:
>>>
>>> I am creating registry entries as below in WIX source file:
>>> <Directory Id='TARGETDIR' Name='SourceDir'>
>>>          <Directory Id='EnergySolutionsConfig' Name="Energy Solutions
>>> International">
>>>           <Directory Id='PFWServiceFolder' Name='PFWService'>
>>>             <Directory Id='CONFIG' Name='config'>
>>>               <Component Id="x86RegEntPFWConfig"
>>> Guid="5DAD9B46-43BB-42D2-91E9-F2248369AA68" Win64="no">
>>>                 <RegistryValue Id="x86PFWConfigRegValue" Root="HKLM"
>>> Key="SOFTWARE\[Manufacturer]" Name="configPath" *Value="[CONFIG]"*
>>> Type="string" />
>>>                 <CreateFolder/>
>>>               </Component>
>>>               <Component Id="x64RegEntPFWConfig"
>>> Guid="57240178-4A44-4C6F-A11C-B4DE99573DE0" Win64="yes">
>>>                 <RegistryValue Id="x64PFWConfigRegValue" Root="HKLM"
>>> Key="SOFTWARE\[Manufacturer]" Name="configPath" *Value="[CONFIG]"*
>>> Type="string" />
>>>                 <CreateFolder/>
>>>               </Component>
>>>             </Directory>
>>>             </Directory>
>>>          </Directory>
>>>        </Directory>
>>> It creates the registry entry as :
>>>
>>>
>>> Is it possible that the slash after config in the above path can be done
>>> away with and the key value is "C:\Energy Solutions
>>> International\PFWService\config" instead, or the one created is the
>>> correct one.
>>>
>>> Regards,
>>> SuvraJyoti
>>>
>> ------------------------------------------------------------------------------
>>> Rapidly troubleshoot problems before they affect your business. Most IT
>>> organizations don't have a clear picture of how application performance
>>> affects their revenue. With AppDynamics, you get 100% visibility into
>> your
>>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of
>> AppDynamics Pro!
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>>
>> ------------------------------------------------------------------------------
>>> Rapidly troubleshoot problems before they affect your business. Most IT
>>> organizations don't have a clear picture of how application performance
>>> affects their revenue. With AppDynamics, you get 100% visibility into
>> your
>>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of
>> AppDynamics Pro!
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-u<https://lists.sourceforge.net/lists/listinfo/wix-users>
>
>


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to