1.  The Merge Module should have shipped all of its required actions 
(MsiPublishAssemblies) but didn't.  To work around the bug in their Merge 
Module add the following to your MSI:

<AdvertiseExecuteSequence>
   <MsiPublishAssemblies/>
</AdvertiseExecuteSequence>

That will ensure your MSI gets the required action.


2.  The Merge Module shipped a Directory that overlaps with the Windows 
Installer Property and that could have unforeseen side effects.  Basically, the 
Merge Modules have given you a potential bug.  You'll need to follow up with 
the providers of the Merge Modules to see if they have fixed the bugs.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John McLean, Jr.
Sent: Thursday, July 24, 2008 16:45
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Merge Modules for Ink Edit

Need a little help here.

I am trying to redistribute the merge module for Ink Controls.

According to the Microsoft Documentation I need the following msm file
MSTPCRT.msm
tpcman17.msm

I create the lines under the Installation Directory
<merge ID="MSTPCRT.msm" Sourcefile="C:\Program Files\Microsoft Tablet PC 
Plateform SDK\ms\MSTPCRT.msm" Language="0" DiskId="1" />
<Merge Id="tpcman17.msm" Sourcefile="C:\Program Files\Microsoft Tablet PC 
Plateform SDK\ms\tpcman17.msm" Language="0" DiskId="1" />

With use the
<Feature Id="Productfeatures' Title="Install" Level="1">
<MergeRef ID="MSTPCRT.msm" />
<MergeRef ID="tpcman17.msm" />

.... other files

</ Feature>
I get bunch of warning and I get 3 errors.

ICE83: The MsiPublishAssemblies action must be present in AdvExecuteSequence 
Table.
ICE99: The directory name: PRimaryVoulment Parh is the same as one of the MSI 
Public Paths Properties can cause unforeseen side effects.

Could someone translate? Or tell me what I am missing to get this right.

Thanks in advance.


Regards,

John E. McLean, Jr.
JMA Technology, Inc.
Tel:  713/780-7262
Fax: 713/780-3010
www.jmatech.com

This message and its attachments are for the sole use of the intended
recipients.  They may contain confidential, privileged or proprietary
information or other information subject to legal protection and
restrictions.  If you are not the intended recipient of this message,
please do not read, copy or disclose the content of this message or its
attachments and immediately notify the sender of the erroneous transmission
by replying to the message. You should then delete or destroy all copies of
the message and attachments in all forms of media.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to