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
0092: Location of symbol related to previous error. > ...\WiXUITester\WiXUITester\WixUI_Minimal_Modified.wxs(33,0): error > LGHT0091: Duplicate symbol 'Property:WixUI_Mode' found. This typically > means that an Id is duplicated. Check to make sure all your > identifiers of a gi

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
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.wxs. Then I changed the UI's Id attribute to read... In my Product.wxs I added... If I build I get a bunch of errors about missing dialogs (ErrorDlg,

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

2013-11-05 Thread Steven Ogilvie
Classification: Public No you don't need to physically copy the wxs file, you just need to copy the You can substitute your dialog for the LicenseAgreementDlg dialog... i.e. 1