MSFN Forum: [RESOLVED] AVG-Free 7.1.x RunOnceEx install seems to fail (PENDING_UPD - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[RESOLVED] AVG-Free 7.1.x RunOnceEx install seems to fail (PENDING_UPD Rate Topic: -----

#1 User is offline   John Bigboote 

  • Group: Members
  • Posts: 6
  • Joined: 09-March 06

Posted 09 March 2006 - 11:51 PM

I have been refining my unattended Windows XP SP2 + Hotfix rollups thanks to TommyP's excellent HFSLIP tool and the efforts of all of the tireless MSFN Unattended Windows junkies here.

I've run into an odd problem trying to get AVG-Free to install from a fired RunOnceEx command.

The error log:

Quote

Parameters:
/HIDE
/DONT_START_APPS
/NO_WELCOME
/NO_AVGW_STARTUP
/LOG "C:\WINDOWS\AVGInstall.log"

Features:
+ fea_AVG_Remove [ ]+ fea_AVG_Remote_Install [ ]
+ fea_AVG_UserData [X]
+ fea_AVG_VirusVaultData [X]
+ fea_AVGWin [X]
| + fea_AVG_Data_Dir [X]
| + fea_AVG_ResidentShield [X]
| + fea_AVG_Firewall [ ]
| + fea_AVG_CC_Startup [X]
| + fea_AVG_Cl [ ]
| + fea_AVG_Bootup [X]
| + fea_AVG_EmailPlugins [X]
| | + fea_AVG_Bat_plugin [ ]
| | + fea_AVG_Exchange_plugin [ ]
| | + fea_AVG_Eudora_plugin [ ]
| | + fea_AVG_EMC [X]
| + fea_AVG_Office_2000_plugin [X]
+ fea_AVGDOS [ ]

SNIP
Result:
Local machine: installation failed
Initialization:
Error: Conflict with pending file rename operations detected for file "C:\WINDOWS\system32\shlwapi.dll". Restart the computer to finish the operations.
- created : SetupMachine.cpp (8384)
- thrown : SetupMachine.cpp (8384)
- caught : SetupMachine.cpp (8388)
- returned: SetupMachine.cpp (8388)
- thrown : SetupMachine.cpp (8325)
- caught : SetupMachine.cpp (8352)
- returned: SetupMachine.cpp (8352)
- thrown : SetupMachine.cpp (9458)
- caught : SetupMachine.cpp (9464)

Now, my RunOnceEx.cmd setup script:

Quote

cmdow @ /HID
@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Apps\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\000 /VE /D "Broken M$ KB912945 Update" /f
REG ADD %KEY%\000 /V 1 /D "%PP%KB912945.exe /q /n /z" /f

REG ADD %KEY%\001 /VE /D "Nero Burning ROM 6.6.0.18" /f
REG ADD %KEY%\001 /V 1 /D "%PP%Nero.exe /SILENT /NOREBOOT /SN=DEAD-BEEF-FEED-ABBA-FACE-CAFE /WRITE_SN" /f

REG ADD %KEY%\002 /VE /D "AVG Anti-Virus Free Edition" /f
REG ADD %KEY%\002 /V 1 /D "%PP%avgfree.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /LOG %systemRoot%\AVGInstall.log" /f

REG ADD %KEY%\003 /VE /D "Toshiba MPEG-2 Decoder" /f
REG ADD %KEY%\003 /V 1 /D "msiexec /i %PP%TMP2VDec.msi /passive /norestart" /f

REG ADD %KEY%\004 /VE /D "Removing M$ Messenger bul*****..." /f
REG ADD %KEY%\004 /V 1 /D "rundll32 advpack.dll,LaunchINFSection %systemRoot%\INF\msmsgs.inf,BLC.Remove" /f

REG ADD %KEY%\005 /VE /D "Removing M$ Messenger bul***** (once and for all!)" /f
REG ADD %KEY%\005 /V 1 /D "rundll32 setupapi,InstallHinfSection BLC.Remove 128 %systemRoot%\INF\msmsgs.inf" /f

EXIT


I've never seen this sort of error before... the log shows the RARSFX is being fully decompressed in the C:\WINDOWS\TEMP area, so running it from CD-ROM isn't the problem. I've also eliminated corruption by typing the same effective install command from the command line - it works flawlessly.

I imagine the "broken" KB update which can't integrate is possibly trying to queue up a file modification on the same file... I'm about to try to re-queue another install event (RunOnceEx queueing another RunOnceEx - ick)...

Or perhaps I can move this install to a T-12 time thing?

Any suggestions would be welcome.

Yours in Red Lectroid Domination,
John Bigbooté

This post has been edited by John Bigboote: 16 March 2006 - 07:22 PM



#2 User is offline   John Bigboote 

  • Group: Members
  • Posts: 6
  • Joined: 09-March 06

Posted 16 March 2006 - 07:20 PM

Just as a follow-up to this post.

Moving the AVG install in the RunOnceEx.cmd up to the first position (just renumbering the item) seems to have fixed the problem with the AVG install failing due to a "PENDING UPDATE" conflict. Both the buggy KB update and AVG were correctly installed after this change.

Note: this does nothing for the "auto-update" definitions issue which seems to be still unresolved at this point.

Yours in Red Lectroid Domination,
John Bigbooté

#3 User is offline   matthewt 

  • Group: Banned
  • Posts: 4
  • Joined: 23-September 04

  Posted 29 December 2006 - 02:12 AM

For AVG-Free to install from a fired RunOnceEx command, see http://unattended.ms....xp/view/web/31

When conflict with pending file rename operations are detected, it's best to convert to your checklist to make sure everything is in order!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy