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 === |
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 [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
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
|
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 <[hidden email]> wrote:
------------------------------------------------------------------------- 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
Those
custom actions are usually from the Microsoft merge modules for C++ support. It’s
not clear to me why that one would fail. Phil
Wilson From:
[hidden email]
[mailto:[hidden email]] On Behalf Of Guna S Continue with previous post On Dec 20, 2007 2:39 PM, SaiTeja <[hidden email]> wrote:
>
------------------------------------------------------------------------- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/wix-users |
Free forum by Nabble | Edit this page |