Re: [WiX-users] Removing WelcomeDlg

2010-09-05 Thread Ashvin
I've attached a skeleton of my wix file. If you look at the element, you can see that I've set it to show EULAAgreementDlg after CostFinalize. However, this is during an admin installation. What would I need to change for a standard installation? -- View this message in context: http://window

Re: [WiX-users] Removing WelcomeDlg

2010-09-05 Thread Ashvin
I've attached a skeleton of my wix file. If you look at the element, you can see that I've set it to show EULAAgreementDlg after CostFinalize. However, this is during an admin installation. What would I need to change for a standard installation? http://windows-installer-xml-wix-toolset.687559.n

Re: [WiX-users] Removing WelcomeDlg

2010-09-03 Thread Ashvin
Thanks but I've already had a look at that article before starting this thread. It doesn't explain how to achieve what I'm after. Once again, I find myself in situations that (to my surprise) no one else seems to have encountered before. I need to get rid of WelcomeDlg completelynot tweak it,

[WiX-users] Removing WelcomeDlg

2010-09-03 Thread Ashvin
Hi there, I have a wrapper program that wraps my wix installer. It has it's own welcome-like dialog so I don't need two. How can I remove WelcomeDlg? I currently have the following property in UI: where EULAAgreementDlg is one of my custom dialogs. I'd like to skip straight to this dialog wit

Re: [WiX-users] Returning Success on clicking a button in dialog

2010-08-18 Thread Ashvin
Don't worry guys. I've shifted the condition to my C++ wrapper. Now, the msi only gets called if it can't find a network image. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Returning-Success-on-clicking-a-button-in-dialog-tp5430920p5438396.html S

Re: [WiX-users] Returning Success on clicking a button in dialog

2010-08-17 Thread Ashvin
I checked the SDK for EndDialog ControlEvent and it indeed doesn't seem like there exists a ControlEvent argument that does what I want. Guess the brilliant minds at Microsoft didn't think an argument like ReturnEarlyWithSuccess would ever be needed. Is there any other way? -- View this message

Re: [WiX-users] Returning Success on clicking a button in dialog

2010-08-17 Thread Ashvin
Yes, it is related to what WixExitEarlyWithSuccess does. I'll explain a bit more about how my installer is set up I call the msi from within a C++ function which looks something like this: // code start - wstr

[WiX-users] Returning Success on clicking a button in dialog

2010-08-17 Thread Ashvin
ere a way to achieve this behavior? Thanks in advance, Ashvin -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Returning-Success-on-clicking-a-button-in-dialog-tp5430920p5430920.html Sent from the wix-users mailing list a