Tuesday, November 24, 2009
Add Your Webpage To Google Search Engine
Everything You Wanted To Know About Silent Installs
But Were Afraid To Ask..
Press
WinRar... Reg Info... And Shortcuts...
** Utilities Collection **
Mobil Net Switch v3.70
Configure Internet Connection
I Use It To Configure My Wireless
Desktop Icon Chkdsk Utility
Reboots PC And Auto Runs Chkdsk Utility
Monday, November 9, 2009
Sunday, September 20, 2009
DDL Location Links









Blog Resources
Fun 'N Games
Fun Stuff
Custom WinXP Dual Window File Manager

XP Dual Window File Manager
With Right Click Menu Support
WindowBlind Theme Supported
Improved Interface
Silent Install..
** Customized File Manager **
Wednesday, August 26, 2009
How To Auto Register Silent Installs
How To Auto Register Silent Installs
Some Registration Keys are written to
your specific Machine… The SID Number
Something similar to below…
[HKEY_USERS\S-1-5-21-1229272821-1235655697-1801674531-500\
You Can Find And Export All Relevant Reg Keys For A Specific Program Using An App Program
( Found On This Page... )
( In The Silent Install Section )
( called Reg Crawler… )
Use a search word that is relevant for the program…
Like the Name of the Program or the Company Name to find the relevant Keys to export
Export The Reg Keys To A File Like 8Keys.reg
Like I Said ... Some Registration Info is Machine SID Number Specific
To Only One Machine's SID Number...
You Can Convert The Reg Keys To A Generic Format
Capable To Writing The Info To Any Machine..
You Can Make The Exported Registration Keys Usable...
Not Just On "Your" PC But On "Any" PC
( To Auto Register A Program..Via A Silent Install )
Using A Text Editor
Using The Auto Replace Feature Of Any Text Editor
Replace That...
[HKEY_USERS\SID Number\ with
[HKEY_CURRENT_USER\
Like In The Example Below
[HKEY_USERS\S-1-5-21-1234572821-123~697-1801674531-500\
Becomes…
Instead of the usual way of installing a Program... Use WinRar to Send the files to a Program Files Folder and just write the reg info into the registry and add Shortcut Links to Desktop and Quick Launch Bar if you like...
Why bother installing a program
and then registering it when it can be done automatically into a silent install
As a point of info...When the reg info write itself
back to the reg it converts it back to
that PC's SID Number... To whatever Number for whatever PC..
Setup=Regedit.exe /S Whatever_App.reg
( This is the Silent way )
Winrar has only one line for... Setup= .. but you can rename the exported WinRar SFX .exe back to a .rar extention and go to comments and add new lines…. See Example Below… or you could import a modified SFX script and use that...
;The comment below contains SFX script commands
Path=AppMove
SavePath
Silent=2
Overwrite=1
Shortcut=D, "Application Mover.lnk", "", "Application Mover", "Application Mover"
Setup=Regedit.exe /S AppMove.reg
Most times I tell it to run another winrar type .exe file to
place a .lnk file to the Quick Launch Bar
using
You Don't have to extract files to a program folder... You can extracted to Temp folder and just use Setup=Setup.exe with silent switches gotten from USSF.exe to run the install silent..
Universal Silent Switch Finder Download
check out WinRar Advanced SFX Options under Modes....
Or Example Below ... Of Telling it to Run a regular Setup.exe
Setup=Setup.exe /VERYSILENT /SUPPRESSMSGBOXES





