I am trying to customize the WixUI_Minimal sequence. Following this: 
http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html
And this: 
http://www.dizzymonkeydesign.com/blog/misc/adding-and-customizing-dlgs-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.wxs(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.wxs(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(38,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.wxs(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?


-Brad
------------------------------------------------------------------------------
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

Reply via email to