Everything posted by ZoSTeR
-
Universal Extractor
For a free, flexible shell extension with cascaded menus you should try Fast Explorer 2006. It basically consist of a DLL and a menu ini file. Concerning FFDShow: ffdshow-tryouts hosts the latest builds. They use InnoSetup 5.1.x which unpacks fine with InnoUnp 0.19
-
Universal Silent Switch Finder 0.1
Updated the first post with a quick fix
-
Prog that tell use How exe was packed.
You might want to try my "Universal Silent Switch Finder"
-
dBpowerAMP Music Converter - help
Use the Search, Luke! Here.
-
Direct9.0c unattended
Yes, DirectX 9.0c is included in the Service Pack 2.
-
This works for Clonecd
This has been covered here.
-
K-Lite Mega Codec Pack 1.00
It's at http://www.k-litecodecpack.com -> Info -> Tips & Tricks Where else?
-
K-lite codec pack how to install it?
Are you sure the file protection error is caused by the codec pack? The only components that I could imagine to conflict with windows would be the WMV and Intel codecs. Maybe the latest beta fixes it for you.
-
Direct9.0c unattended
From the readme: Q839643 is included in 9c and can't be applied anyway.
-
Direct9.0c unattended
As I mentioned in the switches forum: dxsetup.exe /silent works.
-
Anybody knows the Directx 9C switch
No need to wait or hexedit. Just use dxsetup.exe /silent
-
Enable quicklaunch
With "map" I think he means "stream" ? Get AutoIt3 and compile the script. Or run it with Autoit.exe scriptname.au3
-
Winamp - Selectable Features
Just change Start %systemdrive%\Install\Winamp\winamp.js into wscript %systemdrive%\Install\Winamp\winamp.js and you shouldn't have any problems.
-
spywareblaster
You might also find this thread interesting. It's about rebuilding the installer itself so it doesn't launch spywareblaster after installation.
-
AviSynth Unattended
It's a Nullsoft installer. Use /S BTW this actually belongs in the Application Switches forum.
-
switch for clonedvd
Put this in your batch: CloneDVDSilent.exe SetupCloneDVD2.exe First the name of the script executable than the name of the CloneDVD setup executable. The second exe name is a command line parameter for the script.
-
cmdlines.txt
Hmm RTFM? unattended.msfn.org
-
switch for clonedvd
Get the precompiled scripts here.
-
silent switches: CoverXP dBpowerAMP ImtooDVDripper
For dBpowerAMP: dmc-r10.exe ^<Silent^> < and > are redirection commands in batch files so you have to put an escape character before them. Capital S is important. You'll have to taskkill the next window.
-
Dr.DivX - silent with registration?
DivX 5.2 is out! The pro version doesn't contain spyware anymore and has trial period of 6 month (should be more than enough). BTW it's a Nullsoft Installer so the switch is /S
-
Ifran view switch
Remember to set the date in the search form to "any date". There are a couple of threads. Thread1 Thread2
-
Spy Sweeper 2.1
Any particular reason why you're using 2.1? Spy Sweeper 3.0 has an Inno Setup installer. ssfsetup.exe /VERYSILENT
-
Overnet Silent Install
AFAIK the Overnet installer (not Overnet itself) downloads the spyware during installation. So just make sure there's no open internet connection. This is definitely the case with the eDonkey betas. One more reason to use eMule
-
Universal Silent Switch Finder 0.1
To add PEiD to your context menu for exe files use this: [HKEY_CLASSES_ROOT\exefile\shell\Identify with PEiD\command] @="\"C:\\Program Files\\PEiD\\PEiD.exe\" -hard \"%1\"" PEiD Command line Options -------------------- peid -time // Show statistic before quitting peid -r // Recurse through subdirectories peid -nr // Dont scan subdirectories even if its set peid -hard // Scan files in Hardcore Mode peid -deep // Scan files in Deep Mode peid -norm // Scan files in Normal Mode peid -ext // Scan files with external signatures only peid <file1> <file2> <dir1> <dir2> You can combine one or more of the parameters. For example. peid -hard -time -r c:\windows\system32 peid -time -deep c:\windows\system32\*.dll
-
Universal Silent Switch Finder 0.1
There is a new build of PEiD (rename the exe to Helper.bin). But no new installers are being identified as far as I know. Selfextracting CABs could be added to the identification strings. Anyway here's the AutoIt source (behold the sophisticated code ) : USSF.au3