The Glimmerman Posted July 7, 2011 Posted July 7, 2011 (edited) I have several applications too be installed when setupcomplete.cmd runs.Some of them are msi installers wrapped in a 7z installer.7-ZipAcrobat Reader XOffice 2007Symantec Endpoint ProtectionnVidia PhysX softwareJavaBut here is the problem.They where installing fine. But some how on a new 7lited windows 7 dvdmost of them aren't7-Zip is installed even nVidia PhysX software but the rest of them starts but will not install.No errors but I must say. They are silent installers so maybe there are errors but I cannot see them. Hope that someone can help me out here.It's driving me Nuts!! Edited July 7, 2011 by The Glimmerman
urie Posted July 8, 2011 Posted July 8, 2011 Some msi installers requite msiexec.exe running to install example CMD /C Start /Wait msiexec.exe /I %SystemDrive%\APPS\Acronis_DiskDirector10\AcronisDiskDirector.msi
Tripredacus Posted July 8, 2011 Posted July 8, 2011 Also it is possible that one of the installers is locking the process and the other ones work install. I've found strange instances of this, such as this example:TPM then BT = TPM installs but not BTBT then TPM = both installSo you may want to try playing with the order of installation.
The Glimmerman Posted July 8, 2011 Author Posted July 8, 2011 Thanks GuysI'll try msiexec first then if it won't work i will start playing with the order of installing the apps.I let you know how it works out
ricktendo Posted July 8, 2011 Posted July 8, 2011 Some apps need there to you to be logged into a user account, setupcomplete.cmd executes before the user is created (this is why HKCU regtweaks dont work)
maxXPsoft Posted July 10, 2011 Posted July 10, 2011 any above or thisBut some how on a new 7lited windows 7 dvdmost of them aren't
The Glimmerman Posted July 11, 2011 Author Posted July 11, 2011 It seems that I used msiexec /i for all installers except for symantec. I removed the msiexec /i and added it by SEP and it works now. They all install. I have no explaination for this behavior but it works. And for the HKCU thing. I mounted ntuser.dat with the HKCU settings. So all settings are use when using setupcomplete.cmd. So I think. Thx. Guys for the info.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now