Continue with previous post

Condition and seq for those custom actions(got when I open msi with orca)

SxsInstallCA
Condition: (NOT REMOVE) AND (NOT Version9X)
Sequence: 1571

SxsUninstallCA
Cond: ((Installed AND NOT REINSTALL) OR MsiPatchRemovalList) AND (NOT
Version9X)
Sequence: 6523


On Dec 20, 2007 2:39 PM, SaiTeja <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> thanks for resp.
>
> In my code, I have lot of custom actions(dll and exe), in those there is
> no
> custom action named
>
> "CustomAction_SxsMsmInstall".
>
> But When I open my MSI with orca, I saw CustomAction_SxsMsmInstall and
> CustomAction_SxsMsmCleanup
>
> under Custom action.
>
> Could you please tell me indetail
>
>
>
> Calin Iaru wrote:
> >
> > Your custom action needs to return 0. Check the code and if the function
> > CustomAction_SxsMsmInstall returns something else, then you have an
> error.
> >
> > SaiTeja wrote:
> >> Hi,
> >>
> >> when I run my msi in Virtual Machine am getting following error.
> >>
> >> Can any one tell me how to solve this
> >>
> >> Action start 11:54:59: InstallValidate.
> >> Action ended 11:54:59: InstallValidate. Return value 1.
> >> Action start 11:54:59: RemoveExistingProducts.
> >> Action ended 11:54:59: RemoveExistingProducts. Return value 0.
> >> Action start 11:54:59: InstallInitialize.
> >> Action ended 11:54:59: InstallInitialize. Return value 1.
> >> Action start 11:54:59: SxsInstallCA.
> >> Error 1723. There is a problem with this Windows Installer package. A
> DLL
> >> required for this install to complete could not be run. Contact your
> >> support
> >> personnel or package vendor. Action SxsInstallCA, entry:
> >> CustomAction_SxsMsmInstall, library: C:\WINNT\Installer\MSIC.tmp
> >> MSI (s) (1C:34): Product: Test Program Client -- Error 1723. There is a
> >> problem with this Windows Installer package. A DLL required for this
> >> install
> >> to complete could not be run. Contact your support personnel or package
> >> vendor. Action
> >>  SxsInstallCA, entry: CustomAction_SxsMsmInstall, library:
> >> C:\WINNT\Installer\MSIC.tmp
> >>
> >> Action ended 11:54:59: SxsInstallCA. Return value 3.
> >> Action ended 11:54:59: INSTALL. Return value 3.
> >> === Logging stopped: 12/20/2007  11:54:59 ===
> >>
> >
> >
> >
> -------------------------------------------------------------------------
> > SF.Net email is sponsored by:
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services
> > for just about anything Open Source.
> >
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Error-1723.-A-DLL-required-for-this-install-to-complete-could-not-be-run.-tp14431565p14432827.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
>
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to