Content Type
Profiles
Forums
Events
Everything posted by SiMoNsAyS
-
i still preffer AMD processors, nowadays Intel processors are hotter although they give more perfomance (if we always look at the same price), but specially because i think AMD MOBOs are really better than Intel's. technically yes, if you burn your processor because of overclocking or because something went wrong, you loose your warranty, but you can always revert back to default settings (with other processor of course) and argue that "simply happened". i know this looks quite illegal but think that overclocking (alwyas doing it with common sense) stresses your components a little not enough to burn them, and in that case, the same thing could happen at normal conditions.
-
i think i've got a problem i spend here from monday to friday about 11h and on weekends about 8h. this is getting a problem, msfn junkie
-
hahahaha LoL i've missed most of the posts here from a time ago sorry, was only a page before ps: diesel_98a, sclarke81 & tlatoani invited, 3 left...
-
i'm sure most of you would like to know about Gmail Drive. ps: 6 invitations, same rules, if you are an active member and don't have gmail PM me
-
[XPCD Example]: BioHaZaRD Unattended PRoJeCT
SiMoNsAyS replied to SiMoNsAyS's topic in Unattended Windows 2000/XP/2003
well my first unattended cd has been built sucessful, so i updated first post with new images examples and download. feel free to add your comment -
i love shoot'em up in my list together with quake, moh, doom i have to add halo so just can't wait for halo2
-
@Nologic i'll take a look later, anyway nice work
-
i'm sure m$ will fix those stupid errors ASAP or at least until november. i think there are only leftovers, most of the program it's fully functional and all of the new features are working (more or less) perfect.
-
for setting your language on msgplus3 as enuffsaid , Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Patchou\MsgPlus2] "LanguageFile"="Lang_Espanol (Espana).ini" just go to your lang dir and check how it's named the ini file for your language, then replace that string. now be sure that pskill kills the process until launching this reg file, [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "MsnMsgr"=- [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] "MessengerPlus3"=- this will remove startup entries for msgplus and msgr, you can put together all the tweaks and call the .reg file like REG ADD %KEY%\045 /VE /D "MSN Messenger 6.2" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\Messenger62\MsnMsgs.msi /qb" /f REG ADD %KEY%\046 /VE /D "MSN Messenger Plus! 3.20" /f REG ADD %KEY%\046 /V 1 /D "%systemdrive%\Install\MsgPlus320\MsgPlus-320.exe /SilentInstallNoSponsor" /f REG ADD %KEY%\002 /V 2 /D "pskill.exe MsgPlus.exe" /f REG ADD %KEY%\002 /V 3 /D "pskill.exe msnmsgr.exe" /f REG ADD %KEY%\046 /V 4 /D "REGEDIT /S %systemdrive%\Install\MsgPlus320\MsgPlus.reg" now differences between /qn and /qb. if you launch your .msi with /? switch a little help can point you the difference. /qb (quiet basic display), will display a progress bar while installing. /qn (quiet no display) won't display anything, it's transparent to the user. hope it can helps
-
BSPlayer all the way... I've been using it from years (yeah I remember seeing Gladiator movie with it). Takes less system resources than many more video players including PowerDVD and have double of posibilities. bsplayer+winamp it's my perfect team
-
haha that is a really good question LoL technically it advices about a big (potential) flaw that let the "malicious" user to run code on most of m$ components. the thing is that it just leave you in a new page (?) couldn't be more helpful if WU directly detected the programs affected and redirect/installs the necessary patches? (correct me if necessary )
-
it's exactly what i say, you can save the image as an iso format file.
-
winiso for example. another way can be mount the image with a virtualcd tool and then use your favorite burning software to extract an iso image.
-
i like the idea and welcome
-
@evilvoice well i've thought a lot on this. i think the best is just leave this thread until the official release. in the current 6.6 version, most of the tools are "downdated" and i think every1 knows that there is a known bug with the keys. probably the installer will use the same method so this guide should help, but until 18th we best just leave the thing. good luck to all of you and god bless us
-
try it in a clean xp installation and that should not happen...
-
no comments until october 18th
-
someone can help me to silent install outpost?
SiMoNsAyS replied to SiMoNsAyS's topic in Application Installs
Maybe this can help ; AutoIt Version: 3.0.102 ; Language: English ; Platform: Win9x / NT ; Author: nateklomp ; Script Function: Install Agnitum Outpost Firewall Professional v2.1.303.314 Run("outpost.exe") Sleep(5000) WinWaitActive("Welcome") WinActivate("Welcome") ControlClick("Welcome","","Button1") WinActivate("License Agreement for Outpost Firewall 2.1") ControlClick("License Agreement","","Button3") WinActivate("License Agreement for Outpost Firewall 2.1") Send("N") WinWaitActive("Read Me File") WinActivate("Read Me File") ControlClick("Read Me File","","Button1") WinWaitActive("Choose Destination Location") WinActivate("Choose Destination Location") ControlClick("Choose Destination Location","","Button1") WinWaitActive("Start Installation") WinActivate("Start Installation") ControlClick("Start Installation","","#327701") ControlClick("Start Installation","","Button1") Sleep(5000) WinWaitActive("Auto-configuration") WinActivate("Auto-configuration") ControlClick("Auto-configuration","","Button1") WinWaitActive("Application") WinActivate("Application") ControlClick("Application","","Button6") WinActivate("Application") ControlClick("Application","","Button1") WinWaitActive("Network") WinActivate("Network") ControlClick("Network","","Button6") WinActivate("Network") ControlClick("Network","","Button1") WinWaitActive("Installation Complete") WinActivate("Installation Complete") ControlClick("Installation Complete","","Button1") WinWaitActive("Install") WinActivate("Install") ControlClick("Install","","Button3") EXIT edit: corrected -
someone can help me to silent install outpost?
SiMoNsAyS replied to SiMoNsAyS's topic in Application Installs
??? that it's strange because normally most of autoit scripts (and mine) block the input -
[How To]: Outpost Firewall Pro 2.5.365
SiMoNsAyS replied to SiMoNsAyS's topic in Application Installs
First post is updated, maybe some1 can come with the help needed to register this **** program! -
Need silent install switches for Bitdefender 8.0
SiMoNsAyS replied to ruudboek's topic in Application Installs
i've built a custom installer, i'll post a guide perhaps 12h... is it enough? dunno as i tip i can say that i use the administrative installation way -
it must be a fake... or that it's the explanation why kerry was at the same height... j/k... or not... definetly not of the future president way
-
[XPCD Example]: BioHaZaRD Unattended PRoJeCT
SiMoNsAyS replied to SiMoNsAyS's topic in Unattended Windows 2000/XP/2003
@lilweirddude sorry but i use the spanish version so i don't have english language file you can always download the resources and play a little with reshacker, my apologizes again -
i don't recommend cmdlines for those programs, install a driver when registry hives aren't still finished... anyway for me works perfect that way, i also added some no-driver-updates prompts to my regtweaks file and always worked flawlessly