Jump to content

mbouchard

Member
  • Posts

    162
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by mbouchard

  1. Where did you end up getting it from?  I know it is in the XP SP2 OPK, but has it made its way into the Select CDs yet?  I have been hounding my TAM for a month and I haven't been given any useful information.

    I too have been hounding my tam and she told me last week or was it the week before that it was available via licensing download. It should be coming in the next license shipment or two.

    Mike

  2. Where I work, we extracted the msp and then run it using /qb-! not sure of the reason behind it but it works.

    WshShell.Run "msiexec.exe /p " & OFFICEFOLDER & "\office2003\updates\servicepack1\mainsp1ff.msp /qb-!", 1, True

    WshShell.Run "msiexec.exe /p " & OFFICEFOLDER & "\office2003\updates\servicepack1\owc102003sp1ff.msp /qb-!", 1, True

    WshShell.Run "msiexec.exe /p " & OFFICEFOLDER & "\office2003\updates\servicepack1\owc11sp1ff.msp /qb-!", 1, True

  3. In one form or another I use the following to reboot PE from both HTA's and VBS'

    Mike

    Do'Reboot PC.  Close Up to 5 open CMD windows
     Do While Counter < 5
    Counter = Counter + 1
    If Counter = 6 Then
      Check = False
    Exit Do
    End If
    WshShell.AppActivate "cmd"
    WshShell.sendkeys "exit"
    WshShell.sendkeys "~"
      Loop
    Loop Until Check = False

  4. Love it, learn something new every day. Thanks Chris.

    After looking at doing images and basically not being able to standardize on one desktop/laptop, we decided to go with a complete unattended method for installing os's and software. We still use PQdeploy for backups and restores but that is about it.

    Mike

  5. I do not believe that you can access the HD after imaging it. When we used PQdeploy, Powerquests 32bit command-line driveimage type tool, per their support, we could not access the drive via drive letter, but could possibly use a tool that came with our license to access the HD. BUT, we could only copy down a newer version of a file that already existed in the image.

  6. Another way is to do your partitioning and formating via a script and then write the unattend.txt file to the HD. Where I work, we have been using this method for a while. Basically, I setup the HD, then write the unattend.txt file along with several other script files to the HD. None of these files had existed before being written, they were all part of a single large script file.

    Mike

  7. Depending on what you are doing, yes it is possible. You could write a bat/script file that would map the drive prior to calling the program installs.

    The way that I have mine setup is this,

    -WinPE launches, prompts tech for username/password and maps drive to network.

    -Tech is then prompted for computername and some basic info (Which OS, Office, formatting options, etc)

    -Once they submit this, the HD is formated and several files are written to the HD, these include, Unattend.txt and several script files.

    -Needed files are copied to the HD (i386, Drivers, some patches)

    -Setup launches

    -Once setup is complete, runonce calls a script Install patches/chipset and copy a script to the startup folder then reboot.

    -OS autologs in, then maps a network drive and calls a script that will install all standard apps.

  8. While I have not done with via DVD I have done CD installs. I have a method of installing multiple OS's from the network that I had converted to install from CD. I do not have access to this atm but have posted it previously. Look for some of my posts and you should find it. If not, I can post it on monday.

    Mike

    btw hope this is coherent, took some meds not too long ago and am feeling good.

    I knew if I did a little searching I would find it, I posted the zip here, this could give you a start, but I have made some updates so will still post on monday.

    http://www.msfn.org/board/index.php?showtopic=18150&hl=

  9. hate to sound like a n00b, what is DC? And, is there a guide somewhere?

    DC = Domain controller either Windows 2000 or 2003 Server. Not sure if SMS 2003 requires Win2003 or if 2000 will do. Also, if I am not mistaken, you will need SQL2000 to install SMS.

    Mike

  10. If you do not reboot after running diskpart, add in /Syspart:C /TempDrive:C, not sure if tempdrive is required though, but it works for me.

    winnt32.exe /unattend:zunattend.txt

    Is your unattend.txt file named zunattend or is that a typo?

    Mike

  11. I might be mistaken but I think that partition magic creates a bat file which then runs the create partition routine. It has been a while so I am not sure what version this was with but that could be your issue.

    Mike

×
×
  • Create New...