O
Olie
I am trying to run an msi setup from a DUA script. I know from previous
threads that this is possible but none seem to give a solution to my
problem.
Basically the msi setup produces an error Microsoft Installer Service
not running. This is obviously because it is run before the services
have started but how do I get around this?
Here is the DUA script:
EXECUTEPROCESS, DAERH_ABORT,DANO,,c:\windows\msiexec.exe,,-i
"c:\Program Files\Avolites\Install\PearlExpertSetup.msi" -passive,DAYES
I am using Feature Pack 2007 Beta.
threads that this is possible but none seem to give a solution to my
problem.
Basically the msi setup produces an error Microsoft Installer Service
not running. This is obviously because it is run before the services
have started but how do I get around this?
Here is the DUA script:
EXECUTEPROCESS, DAERH_ABORT,DANO,,c:\windows\msiexec.exe,,-i
"c:\Program Files\Avolites\Install\PearlExpertSetup.msi" -passive,DAYES
I am using Feature Pack 2007 Beta.