baperkins Posted April 2, 2004 Posted April 2, 2004 Morning all,Having an issue with the unnattended install being called from a batch file. When the start/wait setup.exe TRANSFORMS=Unsttended.MST /qb- is called from a batch file it starts to install then quits about 10 seconds later. If i go to a command prompt in the directory and manually type the above command string then all works fine. Any ideas?Thx
ToBe Posted April 3, 2004 Posted April 3, 2004 I had the same problem installing Ofiice with cmdlines.txt, but when I use RunOnceEx after first login, it worked... Has something to do with the user accounts, I think...
msbhi22 Posted April 3, 2004 Posted April 3, 2004 Morning all,Having an issue with the unnattended install being called from a batch file. When the start/wait setup.exe TRANSFORMS=Unsttended.MST /qb- is called from a batch file it starts to install then quits about 10 seconds later. If i go to a command prompt in the directory and manually type the above command string then all works fine. Any ideas?Thxhello,You have used start/wait setup.exe TRANSFORMS=Unsttended.MST /qb- . I think there one mistake there one setup.exe which is belongs to windows. you should have give start wait <CD-ROM > driver letter where office setup files are situated examplestart /wait e:\Office\setup.exe TRANSFORMS=Unsttended.MST /qb-Other for RunOnceEx.cmd msfn has give exmaples to use DetectCD.exe please visit updated http://unattend.msfn.org again
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