There is no mechanism provided by the mergemod.dll to resequence CustomAction 
order.  ResolveSource is one of those CustomActions that can live in many 
places... it sounds like the Merge Module isn't respecting that.  You best bet 
is to not have it in the MSM at all.  ResolveSource can cause some really 
unfortunate source prompts if not used carefully.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Svare
Sent: Wednesday, March 14, 2007 2:30 PM
To: Geoff Finger; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Using InstallShield msm files causes an error

You should be able to set the sequence of the offending custom action
from the msm in main WiX project I think.

Thanks,
Tom

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Geoff
Finger
Sent: Wednesday, March 14, 2007 4:21 PM
To: wix-users@lists.sourceforge.net
Cc: Thomas Svare
Subject: Re: [WiX-users] Using InstallShield msm files causes an error

Yeah, changing the sequence of ResolveSource from 525 to 1025 fixed it,
thanks!

Is there a way to override the sequence of an item in a Merge Module
when you reference it, or am I going to have to run Orca and fix it
manually every time I recompile?

On 3/14/07, Thomas Svare <[EMAIL PROTECTED]> wrote:
> That should work.  If you have any custom actions in your msm verify
> that the sequencing is after the cost standard actions.
>
> Thanks,
> Tom
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Geoff
> Finger
> Sent: Wednesday, March 14, 2007 1:04 PM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Using InstallShield msm files causes an error
>
> I'm trying to include a merge module from an older project that was
> made when we were using InstallShield to create our installations.
>
> When I try including it in my Wix project it compiles fine but when
> running it I get the error:
>
> Action start 16:32:36: ResolveSource.
> MSI (c) (EC:E0) [16:32:36:124]: Note: 1: 2732 2: 0
> DEBUG: Error 2732:  Directory Manager not initialized.
> The installer has encountered an unexpected error installing this
> package. This may indicate a problem with this package. The error code
> is 2732. The arguments are: 0, ,
>
> I tried using dark to decompile the msm file and recompiled it
> directly into a new Wix merge module, and that seems to work fine. So
> if necessary I can just do that instead, but it would be preferable to
> get the original msm working.
>
> Is there something extra I need to do in order to get InstallShield
> merge modules to work with Wix? Or are the two just fundamentally
> incompatible?
>
> (I tried searching the list archives for any info on this but I keep
> getting "500 - Internal Server Error")
>

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to