FromZto850 Posted September 16, 2004 Posted September 16, 2004 Hello,I have successfully created my OfficeXP SP3, unnattended CD. I have to click my batch file inorder to get it to install unattended.How do I get it to automaticlly begin to install when inserted in the cd drive? or bring up a dialog box asking to install upon insering in the drive.for what its worth my batch file is below:ECHO.ECHO Installing Office XP Professional with FrontpageECHO Please wait...start /wait C:\XPCD\$OEM$\$1\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-Thanks in advance.
MHz Posted September 16, 2004 Posted September 16, 2004 If this is an unattended office cd, then you could alter the autorun.inf file.e.g.[autorun]OPEN=setuppls.exe /AUTORUNICON=setuppls.exe,1shell\configure=&Configure...shell\configure\command=setuppls.exeshell\install=&Install...shell\install\command=setuppls.exeshell\unattended=&Unattended...shell\unattended\command=setuppls.exe TRANSFORMS=Unattended.MST /qb-This would alter it on my cd to right click on drive, and select Unattended in context menu. You could also replace /AUTORUN with TRANSFORM=...... so it runs on cd insertion.Would not recommend.Some changes may be needed to suit yours.
FromZto850 Posted September 16, 2004 Author Posted September 16, 2004 Your suggestion worked beautifully. I see now why it’s a better idea to right click & select unattended opposed to just running unattended on insert, its all about choices & options.Thanks a lotI deeply appreciate your reply.
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