Re: [WiX-users] How to create shortcut base on user selected feature

2008-03-15 Thread puyopuy

Please allow me to clarify my testing results. I installed the lastest WIX
setup (v3.0.3907).  

I removed the condition and install my msi, the desktop shortcut created
this mean the create shortcut function working property.  After that I put
back the condition ADDLOCAL=FeatureB and compile the
msi again.

case 1: run slient install with command msiexec /i bin\TestFeature.msi /q -
will create shortcut - this is incorrect beahavorius 

case 2: run slient install with command msiexec /i bin\TestFeature.msi /q
ADDLOCAL=FeatureA,FeatureB - won't create shortcut - this is correct
beahavorius .

case 3: run slient install with command msiexec /i bin\TestFeature.msi /q
ADDLOCAL=FeatureB - won't create shortcut - this is incorrect beahavorius.




puyopuy wrote:
> 
> Thanks Bob, it doesn't work even I removed the quote.  The condition seem
> to be true all the time. I uploaded my latest source 
> http://www.nabble.com/file/p16074651/TestFeature.zip TestFeature.zip , you
> may want to try in your environment.
> 
> msiexec /i bin\TestFeature.msi /q ADDLOCAL=FeatureA,FeatureB
> or
> msiexec /i bin\TestFeature.msi /q ADDLOCAL=FeatureB
> 
> Both command will install the shortcut on the desktop.
> 
> Thanks
> 
> 
> Bob Arnson-6 wrote:
>> 
>> puyopuy wrote:
>>> I tried "ADDLOCAL=FeatureB" but it will return
>>> True
>>> all the time even I pass-in
>>> "ADDLOCAL=FeatureB,FeatureB"
>>>   
>> 
>> Don't quote the condition.
>> 
>> -- 
>> sig://boB
>> http://joyofsetup.com/
>> 
>> 
>> 
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> 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/How-to-create-shortcut-base-on-user-selected-feature-tp16048115p16075073.html
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 2008.
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] Upgrade (options?)

2008-03-15 Thread Kevin Burton
I am not aware of Publish. I am just following some samples and using
 as shown in the previous WIX code sample.

Thank you.

Kevin

-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 15, 2008 3:10 PM
To: Kevin Burton
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Upgrade (options?)

Kevin Burton wrote:
> I have included the WIX code that I am using for the dialog below (with a
> considerable number of sections removed). How should I modify
>  ? There is a "SHOW" attribute on this element? As you
> can see below I have not attributes or sub elements of this element
defined,
> just .
>   

If you're using Publish to publish control events in the wizard 
sequence, then you need two for each dialog surrounding the optional 
one: one to move to/from the optional and one to skip it. Your 
conditions need to be mutually exclusive.

You could use InstallUISequence to show the dialog before the modal 
wizard dialog starts. But once the wizard starts, you need to use Publish.

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




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] How to create shortcut base on user selected feature

2008-03-15 Thread puyopuy

Thanks Bob, it doesn't work even I removed the quote.  The condition seem to
be true all the time. I uploaded my latest source 
http://www.nabble.com/file/p16074651/TestFeature.zip TestFeature.zip , you
may want to try in your environment.

msiexec /i bin\TestFeature.msi /q ADDLOCAL=FeatureA,FeatureB
or
msiexec /i bin\TestFeature.msi /q ADDLOCAL=FeatureB

Both command will install the shortcut on the desktop.

Thanks


Bob Arnson-6 wrote:
> 
> puyopuy wrote:
>> I tried "ADDLOCAL=FeatureB" but it will return
>> True
>> all the time even I pass-in
>> "ADDLOCAL=FeatureB,FeatureB"
>>   
> 
> Don't quote the condition.
> 
> -- 
> sig://boB
> http://joyofsetup.com/
> 
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> 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/How-to-create-shortcut-base-on-user-selected-feature-tp16048115p16074651.html
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 2008.
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] update text box text after C++ custom action

2008-03-15 Thread Lindsay Harris
Hi Bob thanks for the reply,

Its strange though that if you don't type into it then it udpates fine..

From: Bob Arnson [EMAIL PROTECTED]
Sent: Saturday, March 15, 2008 1:21 PM
To: Lindsay Harris
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] update text box text after C++ custom action

