Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
uot;>1 >> >> Steve >> -Original Message- >> From: Steven Ogilvie [mailto:steven.ogil...@titus.com] >> Sent: November-06-13 1:09 PM >> To: General discussion about the WiX toolset. >> Subject: Re: [WiX-users] Modifying a stock WixUI sequence >> clar

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
Classification: Public > This is from your post below: > > 3. copied WixUI_Minimal.wxs to the project folder and > >> > renamed it to WiXUI_Minimal_Modified.wxs. Added > >> > WiXUI_Minimal_Modified.wxs to the project. > > -Original Message- > From: To

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Steven Ogilvie
ilto:yellowjacketl...@gmail.com] Sent: November-06-13 1:00 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P] It was never in my project. On Wed, Nov 6, 2013 at 11:52 AM, Steven Ogilvie wrote: > Classification: Public

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Steven Ogilvie
..@gmail.com] Sent: November-06-13 1:00 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P] It was never in my project. On Wed, Nov 6, 2013 at 11:52 AM, Steven Ogilvie wrote: > Classification: Public > Did you remove th

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
ilto:yellowjacketl...@gmail.com] > Sent: November-06-13 11:37 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Modifying a stock WixUI sequence clarification... > [P] > > Ignore my last message. That didn't work after all, as none of the > dialogs

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
l.com] >> Sent: November-06-13 11:37 AM >> To: General discussion about the WiX toolset. >> Subject: Re: [WiX-users] Modifying a stock WixUI sequence >> clarification... [P] >> >> Ignore my last message. That didn't work after all, as none of the >> di

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Steven Ogilvie
: [WiX-users] Modifying a stock WixUI sequence clarification... [P] Ignore my last message. That didn't work after all, as none of the dialogs appear in the ui sequence table. So... I did what Steve suggested and copied the contents WixUI_Minimal into my Product.wxs (and placed it insid

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
"VerifyReadyDlg">1 >Event="NewDialog" Value="MaintenanceWelcomeDlg">1 > > > > > > 2. Substitute your new dialog for LicenseAgreementDlg so you have a Next > and Back action for it: >Value="WelcomeDlg">

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
;>1 > > > > > > 2. Substitute your new dialog for LicenseAgreementDlg so you have a Next > and Back action for it: > Value="WelcomeDlg">1 >Value="VerifyReadyDlg">LicenseAccepted = "1" 3. add it to the > list of

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Steven Ogilvie
r dialog in the VerifyReadyDlg: NOT Installed 5. Add your new "MyNewDlg.wxs" to your project. Steve -Original Message- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: November-06-13 7:36 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Modifying a

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
2013 17:26:51 -0500 > > From: yellowjacketl...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Modifying a stock WixUI sequence > clarification...[P] > > > > Thanks that's what I thought... > > > > Here'

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-05 Thread Blair Murri
sourceforge.net > Subject: Re: [WiX-users] Modifying a stock WixUI sequence clarification... > [P] > > Thanks that's what I thought... > > Here's what I've done... > > I copied WixUI_Minimal.wxs into my project and renamed it to > WixUI_Minimal_Modified

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-05 Thread Tony
; Order="1">NOT Installed >Value="MaintenanceTypeDlg" Order="2">Installed AND NOT PATCH >Value="WelcomeDlg" Order="2">Installed AND PATCH > > Event="NewDialog" Value="MaintenanceTyp

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-05 Thread Steven Ogilvie
tl...@gmail.com] Sent: November-05-13 4:43 PM To: WiX Users Subject: [WiX-users] Modifying a stock WixUI sequence clarification... I'd like to use WixUI_Minimal, but I need to insert one dialog and remove the EULA dialog. According to the last section of online docs found here ( h

Re: [WiX-users] Modifying a stock WixUI sequence clarification...

2013-11-05 Thread John Cooper
m] Sent: Tuesday, November 5, 2013 3:43 PM To: WiX Users Subject: [WiX-users] Modifying a stock WixUI sequence clarification... I'd like to use WixUI_Minimal, but I need to insert one dialog and remove the EULA dialog. According to the last section of online docs found here ( http://w

[WiX-users] Modifying a stock WixUI sequence clarification...

2013-11-05 Thread Tony
I'd like to use WixUI_Minimal, but I need to insert one dialog and remove the EULA dialog. According to the last section of online docs found here ( http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html), I need to copy WixUI_Minimal.wxs from the Wix source into my project