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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now