Monthly Archive: June 2006

How to read, write and delete registry entries

this information was obtained from: http://support.microsoft.com/kb/244675/EN-US/ WSHShell = CreateObject("WScript.Shell") *!* Create Registry KeysWSHShell.Popup( "Create key HKCUMyRegKey with value 'Top level key'")WSHShell.RegWrite( "HKCUMyRegKey", "Top level key") WSHShell.Popup( "Create key HKCUMyRegKeyEntry with value 'Second level key'")WSHShell.RegWrite(...

Useful tools

Free repackager of InstallShield (info: http://support.installshield.com/kb/view.asp?pcode=ALL&articleid=Q108601):   http://support.installshield.com/kb/files/Q108601/setup.exe Orca.msi.Note: This file comes with the Microsoft Platform SDK.See: http://www.microsoft.com/msdownload/platformsdk/sdkupdateOrca.msi will be installed in: "C:Program FilesMicrosoft Platform SDKBin".See also: http://msdn.microsoft.com/library/en-us/msi/setup/orca_exe.asp

QuickTime silent install

Download the QuickTimeFullInstaller.exe file from: http://www.apple.com/quicktime/download/standalone.html And, place the below text file [or similar] in the same directory as the above installer file: text file: QuickTimeInstaller.ini [QTSETUP]32Bit=FALSE16BIT=FALSENO_DIALOGS=TRUESHOW_SAMPLE=FALSESHOW_README=FALSESHOW_PROGRAMFOLDER=FALSEREGISTRATION_DIALOG=FALSELICENSE_OPTION=2SUPPRESS_SPEED_DIALOG=TRUESUPPRESS_PROXY_DIALOG=TRUEINSTALL_QTJAVA=TRUEINSTALL_QD3D=TRUEINSTALL_QTINFO=TRUE[QTPREFS]SHOW_HOTPICKS=FALSEConnectionSpeed=1.5 Mbps T1/Intranet/LANCSMultipleStreams=0 this information was obtained from:...