Jump to content

Got KarmA?

Member
  • Posts

    27
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Got KarmA?

Got KarmA?'s Achievements

0

Reputation

  1. Does anyone have a list of command-line switches for the SAV10 install, or know where I can find them? Perhaps just why what I'm doing isn't working ... Currently, I'm just including SAV in the automated PC build at my office via a guirunonce that executes a batch file. The SAV9 switches are as follows: NAV90.msi /QN NETWORKTYPE=1 SERVERNAME=KNXW2K3-AD01 I tried simply changing the location/MSI name to reflect the SAV10 install, and although it installs and shows as being managed by KNXW2K3-AD01, it doesn't pull any virus updates. It'll just sit there indefinitely despite multiple reboots and plenty of time connected to the network. Manually launching the MSI and going through the prompts works properly, however. The system center console shows it as being connected to the managed server. I've done searches here and on google for switches and can't seem to find them. Symantec won't assist me, and I can't figure out for the life of me how to get packager working either. The help documents tell me I need a PMI file from the installation CD, but the downloaded full installation doesn't include it. I'm using the full source for 10.0.1.100, extracted it's 292MB. Help!
  2. What program are you guys using to extract and modify that file from setup.exe? I tried PowerArchiver and WinRAR and neither worked :-\
  3. Sorry! I meant to include it, but completely forgot to specify the type of the VPN connection. I simply want to add a new connection with the built-in XP vpn client ... where you do the add new connection from network connections.
  4. Hey, I've been looking to automate VPN setup on our remote installs ... but am not quite sure how to do this. I tried using Wininstall to do so, but it doesn't seem to want to capture that kind of data. The dialer software was easy because it's an installshield app and I just recorded an ISS file, but this VPN stuff I'm not so sure about. Is there some way to have this automatically added to new windows installations, either through cmdlines, the SIF file, or guirunonce?
  5. I do see what you're getting at, but if that were the case, it wouldn't work in my Windows 2000 image ... but it does.
  6. I'm using cmdlines.txt in my Win2K setup out of necessity ... I need this to be 100% unattended so I have IE6SP1 install through that, and if the final configuration doesn't complete (upon login) before the windows updates come down through SUS, it generates problems. That being said, I'd like to keep my XP and 2K installs similar to make it easier for people picking this up after me. Besides, what's wrong with cmdlines? Besides my obvious problem, are there issues with installing software through that?
  7. If it's hardware RAID, it should be reporting to windows as one drive. If it's software RAID on the otherhand ... well ... that's a hellovalot more complicated I'm sure.
  8. gotta bump this, I can't seem to get it to work. I followed the instructions on MSFN to a tee to create my admin installation point. I applied SP1 to it but no other patches. I tried recreating the admin install point as well with no success. The folder is included in my $oem$ directory, and is copied over during the textmode setup, to be run during the gui setup. cmdlines executed commands.cmd which launches the MSI with the following commands: ECHO. ECHO Installing Office 2003 Professional w/SP1 Office2003SP1\setuppro.exe TRANSFORMS=ProModified.MST /qb EXIT The transform is identical in every way to the one applied to the 2K image, except it does not include shutdown.exe (which I use for other purposes) which I include in the 2K mst. I've tried the 2K MST just for kicks but it still doesn't work. I either need a way to remedy this error or a command line I can utilize to automatically ignore it and proceed with the installation. If I use QN, it backs out and uninstalls itself. With QB we have to manually check the machine and click ignore on the one error, and then everything is fine. Help!
  9. I'm encountering an odd problem when trying to have Office 2003 automatically install during the windows XP setup, I get the following error: Error 1406. Setup cannot write the value DW0200 to the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\PCHealth\ErrorReporting\DW\Installed. Verify that you have sufficient permissions to access the registry or contact your Information Technology department for assistance. It's being installed from an admin installation point of Office 2003 (with SP1) with a transform file being applied. If I run it in QN mode, completely silent, it'll just back out and not install ... but in QB I get that error and have the ability to ignore it. Office works just fine afterwards once I get into windows. The install works just fine in an identical scenario on Windows 2000, but fails with this error on XP machines. If I run the install after the xp setup has completed, it goes through without any hitch whatsoever. Has anyone encountered this before, and possibly know a fix? Is there any command line to make the default action ignore for errors such as these, so I can just get it to go through? It doesn't seem to have any negative impact by ignoring it manually. Thanks! edit: I saw this microsoft kb article: http://support.microsoft.com/?kbid=321445 but it is for an older version (XP) and impacts the install in windows, not during the unattended portion, and apparently was fixed with following versions of Office.
  10. don't worry about shutdown.exe, I've got that included in all windows 2000 systems. What would help me the most are two things: a list of what executes in what order during startup. for example, what order does guirunonce, runonce, runonceex, run, and the startup folder in a user profile execute in? Also, I need to know the syntax for adding a registry key to execute a file from a certain location. For example, if I add a command to execute restart2.bat to the registry and then export it, I get this: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "Reboot"="\"\\\\knxw2ks-ris01\\Installs\\Scripts\\restart2.bat\"" So basically, I need to know how to do that with a reg add command, but I don't know how. the simplest solution for me is knowing in what order the startup items execute them in. So for example, if they execute in order A B C D, then I can have D run and place an entry in A, B, or C without worrying about it running again until the next reboot. Thanks!
  11. Sorry, I'm no pro with the syntax of these commands. If I wanted to add the following batch file to the runonceex section, what should I put in GuiRunOnce? \\knxw2ks-ris01\Installs\Scripts\restart2.bat Thanks
  12. Hey all. I current have an unattended setup for Windows 2000, which has IE6 SP1 installing automatically through cmdlines.txt. It works properly, but doesn't play well with other windows updates until it finished configuring. So for example if I deploy the machine and it gets updates automatically before logging in (through software update services), I have problems logging in and opening control panel etc. Anyways, the solution of this is to log in *twice* after the image is complete ... the first time configures a profile, and then the second time is when the IE6 setup goes through and does it's little setup immediately after logging in. If I were performing this setup on a machine that had already logged in, it'd perform the setyup immediately following the next reboot/login ... but doesn't appear to be the case here. Long story short, I simply want to make this thing reboot twice, and I'm not quite sure how to accomplish this. I have it set to autologin twice ... and have a guirunonce command that forces the first reboot. I tried creating a registry key that creates a single run entry (to force the reboot on next login) and having that imported as part of the guirunonce, but that gets run immediately after, so that won't work. anyone got any ideas? I did a quick search but couldn't find any info.
×
×
  • Create New...