Re: [WiX-users] Custom UI sequence

2011-01-10 Thread Brad Schick
nitions from the Minimal source into > your UI and change the ids. > > > -Original Message- > From: Brad Schick [mailto:schi...@gmail.com] > Sent: 08 January 2011 02:30 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Custom UI sequ

Re: [WiX-users] Custom UI sequence

2011-01-10 Thread Thom Leigh
y 2011 02:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI sequence Thom, where is the InstallUISequence in you example? Here is my current code. This is the only UI element in my main product wxs: This is the entire body of the SkyUI_Minimal.w

Re: [WiX-users] Custom UI sequence

2011-01-07 Thread Brad Schick
uot;NewDialog" Value="VerifyReadyDlg">1 > Event="NewDialog" Value="MaintenanceWelcomeDlg">1 > > > > No other wxs files are in the project, and I have a reference to > WixUIExtension. > > Maybe you can post frag

Re: [WiX-users] Custom UI sequence

2011-01-07 Thread Thom Leigh
n for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI sequence Well I have WixUIExtension added under Reference in the project. But I believe that I need that for the dialogs that I have not copied into the project. Other than that, there is no reference to WixUI_Minimal that I can

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
olm wrote: > >> In your copy of copy WixUI_Minimal.wxs (SkyUI_Minimal.wxs) you need to > >> set . Can you confirm that is set? >> >> Neil >> >> -Original Message- >> From: Brad Schick [mailto:schi...@gmail.com] >> Sent: 06 January 2

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
It would appear to me that you are still including WixUI_Minimal somehow. Neil -Original Message- From: Brad Schick [mailto:schi...@gmail.com] Sent: 06 January 2011 20:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom UI sequence Yes, that was

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
.wxs) you need to > set . Can you confirm that is set? > > Neil > > -Original Message- > From: Brad Schick [mailto:schi...@gmail.com] > Sent: 06 January 2011 18:45 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Custom UI sequen

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
In your copy of copy WixUI_Minimal.wxs (SkyUI_Minimal.wxs) you need to set . Can you confirm that is set? Neil -Original Message- From: Brad Schick [mailto:schi...@gmail.com] Sent: 06 January 2011 18:45 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Brad Schick
The only reference I have in my source wxs is below, which was changed to the new name as shown: -Brad On Jan 6, 2011, at 3:28 AM, Neil Sleightholm wrote: > After copying did you change the UI/@id attribute and then reference this in > your source? > > Neil > > Neil Sleightholm > X

Re: [WiX-users] Custom UI sequence

2011-01-06 Thread Neil Sleightholm
After copying did you change the UI/@id attribute and then reference this in your source? Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com From: Brad Schick [mailto:schi...@gmail.com] Sent: Thu 06/01/2011 00:34 To: wi