Richard,
In the first post I mentioned that I use custom action. It was suggested in
the reply that set property event should be used and I started to use that:)
However, it didn't solve the problem as I mentioned.


Richard-45 wrote:
> 
> 
> In article <[EMAIL PROTECTED]>,
>     Sergey Abakumoff <[EMAIL PROTECTED]>  writes:
> 
>> Actually I use the set property events:
>> Control Id="ProgramFilesBrowse"  Type="PushButton" X="304" Y="70"
>> Width="56"
>> Height="17"
>>           Cancel="yes" Text="Browse...">
>>         <Publish Property="_BrowseProperty" Value="INSTALLDIR" />
>>         <Publish Event="SpawnDialog" Value="BrowseDlg">1</Publish>
>>       </Control> 
>> and similar one for SamplesFolder...
> 
> Then I'm confused.  Why did you say you set the value to INSTALLDIR in a
> custom action?
> 
>> >     Sergey Abakumoff <[EMAIL PROTECTED]>  writes:
>> >> So it seems that _BrowseProperty always set to SAMPLESDIR and setting
>> it
>> >> to
>> >> INSTALLDIR in the custom action doesn't have any effect.
> 
> Does your BrowseDlg look like this one?
> <http://wix.cvs.sourceforge.net/viewvc/wix/wix2.0/src/ui/wixui/BrowseDlg.wxs?revision=1.5&view=markup>
> or tiny'd <http://tinyurl.com/5lu64b>
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>       <http://www.xmission.com/~legalize/book/download/index.html>
> 
>         Legalize Adulthood! <http://blogs.xmission.com/legalize/>
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Using-single-Dialog-to-change-various-paths.-tp1117476p1374672.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to