Could I fix them by chaining two immediate "property change" actions
together, and if so, how exactly would I go about doing that?

Here are the lines in question:

In the merge module:

C:\tmp\fragments\Strawberry Perl.wxs(6264) : warning LGHT1076 : ICE03:
String overflow (greater than length permitted in column); Table:
CustomAction, Column: Target, Key(s):
CA_Relocate_msm_Cmd.BC4B680E_4871_31E7_9883_3E2C74EA4F3C

        <CustomAction Id="CA_Relocate_msm_Cmd"
        Property="CA_Relocate_msm"
                                  Value="&quot;[#F_exe_MTI2OTAxNjU5Mg]&quot;
                                  [#F_lp_MjI5MTQzMDIwNA] --location
                                  [#INSTALLDIR] --quiet --file
                                  [#F_txt_MTA2OTkwMzczMg]"
                                  Execute="immediate"/>
        <CustomAction Id="CA_Relocate_msm" BinaryKey="WixCA"
        DllEntry="CAQuietExec"
                                  Execute="deferred" Return="check"
                                  Impersonate="no"/>
        <InstallExecuteSequence>
                <Custom Action="CA_Relocate_msm_Cmd"
                After="CostFinalize"/>
                <Custom Action="CA_Relocate_msm"
                After="PublishProduct"/>
        </InstallExecuteSequence>
    <UI>
          <ProgressText Action="CA_Relocate_msm">Relocating Strawberry
          Perl...</ProgressText>
    </UI>


In the main .msi:

C:\tmp\fragments\Strawberry Perl.wxs(111) : error LGHT0204 : ICE03: Not
a valid foreign key; Table: CustomAction, Column: Target, Key(s):
CA_Relocate_Cmd
light.exe : warning LGHT1076 : ICE03: String overflow (greater than
length permitted in column); Table: CustomAction, Column: Target,
Key(s): CA_Relocate_msm_Cmd.BC4B680E_4871_31E7_9883_3E2C74EA4F3C

        <CustomAction Id="CA_Relocate_Cmd" Property="CA_Relocate"
                                  
Value="&quot;[#F_exe_MTI2OTAxNjU5Mg.BC4B680E_4871_31E7_9883_3E2C74EA4F3C]&quot;
                                  
[#F_lp_MjI5MTQzMDIwNA.BC4B680E_4871_31E7_9883_3E2C74EA4F3C]
                                  --location [#INSTALLDIR] --quiet
                                  --file [#F_txt_Mzc3MjQyNTQ1OA]"
                                  Execute="immediate"/>
        <CustomAction Id="CA_Relocate" BinaryKey="WixCA"
        DllEntry="CAQuietExec"
                                  Execute="deferred" Return="check"
                                  Impersonate="no"/>
        <InstallExecuteSequence>
                <Custom Action="CA_Relocate_Cmd" After="CostFinalize"/>
                <Custom Action="CA_Relocate" After="PublishProduct"/>
        </InstallExecuteSequence>
    <UI>
          <ProgressText Action="CA_Relocate">Relocating Strawberry
          Perl...</ProgressText>
    </UI>

--Curtis Jewell
--
Curtis Jewell
swords...@csjewell.fastmail.us

%DCL-E-MEM-BAD, bad memory
-VMS-F-PDGERS, pudding between the ears

[I use PC-Alpine, which deliberately does not display colors and pictures in 
HTML mail]


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to