Jump to content

jasyl

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by jasyl

  1. I finally got this to work tonight after lots of time being frustrated by the lack of details in the on-line instruction guide. After going through the initial steps of setting up an administrative setup point, slipstreaming SP1 and customizing an .MST file I created a command file (Unattend.cmd) with the simple lines seen below. To create a cmd file simply right click on your desktop, create a new text file, open it and cut and paste the lines below just as you see them into said text file. Change "Save as Type" to 'all files', then save this as Unattend.cmd. Place your newly created .cmd file along with your customized .MST file in the folder containing your Office 2003 setup files. Finally, create an ISO, burn it to a disc and enjoy your newly created Unattended Office 2003 cd. (I know I do)

    ECHO.

    ECHO Installing Office 2003 Professional With SP1

    ECHO Please wait...

    start /wait %CDROM%\setup.exe TRANSFORMS=Unattended.MST /qb-

    :thumbup

  2. I finally got this to work tonight after lots of time being frustrated by the lack of details in the on-line instruction guide. After going through the initial steps of setting up an administrative setup point, slipstreaming SP3 and customizing an .MST file I created a command file (Unattend.cmd) with the simple lines seen below. To create a cmd file simply right click on your desktop, create a new text file, open it and cut and paste the lines below just as you see them into said text file. Change "Save as Type" to 'all files', then save this as Unattend.cmd. Place your newly created .cmd file along with your customized .MST file in the folder containing your Office XP setup files. Finally, create an ISO, burn it to a disc and enjoy your newly created Unattended Office XP cd. (I know I do)

    ECHO.

    ECHO Installing Office XP

    ECHO Please wait...

    start /wait %CDROM%\setup.exe TRANSFORMS=Unattended.MST /qb-

    :thumbup

  3. I finally got this to work tonight after lots of time being frustrated by the lack of details in the on-line instruction guide. After going through the initial steps of setting up an administrative setup point, slipstreaming SP1 and customizing an .MST file I created a command file (Unattend.cmd) with the simple lines seen below. To create a cmd file simply right click on your desktop, create a new text file, open it and cut and paste the lines below just as you see them into said text file. Change "Save as Type" to 'all files', then save this as Unattend.cmd. Place your newly created .cmd file along with your customized .MST file in the folder containing your Office 2003 setup files. Finally, create an ISO, burn it to a disc and enjoy your newly created Unattended Office 2003 cd. (I know I do)

    ECHO.

    ECHO Installing Office 2003 Professional With SP1

    ECHO Please wait...

    start /wait %CDROM%\setup.exe TRANSFORMS=Unattended.MST /qb-

    :thumbup

×
×
  • Create New...