larciel Posted August 24, 2006 Share Posted August 24, 2006 (edited) Here you goNone1.batcmdow @ /HID@echo offECHO Please wait as applications are installed. This may take several minutes.ECHOREM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root.for %%i in (C 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:\WIN51 set CDROM=%%i:for %%a in (C 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 %%a:\WIN51IP set CDROMS=%%a::ECHO.:ECHO Applying Registry Tweak ver 1.0...REGEDIT /S %systemdrive%\Regedit.regIf defined CDROMS (REGEDIT /S %systemdrive%\disableAU.reg):TweakUI regtweak 3/28/06:REGEDIT /S %systemdrive%\tweakui.reg:Extract prime95 to C:\SET DIRROOT=%SystemDrive%%CDROM%\OEM\bin\7z.exe x -y -aoa %CDROM%\winapp\ortho*.7z -o"%DIRROOT%\Orthos\"MD "%systemdrive%\CPU-Z"%CDROM%\OEM\bin\7z.exe x -y -aoa %CDROM%\winapp\cpu*.7z -o"%DIRROOT%\CPU-Z"REM ftype will also show all registered typesassoc .blt=txtfileassoc .cue=txtfileassoc .diz=txtfileassoc .eml=txtfileassoc .iss=txtfileassoc .log=txtfileassoc .md5=txtfileassoc .nbi=txtfileassoc .nt=txtfileassoc .pif=txtfileassoc .sam=txtfileassoc .sif=txtfileassoc .sfv=txtfileassoc *=txtfilecmd2.cmdcmdow @ /HID@echo offfor %%a in (C 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 %%a:\chk_d.txt set D_Drive=%%a::for %%b in (C 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 %%b:\WIN51 set cdrom=%%b:If defined D_Drive (del /Q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\*.*" copy "%D_Drive%\none\Back Ups\Quick Launch\*.*" "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\")robocopy "%D_Drive%\Sessions" "%APPDATA%\Opera\Opera 9\profile\sessions" "*.*" /MOVErobocopy "%D_Drive%" "%APPDATA%\Opera\Opera 9\profile" "wand.dat" /MOVexitfinish.cmdcmdow @ /HID@echo offRD /S/Q %SystemDrive%\wpiRD /S/Q %SystemDrive%\tempRD /S/Q %SystemDrive%\themedel /s/q %systemdrive%\none1.batdel /s/q %systemdrive%\regedit.regdel /s/q %systemdrive%\disableAU.regexit Edited August 24, 2006 by larciel Link to comment Share on other sites More sharing options...
larciel Posted August 25, 2006 Share Posted August 25, 2006 seems to be the last two commands. I moved it to Runonceex and WPi now exits normally. Thanks for all help Link to comment Share on other sites More sharing options...
oneless Posted August 26, 2006 Share Posted August 26, 2006 all my critical hotfixes are like :prog[pn]=['Update 11 : KB898461 .(s)'];ordr[pn]=[871];desc[pn]=['<font color=gray">Windows XP + SP2 Update : </font><br />This update installs a permanent copy of Package Installer for Windows to enable software updates to have a significantly smaller download size. The Package Installer facilitates the install of software updates for Microsoft Windows operating systems and other Microsoft products.<br /><font color="gray">(descrierea Microsoft)</font>];uid[pn]=['KB898461'];dflt[pn]=['no'];cat[pn]=['Critical UpDates XP32 SP3'];forc[pn]=['no'];configs[pn]=['default'];deps[pn]=['QCHAIN']; <---- i dont want delete this line cond[pn]=['getOSver()==XP" && FileExists("%wpipath%\\_WPIapp\\_XP32\\Hotfixes_Critical\\KB898461.exe") && FileExists("%windir%\\Debug\\KB898461.log")];gcond[pn]=['FileExists("%windir%\\Debug\\KB898461.log")'];cmd1[pn]=['%wpipath%\\_WPIapp\\_XP32\\Hotfixes_Critical\\KB898461.exe /q /n /z'];picf[pn]=['WinXPUpdate2.png'];picw[pn]=['128'];pich[pn]=['128'];textl[pn]=['Bottom'];pn++;for gcond = true , i have not gcond_color (.gtxt) , i have instead normal_color (.txt)IF , i delete deps[pn] line , then the behavoiur is normal , .gtxt appear.?anyway , still need here a tip for enable on load gcond check boxes, with .gtxt color. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now