Lindsay Harris wrote:
Unfortunately I have some strange behavior. :( If u browse for an account the 
text box is updated correctly.  Even then if u browse again the text is 
replaced correctly.  However, if u type in the text box at all, then when u 
browse the text will not be replaced.  If u then click back and then next to 
return to that dialog the text is updated correctly.  (was that as clear as 
mud?).

I don't know of a way to trigger such an update.


--
sig://boB
http://joyofsetup.com/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] update text box text after C++ custom action

2008-03-15 Thread Bob Arnson

Lindsay Harris wrote:


Unfortunately I have some strange behavior. L If u browse for an 
account the text box is updated correctly.  Even then if u browse 
again the text is replaced correctly.  However, if u type in the text 
box at all, then when u browse the text will not be replaced.  If u 
then click back and then next to return to that dialog the text is 
updated correctly.  (was that as clear as mud?).




I don't know of a way to trigger such an update.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] How to create shortcut base on user selected feature

2008-03-15 Thread Bob Arnson
puyopuy wrote:
> I tried "ADDLOCAL=FeatureB" but it will return True
> all the time even I pass-in
> "ADDLOCAL=FeatureB,FeatureB"
>   

Don't quote the condition.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Automatic Updates

2008-03-15 Thread Bob Arnson

Ewart MacLucas wrote:


I experimented and it generates an RSS file nicely and a sub-directory 
with a setup containing (I assume) all the files in the directory I 
pointed to (rather than just the changes).. however I could not get it 
to 'update' my existing WIX install, it created its own new cached 
version. 



ClickThrough uses major upgrades, not patching, to manage updates. 
Update.exe downloads the new version and applies it, which removes the 
prior version.


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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] How to execture a Custom Action

2008-03-15 Thread Bob Arnson

Eric Latendresse wrote:




  

  

  



 

I must still be missing something because the DisplayLicenseDialog is 
still showing as soon as the msi is executed.




That's what your InstallUISequence is telling it do. If you want to show 
another dialog first, put it in InstallUISequence, then use Publish 
events to control which dialogs get shown. I can't really offer more 
advice because I'm not seeing what behavior you want.


Also, be aware that doing licensing checks in an installer isn't secure; 
anyone can avoid the checks with little work.


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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Help with Wix...UI to select Installation Drive.

2008-03-15 Thread Bob Arnson

ArunKumar ArcotVijayaKumar wrote:
Though, Im able to compile the code, im not getting the desired 
effect, the UI, doesn't show up the SelectVolumeDlg.. Am i missing 
something ? I understand it is possible to customize WixUI Dialog 
stocks by adding additional custom dialogs, is this wrong ?


It's possible but it requires additional work than you've shown. See 
http://www.joyofsetup.com/2008/01/02/wixui-extensibility/ and 
http://www.wixwiki.com/index.php?title=WixUI_Custom.


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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Help with Wix...UI to select Installation Drive.

2008-03-15 Thread Bob Arnson

ArunKumar ArcotVijayaKumar wrote:
Thanks bob, Would you please point me some documentation on how 
to work with VolumeSelectCombo ?


Use the MSI SDK doc on MSDN or in the Windows SDK.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] ICE79 feature based conditions

2008-03-15 Thread Bob Arnson
[EMAIL PROTECTED] wrote:
> ICE79: Feature 'f_20_Programs' referenced in column
> 'InstallUISequence'.'Condition' of row 'MyAction' is invalid.
>   

ICE79 is supposed to trigger only when the referenced feature doesn't 
exist. Do you get ICE79 if you run validation from Orca?

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Upgrade (options?)

2008-03-15 Thread Bob Arnson
Kevin Burton wrote:
> I have included the WIX code that I am using for the dialog below (with a
> considerable number of sections removed). How should I modify
>  ? There is a "SHOW" attribute on this element? As you
> can see below I have not attributes or sub elements of this element defined,
> just .
>   

If you're using Publish to publish control events in the wizard 
sequence, then you need two for each dialog surrounding the optional 
one: one to move to/from the optional and one to skip it. Your 
conditions need to be mutually exclusive.

You could use InstallUISequence to show the dialog before the modal 
wizard dialog starts. But once the wizard starts, you need to use Publish.

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



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


[WiX-users] NEW!Пластиковые урны.

