Re: [WiX-users] shell Execute : Custom Action help

2007-09-30 Thread Bob Arnson
Anidil wrote:
> Ok.Should i be creating a custom UI library or incorporate the custom UI code
> inside my source file?
>   

In WiX v2, it's probably easier to create a custom library.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] shell Execute : Custom Action help

2007-09-25 Thread Anidil

Ok.Should i be creating a custom UI library or incorporate the custom UI code
inside my source file?


Bob Arnson-6 wrote:
> 
> Anidil wrote:
>> Fine.I got one more question on this..How do i achieve the same
>> functionality
>> in wix 2.0?
>>   
> 
> The optional controls rely on features in WiX v3 so it's not available 
> in v2. You'd need to use a custom dialog set.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ShellExecute-custom-action-help-tf4384136.html#a12894710
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] shell Execute : Custom Action help

2007-09-19 Thread Bob Arnson
Anidil wrote:
> Fine.I got one more question on this..How do i achieve the same functionality
> in wix 2.0?
>   

The optional controls rely on features in WiX v3 so it's not available 
in v2. You'd need to use a custom dialog set.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] shell Execute : Custom Action help

2007-09-06 Thread Anidil

Fine.I got one more question on this..How do i achieve the same functionality
in wix 2.0?

Bob Arnson-6 wrote:
> 
> Anidil wrote:
>> And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX
>>  will not really help me.Where and how should i be using the
>> condition?Can't i achieve this functionality when using the WiX standard
>> UI
>> Extensions?
>>   
> 
> Yes. WIXUI_EXITDIALOGOPTIONALCHECKBOX is the name of the property the 
> checkbox in ExitDialog sets to 1 when the checkbox is checked.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ShellExecute-custom-action-help-tf4384136.html#a12536307
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] shell Execute : Custom Action help

2007-09-06 Thread Bob Arnson
Anidil wrote:
> And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX
>  will not really help me.Where and how should i be using the
> condition?Can't i achieve this functionality when using the WiX standard UI
> Extensions?
>   

Yes. WIXUI_EXITDIALOGOPTIONALCHECKBOX is the name of the property the 
checkbox in ExitDialog sets to 1 when the checkbox is checked.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Anidil

i'm kinda confused with the condition in this case.first of all i use
standard wix UI extensions.
And adding WIXUI_EXITDIALOGOPTIONALCHECKBOX
 will not really help me.Where and how should i be using the
condition?Can't i achieve this functionality when using the WiX standard UI
Extensions?


Bob Arnson-6 wrote:
> 
> Anidil wrote:
>> I use the following code to add a check box to the final dialog and to
>> launch
>> product reg web site when clicked "finish" with check box checked.But it
>> doesn't seems to validate the check box state and always launch the
>> webpage
>> once when "finish" is clicked.Any help?
>>   
> 
> Add WIXUI_EXITDIALOGOPTIONALCHECKBOX to your condition.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ShellExecute-custom-action-help-tf4384136.html#a12516712
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Bob Arnson
Anidil wrote:
> I use the following code to add a check box to the final dialog and to launch
> product reg web site when clicked "finish" with check box checked.But it
> doesn't seems to validate the check box state and always launch the webpage
> once when "finish" is clicked.Any help?
>   

Add WIXUI_EXITDIALOGOPTIONALCHECKBOX to your condition.

-- 
sig://boB
http://joyofsetup.com/



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] shell Execute : Custom Action help

2007-09-05 Thread Anidil

I use the following code to add a check box to the final dialog and to launch
product reg web site when clicked "finish" with check box checked.But it
doesn't seems to validate the check box state and always launch the webpage
once when "finish" is clicked.Any help?
 



https://www.abz.com/register"; 
/>

and then

  NOT Installed




-- 
View this message in context: 
http://www.nabble.com/shell-Execute-%3A-Custom-Action-help-tf4384136.html#a12498184
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users