-
How Do U Think?
Pfft that was easy.
-
Attended Setup
You should read this thread http://www.msfn.org/board/index.php?showtopic=8385
-
Ascii Matrix
Thats awesome! I have seen I think it was Star-Wars in ascii as well.
-
What Music Do You Listen To?
Everything.. Except for rap and r&b Favourite electronica styles include: trance, eurodance, hard trance. (Ohh I don't like progressive (a style of electronica) because it is WAY too repetitive)
-
Unattended Office 2k3
Heheheh read the sticky
-
Created Installers.
Cool! No more nasty batch files for ResHacker The icon looks cool aswell.
-
The Ultimate Itunes Unattended Guide
Cool will try it out as soon as I get home. Keep up the good work
-
Visual Basic 6 Auto Script
You should check out the post made for using a VB (or JavaScript) script for a winamp installation. That has the basic layout for a walk through VB script. I'm sure the search feature should bring up a few hits
-
How To ?
I would be carefull not to shutdown to early. You need to put a decent enough timeout on the shutdown so that Windows can load correctly the first time (which if it doesn't can cause error later) I use an over cautious 90 seconds. But I am usually away so it doesn't bother me. shutdown.exe -r -f -t 90 -c "Restarting in 90 seconds"
-
Shrink Photoshop Cs Source?
The photoshop installation I have comes with Adobe ImageReady CS, which I rarely use... So if your on the same boat as me, perhaps look into removing that from the installation?
-
ACE Mega CodecS Pack switch
Yeah, sorry to bump this up but look at http://www.appdeploy.com/tips/detail.asp?id=13 for install switches... First of run the install on your own computer with /SAVEINF="AceSettings.inf" selecting all the options you want. After the installation DO NOT restart. Then go to C:/Windows/ (or where ever your Windows folder is) and look for a file called AceSettings.inf. Put this in the same directory as the Ace Mega Codec installation program on your CD. Then just install it using the /LOADINF=AceSettings."inf" switch This is what mine looks like: - REG ADD %KEY%\009 /VE /D "Ace Mega Codecs Pack Professional v6.01" /f REG ADD %KEY%\009 /V 1 /D "%CDROM%\SOFTWARE\AceCodecs\ACEMCP601PRO.exe SP- /SILENT /LOADINF=settings.inf /NORESTART" /f Does anyone know the switch to stop it from doing the virus scan?
-
OOOoops, Deleted Partition, Need Data Recovery
I have lost my partition info before, I recovered it with a program called Test Disk. It has a DOS based GUI and it works even faster through command lines. Google knows where to find it.
-
[Tip]One time login
I forgot to mention that the username and password set doesn't have to be the administrator username and password, it can be just a default user... as long as the account exists.
-
Ace Mega Codecs Pack...?
REG ADD %KEY%\009 /VE /D "Ace Mega Codecs Pack 6.1 Pro" /f REG ADD %KEY%\009 /V 1 /D "%CDROM%\SOFTWARE\AceCodecs\ACEMCP601PRO /silent /nocancel /norestart /components="CoDecS,FilterS,BSPlayer,UtilitieS,PresetS,Media Player_Edition Classic,SettingS"" /f Not sure if it will work for your version...
-
ACE Codecs question
Does anyone know how to make it so that the popup at the end of the installation goes away? Is there a VB or JS script that can hit enter to make it go away?