setup.exe fails to run
Hi All
I'm fairly new to deploying apps but I have an issue where I want to install an setup.exe silently on one of my test servers. When I run the script form altiris the setup.exe starts then closes seconds later.
I'm suspecting I have this tottaly wrong so here is the command line im running.
S:\Media\setup.exe /S /V INSTALLPATH=\"Y:\Apps\AppDir\" /QB /L*V X:\Masters\Admin\Logs\Installer\app.log"
where am I going wrong please any help would be great
thanks in advance
I'm fairly new to deploying apps but I have an issue where I want to install an setup.exe silently on one of my test servers. When I run the script form altiris the setup.exe starts then closes seconds later.
I'm suspecting I have this tottaly wrong so here is the command line im running.
S:\Media\setup.exe /S /V INSTALLPATH=\"Y:\Apps\AppDir\" /QB /L*V X:\Masters\Admin\Logs\Installer\app.log"
where am I going wrong please any help would be great
thanks in advance
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
your commanline does look abit off... try this:
S:\Media\setup.exe /S /V INSTALLPATH="Y:\Apps\AppDir\" /QB /L*V "X:\Masters\Admin\Logs\Installer\app.log"
Also from the /S /V it looks like there's an MSI hiding in the installer. Keep an eye on the installing user's %Temp% and %AppData% folders during installation. Chances are an MSI will pop up there. You could then install this directly instead of calling the setup.exe.
Finally, are you sure it's INSTALLPATH and not INSTALLDIR?
Rgds,
PJ
S:\Media\setup.exe /S /V INSTALLPATH="Y:\Apps\AppDir\" /QB /L*V "X:\Masters\Admin\Logs\Installer\app.log"
Also from the /S /V it looks like there's an MSI hiding in the installer. Keep an eye on the installing user's %Temp% and %AppData% folders during installation. Chances are an MSI will pop up there. You could then install this directly instead of calling the setup.exe.
Finally, are you sure it's INSTALLPATH and not INSTALLDIR?
Rgds,
PJ
Posted by:
anonymous_9363
13 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.