2008-03-15 Thread Alexis Nelson
Мусoрныe плaстикoвыe кoнтeйнeры для сбoрa ТБo.
Зaкaз oт 1 штуки. Всeгдa в нaличии нa склaдe!
Оптовые скидки. Производство - Германия.
Кaтaлoг кoнтeйнeрoв: http://www.imgd.ru/cont/
ЭКСКЛЮЗИВ - кoнтeйнeры сo сфeричeским днoм.
Oптимaлeн для испoльзoвaния нa дaчe и в гoрoдe!
У нaс зaкaзывaют кoнтeйнeры дaжe из Сочи!


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] Is there a way to use my own bitmap?

2008-03-15 Thread puyopuy

You may try to have a look this
http://www.wixwiki.com/index.php?title=UiExtension 

Create a your image with the size 493 x 58 and put it in your source file
folder.
e.g. 


Hope this help


Xu nanxuan wrote:
> 
> 
> In fact, my question is not only limited to bmp, but other resources like
> texts, and so on.
>  
> Firstly, i have to  make use of "" to make my
> msi, but i need to do some change to the stock dialogs. i.e.I need to use
> my bmp as the BannrBmp rather than the default one that is generated when
> i finished compiling the Wix project. Yes, it's true that i can use tools
> like orca to change something after that. But it's not convenient. Is
> there a way to generate myVersion dialog just after compiling? (Again: I
> do not mean to use a custom dialog, but the existed dialog with my
> modification)
>  
> thanks
> _
> Express yourself instantly with MSN Messenger! Download today it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> 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/Is-there-a-way-to-use-my-own-bitmap--tp16065752p16067509.html
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 2008.
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] Is there a way to use my own bitmap?

2008-03-15 Thread Xu nanxuan

I think i've got it.


From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Sat, 15 Mar 2008 16:40:01 
+0800Subject: [WiX-users] Is there a way to use my own bitmap?


In fact, my question is not only limited to bmp, but other resources like 
texts, and so on. Firstly, i have to  make use of "" 
to make my msi, but i need to do some change to the stock dialogs. i.e.I need 
to use my bmp as the BannrBmp rather than the default one that is generated 
when i finished compiling the Wix project. Yes, it's true that i can use tools 
like orca to change something after that. But it's not convenient. Is there a 
way to generate myVersion dialog just after compiling? (Again: I do not mean to 
use a custom dialog, but the existed dialog with my modification) thanks

Express yourself instantly with MSN Messenger! MSN Messenger 
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


[WiX-users] She was so wet

2008-03-15 Thread MAs Ruthstrom
Lindsay was stunned when she saw how large my manhood had become in just 2 
months.


http://www.ferhorse.com/
Jessica Alba bikini pics-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


[WiX-users] Is there a way to use my own bitmap?

2008-03-15 Thread Xu nanxuan

In fact, my question is not only limited to bmp, but other resources like 
texts, and so on.
 
Firstly, i have to  make use of "" to make my msi, 
but i need to do some change to the stock dialogs. i.e.I need to use my bmp as 
the BannrBmp rather than the default one that is generated when i finished 
compiling the Wix project. Yes, it's true that i can use tools like orca to 
change something after that. But it's not convenient. Is there a way to 
generate myVersion dialog just after compiling? (Again: I do not mean to use a 
custom dialog, but the existed dialog with my modification)
 
thanks
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


[WiX-users] update text box text after C++ custom action

2008-03-15 Thread Lindsay Harris
Hello wix gurus, I was wondering if u could point me in the right direction 
here.

I have a text box on a dialog with a browse button, so u can browse for a user 
account.

When u click the browse button I call into a C++ custom action that opens the 
standard AD browser, the user can then select an account, push ok, and then the 
text in the text box should be the user account chosen.

Unfortunately I have some strange behavior. :( If u browse for an account the 
text box is updated correctly.  Even then if u browse again the text is 
replaced correctly.  However, if u type in the text box at all, then when u 
browse the text will not be replaced.  If u then click back and then next to 
return to that dialog the text is updated correctly.  (was that as clear as 
mud?).

I'm not sure what I'm missing here, maybe my edit box needs to subscribe to a 
property change event???  Here is the code:




  
  1
  1


Any help here would be so appreciated!
Thanks in advance!
Lindsay Harris
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


[WiX-users] This is hilarious!

2008-03-15 Thread terry.wilson.b5z8
You have been sent the funniest Postcard http://72.175.37.117/


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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