Re: [WiX-users] Removing dialog causes error 2707

2008-05-27 Thread Bob Arnson
Ryan O'Neill wrote: I've found out the cause of this. It is because the button that advanced on to the next form did not have an EndDialog action. Therefore the dialog had not finished so the sequencing was all awry and the target directory did not get set. Should we always terminate a dia

Re: [WiX-users] Removing dialog causes error 2707

2008-05-23 Thread Bob Arnson
Ryan O'Neill wrote: I had a working solution but the customer wanted to replace the WelcomeForm dialog with a LicenceForm dialog. After doing this and changing all references from one to the other, I get a 2707 error when I try to use the disk cost button. Look for a missing SetTargetPath

[WiX-users] Removing dialog causes error 2707

2008-05-23 Thread Ryan O'Neill
I had a working solution but the customer wanted to replace the WelcomeForm dialog with a LicenceForm dialog. After doing this and changing all references from one to the other, I get a 2707 error when I try to use the disk cost button. This is a fully customised UI. Any pointers as to what