
brianjohnbarton1.5524924921593264E12 asked a question.
Error 1721 or 1722 on Custom Action
Hi All,
I'm having a tremendously frustrating time with getting error 1721 or error 1722 when trying to run a Custom Action to run a simple Basic MSI file. The error I'm getting is this:
CustomAction AddUser_dbowner returned actual error code 1618 (note this may not be 100% accurate if translation happened inside sandbox)
Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action AddUser_dbowner, location: C:\CheckSix\_Deploy\SQL\, command: C:\Windows\system32\msiexec.exe /i C:\CheckSix\_Deploy\SQL\AddUser_dbowner.msi /qn C6_USERNAME=win732-test\c6user IS_SQLSERVER_SERVER=(local)
Action ended 17:04:45: AddUser_dbowner. Return value 3.
Action ended 17:04:45: INSTALL. Return value 3.
Everything looks ok in the statement and I have it running after another Custom Action which runs fine and launches after InstallFinalize.
Any ideas?
Any way you know of to achieve my desired results?