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 find in my code.
-Brad On Jan 6, 2011, at 2:40 PM, Neil Sleightholm wrote: > 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 changed from the start. I searched for "WIXUI_Minimal" in > the copied file and replaced the one instance I found in <UI> with > "SkyUI_Minimal". > > -Brad > > On Jan 6, 2011, at 11:01 AM, Neil Sleightholm wrote: > >> In your copy of copy WixUI_Minimal.wxs (SkyUI_Minimal.wxs) you need to > >> set <UI Id="SkyUI_Minimal">. 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 sequence >> >> The only reference I have in my source wxs is below, which was changed > >> to the new name as shown: >> >> <UIRef Id="SkyUI_Minimal" /> >> >> -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 >>> X2 Systems Limited >>> n...@x2systems.com <mailto:n...@x2systems.com> >>> >>> >>> ________________________________ >>> >>> From: Brad Schick [mailto:schi...@gmail.com] >>> Sent: Thu 06/01/2011 00:34 >>> To: wix-users@lists.sourceforge.net >>> Subject: [WiX-users] Custom UI sequence >>> >>> >>> I am trying to customize the WixUI_Minimal sequence. Following this: >>> http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.ht >>> m >>> l And this: >>> http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlg >>> s >>> -in-wix-3/ >>> >>> My first step was to just copy WixUI_Minimal.wxs, rename it to >> SkyUI_Minimal.wxs, added that to my project, and use that new name for > >> UI in my installer (no other changes). I get the following build > errors: >>> >>> >> C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\WixUI_Minimal. >> wx >> s(63,0): error LGHT0170: The InstallUISequence table contains an >> action 'WelcomeDlg' that is declared in two different locations. >> Please remove one of the actions or set the Overridable='yes' >> attribute on one of their elements. >>> C:\Users\user\Documents\Visual Studio >> 2008\Projects\misc\setup\SkyUI_Minimal.wxs(64,0): error LGHT0171: The >> location of the action related to previous error. >>> >> C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\WixUI_Minimal. >> wx >> s(64,0): error LGHT0170: The InstallUISequence table contains an >> action 'WelcomeEulaDlg' that is declared in two different locations. >> Please remove one of the actions or set the Overridable='yes' >> attribute on one of their elements. >>> C:\Users\user\Documents\Visual Studio >> 2008\Projects\misc\setup\SkyUI_Minimal.wxs(65,0): error LGHT0171: The >> location of the action related to previous error. >>> Done building project "setup.wixproj" -- FAILED. >>> >>> >>> Somewhat humorously, if I add Overridable='yes' to SkyUI_Minimal.wxs >>> I >> get the following two errors: >>> >>> >> C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\WelcomeDlg.wxs >> (3 >> 8,0): error LGHT0168: The InstallUISequence table contains an action >> 'WelcomeDlg' that is declared overridable in two different locations. >> Please remove one of the actions or the Overridable='yes' attribute >> from one of the actions. >>> C:\Users\user\Documents\Visual Studio >> 2008\Projects\misc\setup\SkyUI_Minimal.wxs(64,0): error LGHT0169: The >> location of the action related to previous error. >>> >> C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\WelcomeEulaDlg >> .w >> xs(57,0): error LGHT0168: The InstallUISequence table contains an >> action 'WelcomeEulaDlg' that is declared overridable in two different >> locations. Please remove one of the actions or the Overridable='yes' >> attribute from one of the actions. >>> C:\Users\user\Documents\Visual Studio >> 2008\Projects\misc\setup\SkyUI_Minimal.wxs(65,0): error LGHT0169: The >> location of the action related to previous error. >>> Done building project "setup.wixproj" -- FAILED. >>> >>> >>> Version 3.5.2415.0 running on Windows 7 with VS 2008. This is an >> installer for a C++ console application. Suggestions? >>> > > > ------------------------------------------------------------------------ > ------ > Learn how Oracle Real Application Clusters (RAC) One Node allows > customers to consolidate database storage, standardize their database > environment, and, should the need arise, upgrade to a full multi-node > Oracle RAC database without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users