Jump to content

Xaneth

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Xaneth

Xaneth's Achievements

0

Reputation

  1. OK, so I added it under "Hotfixes and addons" and it's not installing. I see the file under SVCPACK, but what I don't see is the .ini file, ENTRIES_avgfree-8.0.100.1323.ini anywhere in the build. Where does this get extracted to or referenced? I don't see it in the GUIRUNONCE section of my winnt.sif either. These are the contents of ENTRIES_avgfree-8.0.100.1323.ini: general] builddate=06.07.2008 description=Basic antivirus and antispyware protection for Windows language=English (United States) title=AVG Anti-Virus Free Edition version=8.0.100 Build 1323 [Rel: 06.05.2008] website=http://free.grisoft.com/ [EditFile] I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram [GuiRunOnce] "%source%\i386\svcpack\avgfree-8.0.100.1323.exe" Now that I just pasted it in, I think I see the error. Missing [ in the beginning of the file?
  2. This rules on high above all that which does not suck! Only thing I had trouble with was my AVG resident shield blocked AVGSilent.exe at the end! Edit: I too am getting the BSOD. Edit: OK, I got it to work by using runonce. Good grief, I didn't even read the post that close, for some reason I thought it was AVG 8! Google search. Well, this AV looks decent...
  3. Thanks a lot, I'll give it a try as soon as I get some time! The reason I was doing it this way, was to test the installation to make sure it would kick off, since I don't want to downgrade just to test this out. I'll be replacing: If Not [%rel%]==[9.0.115.0] Start "" /wait \\fileserver\share\flash.msi with If Not [%rel%]==[9.0.124.0] Start "" /wait \\fileserver\share\flash.msi
  4. ===== Post Nº 1 ===== Thanks for that. The tab and %# work for me now, but I get an error in my reg query syntax now. I'm essentially trying to perform the following with my query: reg query %key% /s | find "Version" I try to pass it the way you wrote: 'Reg query %key% /v DisplayVersion^|Find "REG_" 2^>Nul' But I'm getting the same error, Type "REG QUERY /?" for usage. I've tried it multiple ways as well since it doesn't seem to understand the pipe too well, I tried 'Reg query %key% /s DisplayVersion^|Find "Version" 2^>Nul' 'Reg query %key% /v DisplayVersion^|Find "Version" 2^>Nul' 'Reg query %key% /s Version^|Find "Version" 2^>Nul' 'Reg query %key% /s Version^|Find "reg_" 2^>Nul' None of which seem to work. ===== Post Nº 2 ===== OK, I managed to get it working somewhat with: reg query "%key%" /v Version^|find "REG_" This is because my registry path has spaces in it. I am still not getting the results intended however, as the executable is not launching. Not sure what I'm doing wrong here but still pounding away at it. What is returned after typing that command is: Version REG_SZ 9.0.124.0 In fact the full command I'm trying to execute is: for /f "tokens=3 delims= " %# In ('reg query "%key%" /v Version^|find "REG_" 2^>Nul') do set "rel=%#" if not [%rel%]==[9.0.115.0] start "" /wait "fileservershareflash.msi" Since I have version 9.0.124.0, the installer should run for me but it's not.
  5. I'm trying to do the same thing, but I'm still not seeing how you're setting tab as the delimiter. Do you put spaces in, or just hit tab, or use "delims=<tab>"? I'm just trying to update our Adobe Flash player, and looking for version 9.0.124.0 under the key hklm\software\microsoft\active setup\installed components\{d27cdb6e-ae6d-11cf-96b8-444553540000}. When I run the command by hand, I'm also getting %%# was not expected at this time.
  6. I'm running into the same thing running a script that runs a program interactively (needed to execute a macro). Here's my schedlgu.txt: "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/25/2007 1:58:06 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/25/2007 12:00:08 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/25/2007 12:00:41 PM Result: The task completed with an exit code of (0). "Defrag.job" (defrag) 7/25/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/25/2007 12:30:00 PM "Defrag.job" (defrag) Finished 7/25/2007 12:30:18 PM Result: The task completed with an exit code of (0). "Task Scheduler Service" Started at 8/1/2007 10:16:47 AM "Task Scheduler Service" Exited at 8/1/2007 10:35:47 AM "Task Scheduler Service" Started at 8/1/2007 10:37:10 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Started 8/1/2007 10:57:05 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 8/1/2007 10:57:05 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 8/1/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 8/1/2007 12:00:48 PM Result: The task completed with an exit code of (0). "Defrag.job" (defrag) 8/1/2007 12:30:04 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 8/1/2007 12:30:04 PM "Defrag.job" (defrag) Finished 8/1/2007 12:32:02 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 8/2/2007 1:49:01 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 8/2/2007 1:49:02 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 8/2/2007 12:00:03 PM "Disk_Clean.job" (cleanmgr.exe) Finished 8/2/2007 12:00:49 PM Result: The task completed with an exit code of (0). "Defrag.job" (defrag) 8/2/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 8/2/2007 12:30:00 PM "Defrag.job" (defrag) Finished 8/2/2007 12:30:39 PM Result: The task completed with an exit code of (0). "export.job" (Karen-GM.bat) Started 8/2/2007 2:08:43 PM "export.job" (Karen-GM.bat) Finished 8/2/2007 2:09:12 PM Result: The task completed with an exit code of (1). "export.job" (Karen-GM.bat) Started 8/2/2007 2:09:17 PM "export.job" (Karen-GM.bat) Finished 8/2/2007 2:09:26 PM Result: The task completed with an exit code of (1). [ ***** Most recent entry is above this line ***** ] "GM_Daily.job" (daily.bat) Finished 7/13/2007 12:27:02 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/13/2007 12:29:00 PM "Defrag.job" (defrag) 7/13/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/13/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/13/2007 12:30:00 PM "Defrag.job" (defrag) Finished 7/13/2007 12:31:24 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/14/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/14/2007 1:58:01 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/14/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/14/2007 12:00:42 PM Result: The task completed with an exit code of (0). "Defrag.job" (defrag) 7/14/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/14/2007 12:30:00 PM "Defrag.job" (defrag) Finished 7/14/2007 12:31:13 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/15/2007 1:58:17 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/15/2007 1:58:17 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/15/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/15/2007 12:00:38 PM Result: The task completed with an exit code of (0). "Defrag.job" (defrag) 7/15/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/15/2007 12:30:00 PM "Defrag.job" (defrag) Finished 7/15/2007 12:30:30 PM Result: The task completed with an exit code of (0). "GM_Kill.job" (kill_gold.bat) 7/15/2007 2:34:24 PM ** WARNING ** The task was forced to close since its execution time exceeded the configured maximum. You may want to go to the Settings page and increase the "Stop the scheduled task after" time. "GM_Kill.job" (kill_gold.bat) 7/15/2007 2:35:18 PM ** WARNING ** The task was forced to close since its execution time exceeded the configured maximum. You may want to go to the Settings page and increase the "Stop the scheduled task after" time. "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/16/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/16/2007 1:58:00 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/16/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/16/2007 12:00:39 PM Result: The task completed with an exit code of (0). "GM_Kill.job" (kill_gold.bat) 7/16/2007 12:20:33 PM ** WARNING ** The task was forced to close since its execution time exceeded the configured maximum. You may want to go to the Settings page and increase the "Stop the scheduled task after" time. "GM_Daily.job" (daily.bat) 7/16/2007 12:28:32 PM ** WARNING ** The task was forced to close since its execution time exceeded the configured maximum. You may want to go to the Settings page and increase the "Stop the scheduled task after" time. "GM_Daily.job" (daily.bat) Started 7/16/2007 12:29:00 PM "GM_Daily.job" (daily.bat) Finished 7/16/2007 12:29:00 PM Result: The task completed with an exit code of (c0000006). "GM_Kill.job" (kill_gold.bat) 7/16/2007 12:29:33 PM ** WARNING ** The task was forced to close since its execution time exceeded the configured maximum. You may want to go to the Settings page and increase the "Stop the scheduled task after" time. "Defrag.job" (defrag) 7/16/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/16/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/16/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Finished 7/16/2007 12:30:00 PM Result: The task completed with an exit code of (1). "Defrag.job" (defrag) Finished 7/16/2007 12:30:24 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/17/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/17/2007 1:58:00 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/17/2007 12:00:55 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/17/2007 12:01:31 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/17/2007 12:29:00 PM "GM_Daily.job" (daily.bat) Finished 7/17/2007 12:29:00 PM Result: The task completed with an exit code of (c0000006). "Defrag.job" (defrag) 7/17/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/17/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/17/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Finished 7/17/2007 12:30:00 PM Result: The task completed with an exit code of (1). "Defrag.job" (defrag) Finished 7/17/2007 12:30:19 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/18/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/18/2007 1:58:00 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/18/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/18/2007 12:00:36 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/18/2007 12:29:00 PM "GM_Daily.job" (daily.bat) Finished 7/18/2007 12:29:00 PM Result: The task completed with an exit code of (c0000006). "Defrag.job" (defrag) 7/18/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/18/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/18/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Finished 7/18/2007 12:30:00 PM Result: The task completed with an exit code of (1). "Defrag.job" (defrag) Finished 7/18/2007 12:30:25 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/19/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/19/2007 1:58:00 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/19/2007 12:00:05 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/19/2007 12:00:41 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/19/2007 12:29:00 PM "GM_Daily.job" (daily.bat) Finished 7/19/2007 12:29:00 PM Result: The task completed with an exit code of (c0000006). "Defrag.job" (defrag) 7/19/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/19/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/19/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Finished 7/19/2007 12:30:00 PM Result: The task completed with an exit code of (1). "Defrag.job" (defrag) Finished 7/19/2007 12:30:17 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/20/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/20/2007 1:58:00 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/20/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/20/2007 12:00:33 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/20/2007 12:29:00 PM "GM_Daily.job" (daily.bat) Finished 7/20/2007 12:29:01 PM Result: The task completed with an exit code of (c0000006). "Defrag.job" (defrag) 7/20/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/20/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/20/2007 12:30:09 PM "GM_Kill.job" (kill_gold.bat) Finished 7/20/2007 12:30:09 PM Result: The task completed with an exit code of (1). "Defrag.job" (defrag) Finished 7/20/2007 12:30:25 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/21/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/21/2007 1:58:00 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/21/2007 12:01:22 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/21/2007 12:02:01 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/21/2007 12:29:04 PM "GM_Daily.job" (daily.bat) Finished 7/21/2007 12:29:04 PM Result: The task completed with an exit code of (c0000006). "Defrag.job" (defrag) 7/21/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/21/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/21/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Finished 7/21/2007 12:30:00 PM Result: The task completed with an exit code of (1). "Defrag.job" (defrag) Finished 7/21/2007 12:30:20 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/22/2007 1:58:02 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/22/2007 1:58:02 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/22/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/22/2007 12:00:36 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/22/2007 12:29:00 PM "GM_Daily.job" (daily.bat) Finished 7/22/2007 12:29:01 PM Result: The task completed with an exit code of (c0000006). "Defrag.job" (defrag) 7/22/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/22/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/22/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Finished 7/22/2007 12:30:00 PM Result: The task completed with an exit code of (1). "Defrag.job" (defrag) Finished 7/22/2007 12:30:19 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/23/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/23/2007 1:58:01 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/23/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/23/2007 12:00:27 PM Result: The task completed with an exit code of (0). "GM_Daily.job" (daily.bat) Started 7/23/2007 12:29:00 PM "Defrag.job" (defrag) 7/23/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/23/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Started 7/23/2007 12:30:00 PM "GM_Kill.job" (kill_gold.bat) Finished 7/23/2007 12:30:00 PM Result: The task completed with an exit code of (1). "GM_Daily.job" (daily.bat) Finished 7/23/2007 12:30:02 PM Result: The task completed with an exit code of (0). "Defrag.job" (defrag) Finished 7/23/2007 12:30:21 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/24/2007 1:58:00 AM "MP Scheduled Scan.job" (MpCmdRun.exe) Finished 7/24/2007 1:58:00 AM Result: The task completed with an exit code of (0). "Disk_Clean.job" (cleanmgr.exe) Started 7/24/2007 12:00:00 PM "Disk_Clean.job" (cleanmgr.exe) Finished 7/24/2007 12:00:34 PM Result: The task completed with an exit code of (0). "Defrag.job" (defrag) 7/24/2007 12:30:00 PM ** WARNING ** Invalid working directory.. The specific error is: 0x00000002: The system cannot find the file specified. Verify that the directory exists and try again. "Defrag.job" (defrag) Started 7/24/2007 12:30:00 PM "Defrag.job" (defrag) Finished 7/24/2007 12:30:19 PM Result: The task completed with an exit code of (0). "MP Scheduled Scan.job" (MpCmdRun.exe) Started 7/25/2007 1:58:06 AM And my script: net use g: /d net use g: \\server1\goldmine g:\gmw6.exe /u:jason /p:**** /m:825 The /m:825 executes the macro within Goldmine that I need to execute. I'm unable to execute this locally, or remotely with PSexec.
  7. What is the answer to this? I'm also experiencing it, and we disable the firewall service via group policy. No Google answers out there.
  8. I recently purchased keyfinder command line, and had a couple of questions. We are wanting to use it to get an inventory of product keys across our network. Using the command line: Keyfinder.exe /u key.txt This, of course, creates a unique file by adding the machine name to the file, but what I am really needing is a simple delimited text file that can be appended by machines as they run the login script. The output in the file is: Windows XP key: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx Microsoft Office Professional Edition 2003 key: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx Is it possible to somehow include the machine name? Is it also possible to format the text a bit differently so it can be imported to Excel somehow? Is there another product that would be easier to get the job done? Really needing inventory before we roll out our VLK, to make sure we have valid keys on all machines.
  9. Here's another that is quite useful to me, since I want firewall and security center disabled (disabling the service also disables the firewall). Of course we all know how to disable security center, but it hasn't been mentioned how to disable firewall, except through the use of winnt.sif. ;Disable Security Center [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Start"=dword:00000004 ;Disable Windows Firewall / ICS [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess] "Start"=dword:00000004
×
×
  • Create New...