Jump to content

Cochise

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Cochise

  1. I took the quotes out. but it still does not activate. Should there be a space between the program files and (x86)?

    <SynchronousCommand wcm:action="add">

    <CommandLine>cscript //b "C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs" /inpkey:PRODUCT KEY</CommandLine>

    <Order>4</Order>

    <RequiresUserInput>false</RequiresUserInput>

    </SynchronousCommand>

    <SynchronousCommand wcm:action="add">

    <CommandLine>cscript //b "C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs" /act</CommandLine>

    <Order>5</Order>

    <RequiresUserInput>false</RequiresUserInput>

    </SynchronousCommand>

  2. So can I insert these into my sysprep file like you have them and they will work? Sorry for so many dumb questions. i new to this Windows 7 sysprep

    Thanks for all your help!

    %windir%\System32\cscript.exe "C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS" /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx (where xxxxx-xxxxx-xxxxx-xxxxx-xxxxx is your 25 digit MAK product key for Office 2010)

    %windir%\System32\cscript.exe "C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs" /act

  3. How would the the sysprep file look on Windows 7 64?

    <SynchronousCommand wcm:action="add">

    <CommandLine>cscript //b "C:\"Program Files (x86)"\Microsoft Office\Office14\ospp.vbs" /inpkey:PRODUCT KEY</CommandLine>

    <Order>4</Order>

    <RequiresUserInput>false</RequiresUserInput>

    </SynchronousCommand>

    <SynchronousCommand wcm:action="add">

    <CommandLine>cscript //b "C:\"Program Files (x86)"\Microsoft Office\Office14\ospp.vbs" /act</CommandLine>

    <Order>5</Order>

    <RequiresUserInput>false</RequiresUserInput>

    </SynchronousCommand>

×
×
  • Create New...