installshield wrapped msi package (myob) - Newbie
heyas,
i'm a bit new to this but i'm struggling to create a silent install of myob (Mind Your Own Bussiness) it's an installshield wrapped msi. i've followed the instructions at http://support.installshield.com/kb/view.asp?articleid=Q108166 but after that it comes up with a :
unhandled exception
error number: 0x80040706
description: Object reference not set
any ideas as to the best way to deploy myob ?
Thanks.
i'm a bit new to this but i'm struggling to create a silent install of myob (Mind Your Own Bussiness) it's an installshield wrapped msi. i've followed the instructions at http://support.installshield.com/kb/view.asp?articleid=Q108166 but after that it comes up with a :
unhandled exception
error number: 0x80040706
description: Object reference not set
any ideas as to the best way to deploy myob ?
Thanks.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
damonjohns
10 years ago
I also had trouble with this here is how you silently package MYOB.
Step 1. Generate an iss response file by running the following command:
setup.exe /r -f1"c:\temp\Install.iss"
Run through the full installation, then roll back your vm or uninstall MYOB
Step 2. Test your silent installation by running the following command:
setup.exe /s /v"SERIAL=xxxxxxxxxxxx" -f1"c:\temp\Install.iss"
Note you must pass a valid serial number otherwise the install will fail with setup.log file having a ResultCode=-3 error in it.
Further information here:
http://myobaustralia.custhelp.com/app/answers/detail/a_id/35117/~/accountright-silent-install
Cheers
Damon
Comments:
-
I have had some issues with MYOB 2015. if you extract the msi and create a mst file, you can deploy it successfully, however, it wont integrate with MS Office especially MS Excell.
Damon has get the right way to do it. - PackageX 9 years ago
Posted by:
usachrisk
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.