Jump to content

robr

Member
  • Posts

    35
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About robr

robr's Achievements

0

Reputation

  1. I'm having a problem a hotfix - 832894. All my hotfixes are installed during WinPE via cmdlines.txt. This appears to run and install fine, but if I go to Windows Update, I'm told I still need to install this. From CMDLINES.TXT q832894.exe /Q:A /R:N Any thoughts? This is on Windows Server 2003 Standard
  2. Thanks, here's MS' response which is the same as yours, I'll give this a shot Include them in the OEMRunOnce section of the winbom.ini, so they are installed on the first boot to the Windows Desktop. Example: [OEMRunOnce] "Example Hot Fix","""\\OPKSERVER\OPKTools\Apps\msxml4qfe.exe"" /Q /C:""msiexec /l msxml.msi /qn"" "
  3. i havent integrated an MSI into an unattended install before, but i had thought that the msiexec installer wasnt available during windows setup.
  4. Microsoft in their infinite wisdom has apparently decided to release the hotfixes for Microsoft Storage Server in .MSI format. Has anyone dealt with these before and what's the best way to incorporate them into an unattended install? Directory of C:\OPKTools\Hotfixes 04/28/2004 12:00 PM 222,720 WindowsStorageServer2003FeaturePack-KB838 985.msi 04/28/2004 12:11 PM 167,424 Windows_Storage_Server_2003-KB825191.MSI 04/28/2004 12:11 PM 316,928 Windows_Storage_Server_2003-KB828214.msi 04/28/2004 12:11 PM 523,264 Windows_Storage_Server_2003-KB828878.msi 04/28/2004 12:12 PM 425,984 Windows_Storage_Server_2003-KB835152.msi 04/28/2004 12:18 PM 425,472 Windows_Storage_Server_2003-KB838238.msi
  5. I ended up using sysprep.inf [GuiRunOnce] "C:\Windows\SYSTEM32\CMD.EXE /c RD c:\stage /s /q"
  6. I have some directories I'd like to be deleted upon enduser mini-setup. I figured I could use cmdlines.txt to do this, but if I add an entry like this: [Commands] "rmdir /s /q c:\stage" or like this: [Commands] "%windir%\SYSTEM32\CMD.EXE /c RMDIR c:\stage /s /q" I'm told RMDIR can't be found. I realize I could put all the files in the sysprep directory which is deleted automatically, but I'm already committed to where the current directory structures live. Any suggestions?
  7. depends what you mean by using winbom to install software. i use winbom.ini to point to the WinPE configuration on the network, the WinPE software installs are located in the config set. No idea if you mean something else by using winbom.ini.
  8. hmmm, i havent looked at the IEAK at all, i wouldnt want to do it for this small thing, but thanks for making me think in that direction in case i come across something else it would be suitable for. i havent run the msi directly with the switches, the preinstall guide for storage server says to use msiexec to call it and use those switches.
  9. for anyone else that gets stuck on this, the batch file did work, the carats did not. i'd like to figure out how to properly do this without a CMD file, because a "dos box" pops up to run the CMD file. I'd prefer to see nothing, but this will do for the moment.
  10. ok i found a couple of solutions here http://www.mail-archive.com/unattended-inf...t/msg00285.html the first says create a .cmd file with the command i need to run and call it from [guirunonce], that way theres no nested quotes. ugly but it will work. the second i dont know if it will work but it said to use a carat like this [guirunonce] "blah.exe ^"option1, option2^" /abc"
  11. ok this is odd, i checked the docs, the docs show quotes in the examples [GuiRunOnce] "command 1" "command 2" . . however i did a google search on guirunonce and see examples without the quotes. before i drive 45 minutes into the office to test this and continue with my project, can you confirm quotes aren't needed? this is one of my few remaining big hurdles. thanks again for all the help, i really appreciate it. The last time I touched this stuff was NT 4.0 and there were no internet resources for unattended installs back then, I'm really glad to see there are several resources available now.
  12. oh! you're right.... i dont have the docs in front of me, but now that you mentioned that, i remember reading that. as i recall though it still needs to be enclosed in quotes doesnt it?
  13. even the webboard software here is converting one of my quotation marks to read &QUOTE . Wherever you see &QUOTE on my post, it's just supposed to bea quotation mark
  14. the command line entry requires quotes. if i type msiexec /i c:\stage\sasetup30.msi ADDLOCAL="BackEndFramework,WebUI,NAS,SetDateAndTime,Set_Language,UsersAndGroups,NetworkSetup,Logs,SystemB ackup,AlertEmail,Shutdown,RemoteDesktop,SysInfo,ScheduledDefragmentation,ShadowCopyManagement,UPS,Fo ldersAndShares,Services,DisksAndVols" /qn at the command prompt, it works. the documentation for [guirunonce] says you need to enclose the command in quotes as well. So now you have quotes within quotes and I thought there was a special syntax for that. Maybe not, I don't think I've tried it like below, but without the syntax, I'm pretty sure that the second set of quotes will act like a closing quote. [GuiRunOnce] "StorageServer","msiexec /i c:\stage\sasetup30.msi ADDLOCAL="BackEndFramework,WebUI,NAS,SetDateAndTime,Set_Language,UsersAndGroups,NetworkSetup,Logs,SystemB ackup,AlertEmail,Shutdown,RemoteDesktop,SysInfo,ScheduledDefragmentation,ShadowCopyManagement,UPS,Fo ldersAndShares,Services,DisksAndVols" /qn"
  15. im not trying to appear special, i could care less about who has what. im just upset that an avenue of support for such a niche product with poor preinstall documentation was closed down to me by someone at microsoft. im working for a vendor that sells big storage arrays, so i guess the product was made available to companies in that line of business.
×
×
  • Create New...