[wix-users] CustomAction returned actual error code 1619

Hoover, Jacob Jacob.Hoover at greenheck.com
Thu Sep 28 11:51:18 PDT 2017


B is for Bundle...

Launching an installer from within a MSI is nesting, and it is not supported.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of KONDURU Pavan via wix-users
Sent: Thursday, September 28, 2017 1:44 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: KONDURU Pavan <Pavan.KONDURU at 3ds.com>
Subject: Re: [wix-users] CustomAction returned actual error code 1619

You would need to add "impersonate=no" in your custom action but unfortunately that won't work in an immediate custom action/ install UI sequence. You would need to put this CA in the installexecute sequence and execute=deferred. If you do want it in the install UI sequence, you would probably need a bootstrapper that runs in elevated mode when launched.

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Miaohsi Wang via wix-users
Sent: Thursday, September 28, 2017 11:37 AM
To: WiX Toolset Users Mailing List
Cc: Miaohsi Wang
Subject: [wix-users] CustomAction returned actual error code 1619

Dear Support,

We are trying to launch a 3rd-party install program using a custom action in the product install UI sequence but it fails with error 1619 if I start the product install through its setup.exe. However, if I open a DOS window with administrator privileges and launch the product install MSI with msiexec.exe, it works fine. Below is the custom action definition. Any idea?

Thanks a lot,
Miaohsi

<CustomAction Id="InstallLicensingx64" BinaryKey="MSIEXEC.EXE" ExeCommand="/i "[SourceDir]Portal64\Licensing10Apps-VC12x64.msi" /qn /norestart" Execute="immediate" Return="ignore" />



____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/ This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list