Jump to content

5.3 Bugs and issues


Recommended Posts

Here you go

None1.bat

cmdow @ /HID
@echo off

ECHO Please wait as applications are installed. This may take several minutes.
ECHO

REM 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.reg
If 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 types
assoc .blt=txtfile
assoc .cue=txtfile
assoc .diz=txtfile
assoc .eml=txtfile
assoc .iss=txtfile
assoc .log=txtfile
assoc .md5=txtfile
assoc .nbi=txtfile
assoc .nt=txtfile
assoc .pif=txtfile
assoc .sam=txtfile
assoc .sif=txtfile
assoc .sfv=txtfile
assoc *=txtfile

cmd2.cmd

cmdow @ /HID
@echo off

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:\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" "*.*" /MOVE
robocopy "%D_Drive%" "%APPDATA%\Opera\Opera 9\profile" "wand.dat" /MOV

exit

finish.cmd

cmdow @ /HID
@echo off

RD /S/Q %SystemDrive%\wpi
RD /S/Q %SystemDrive%\temp
RD /S/Q %SystemDrive%\theme
del /s/q %systemdrive%\none1.bat
del /s/q %systemdrive%\regedit.reg
del /s/q %systemdrive%\disableAU.reg

exit

Edited by larciel
Link to comment
Share on other sites


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&gt];

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...