I included 'VSIPCC_Collection_Files_RTL_---_---.msm', but now I get a bunch of 
warnings and errors:


==> warning LGHT1076 : ICE03: String overflow (greater than length permitted in 
column); Table: File, Column: File, Key(s): 
FL_vsipccNamedURLs_hxk_86888________.3643236F_FC70_11D3_A536_0090278A1BB8

 ==> error LGHT0204 : ICE03: Not a valid foreign key; Table: HelpPlugin, 
Column: HelpNamespace_Parent, Key(s): MS_VSIPCC_v80.MS_VSCC_v80

 ==> error LGHT0204 : ICE03: Not a valid foreign key; Table: HelpPlugin, 
Column: HelpNamespace_Parent, Key(s): MS_VSIPCC_v80.MS_VSExpressCC_v80

 ==> warning LGHT1076 : ICE03: String overflow (greater than length permitted 
in column); Table: MsiFileHash, Column: File_, Key(s): 
FL_vsipccNamedURLs_hxk_86888________.3643236F_FC70_11D3_A536_0090278A1BB8

 ==> warning LGHT1076 : ICE03: String overflow (greater than length permitted 
in column); Table: Registry, Column: Registry, Key(s): 
_FldbVs8_RegFile_15039_________00000.3643236F_FC70_11D3_A536_0090278A1BB8

 ==> error LGHT0204 : ICE27: 'CreateShortcuts' Action in InstallExecuteSequence 
table in wrong place. Current: PostExecution, Correct: Execution

 ==> error LGHT0204 : ICE77: 
CA_HxMerge_VSIPCC_VSCC.3643236F_FC70_11D3_A536_0090278A1BB8 is a in-script 
custom action.  It must be sequenced in between the InstallInitialize action 
and the InstallFinalize action in the InstallExecuteSequence table

 ==> error LGHT0204 : ICE77: 
CA_HxMerge_VSIPCC_VSExpCC.3643236F_FC70_11D3_A536_0090278A1BB8 is a in-script 
custom action.  It must be sequenced in between the InstallInitialize action 
and the InstallFinalize action in the InstallExecuteSequence table

 ==> warning LGHT1076 : ICE82: This action 
CommonFilesFolder.3643236F_FC70_11D3_A536_0090278A1BB8 has duplicate sequence 
number 1 in the table InstallExecuteSequence

 ==> warning LGHT1076 : ICE82: This action 
CommonFilesFolder.3643236F_FC70_11D3_A536_0090278A1BB8 has duplicate sequence 
number 1 in the table InstallUISequence

 ==> warning LGHT1076 : ICE82: This action 
CommonFilesFolder.3643236F_FC70_11D3_A536_0090278A1BB8 has duplicate sequence 
number 1 in the table AdminExecuteSequence

 ==> warning LGHT1076 : ICE82: This action 
CommonFilesFolder.3643236F_FC70_11D3_A536_0090278A1BB8 has duplicate sequence 
number 1 in the table AdminUISequence

 ==> warning LGHT1076 : ICE82: This action 
CommonFilesFolder.3643236F_FC70_11D3_A536_0090278A1BB8 has duplicate sequence 
number 1 in the table AdvtExecuteSequence


In regard to the "Not a valid foreign key" error, am I not using the right 
namespace? And could the rest of the warnings and errors have to do with the 
fact that I'm using wix3?

Jimmy



-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 24, 2006 3:53 PM
To: Jimmy Do
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] install .hxs into VS2005 help system with wix

Jimmy Do wrote:
> But 'light' gives this error message:
> error LGHT0204 : ICE03: Not a valid foreign key; Table: HelpPlugin, Column: 
> HelpNamespace_Parent, Key(s): MyHelpCollection.MS_VSIPCC_v80
>

Ah, one more merge module you need to add:

VSIPCC_Collection_Files_RTL_---_---.msm

That contains the MS_VSIPCC_v80 collection information.

> Any ideas what I did wrong?

The authoring looks right, so your next step (after the other merge
module) is to look at a verbose log. The Help CAs do a decent job of
logging, especially when there are problems.

> Also, is there away to *not* specify a .hxc file? Our setup only generates a 
> .hxs, so I'm not sure if I correctly created the .hxc file.
>

AFAIK, a collection-level file is always needed.

--
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to