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

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 Sub

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,F

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 te

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 t

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

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 c

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

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

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/ - T

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://

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, > j

[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ры

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 > text

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

[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 Stud

[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 finis

[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

[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/ _