[WiX-users] Can I modify version info of setup bootstrapper?

2009-06-03 Thread xubutian
The default WIX setupexe contains version info something like "Microsoft", "XML Installer" ... I hope change these strings to some meaningful info, like the product description to my product's name. Is it legal to do this? Thanks! -- View this message in context: http://n2.nabble.com/Can-I-mo

Re: [WiX-users] TabSkip dosn't work

2009-05-08 Thread xubutian
If I set the TabSkip flag in wix, then Control_Next for these two buttons become empty. But at run time, I still can use tab to change focus on all the buttons. -- View this message in context: http://n2.nabble.com/TabSkip-dosn%27t-work-tp2801735p2848427.html Sent from the wix-users mailing lis

Re: [WiX-users] TabSkip dosn't work

2009-05-08 Thread xubutian
Control_Next for those two button are "Next" (for "Back") and "BannerBitmap" (for "Next"). -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfe

[WiX-users] TabSkip dosn't work

2009-05-05 Thread xubutian
My code looks like this: 1 1 The problem is tab key is still working on these two buttons. How do i skip the tab sequence for a push button? Thanks! -- View this message in context: http://n2.nabble.com/TabSkip-dosn%27t-work-tp2801735p2801735.html Sent from the wix-users mailing list

Re: [WiX-users] How do I modify ProgressDlg in Wix 3

2009-05-04 Thread xubutian
I am very surprised that if I set my new dialog after ProgressDlg, then it works. Is there any potential problem if I run it like this? -- View this message in context: http://n2.nabble.com/How-do-I-modify-ProgressDlg-in-Wix-3-tp2788460p2789990.html Sent from the wix-users mailing list archive

Re: [WiX-users] How do I modify ProgressDlg in Wix 3

2009-05-04 Thread xubutian
Yes, I did that. Tom Kazimiers wrote: > > xubutian schrieb: >> I copied and renamed ProgressDlg.wxs to MyProgressDlg.wxs, renamed dialog >> to >> MyProgressDlg. >> >> I also referenced new dialog in MyWixUI_Mondo.wxs: >> >> and in MyProgressDlg.

[WiX-users] Can I enable/disable or hide/show UI control from a differed custom action?

2009-05-04 Thread xubutian
I have a hidden "skip" push button in ProgressDlg. When one of my differed custom action begins to run, I hope to hide "cancel" button and show this "skip" button. How do I do this? And is it possible to enable/disable this new button from my custom action? Thanks! -- View this message in conte

[WiX-users] How do I modify ProgressDlg in Wix 3

2009-05-04 Thread xubutian
I copied and renamed ProgressDlg.wxs to MyProgressDlg.wxs, renamed dialog to MyProgressDlg. I also referenced new dialog in MyWixUI_Mondo.wxs: and in MyProgressDlg.wxs I removed "back" and "next" buttons from new dialog, but the result was not I expected. It sounds like the old ProgressDlg w