How does one do that? I tried setting the sequence inside the
AdminExecuteSequence element like with my own custom actions but that
just caused "error LGHT0112 : Unresolved reference to symbol
'CustomAction:ResolveSource'"

I checked the documentation for the Merge element and that doesn't
seem to indicate any children that would be appropriate for modifying
an internal custom action.

The actual problem is "ResolveSource", which only actually shows up in
Orca in the "ModuleInstallUISequence" table as:

Action          Sequence        BaseAction      After   Condition
setAllUsersProfile2K            ResolveSource   0       VersionNT >= 500
ResolveSource   525


On 3/14/07, Thomas Svare <[EMAIL PROTECTED]> wrote:
> 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=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to