Jump to content

1chaoticadult

Member
  • Posts

    669
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by 1chaoticadult

  1. well I'm glad everyone got firefox to work this way, but personally I used the method talked about in another firfox thread. I basically downloaded mozilla 1.7 web installer and firefox setups and replaced firefox setup with mozilla 1.7 setup from the temp and it worked. good work though for those who couldn't get the method I described to work.
  2. GreenMachine and Alanoll beat me to the punch again!!
  3. Yea no problem. You should post how everything turned out.
  4. "taskkill /f /im eraser.exe" put this command after using /s on east-tec eraser setup.
  5. Anyone make an autoit or vbs script to install this silently? It would help me alot thanks in advanced.
  6. soulseek can be repacked with winrar in a sfx rar exe. just put slsk.exe, message.wav and readme.txt in the rar sfx exe. then make a registry file using this: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\SoulSeek] "InstallPath"="C:\\Program Files\\Soulseek" and then put "regedit /s nameofreg.reg" in run after extraction section. I made a setup using inno setup instead of this. much cleaner than using windows installer IMO.
  7. try jv16 powertools or ace utilities
  8. use the zip version of this and archive it with winrar, but if you use the installer I think is it NSIS installer so use /S
  9. AV: Symantec Antivirus Corp Edition, NOD32, F-Prot Firewall: Outpost, Zonealarm, Tiny Personal Firewall Defragger: Diskeeper, PerfectDisk or O&O Defrag (the best IMO) Registry Cleaner: jv16 Powertools, Ace Utilities
  10. I love Windows Server 2003. I'm not going back to that crappy Windows XP. I've had no problems with Windows Server 2003 unlike Windows XP where lot of things have gone wrong.
  11. Here's some more switches for silent installation. IEXPLORER=1 ;Sets J2SE as Default Java VM for IE MOZILLA=1 ;Sets J2SE as Default Java VM for Mozilla NETSCAPE6=1 ;Sets J2SE as Default Java VM for Netscape 6 or Later INSTALLDIR=<drive>:\<install_path> ;Set Install Dir for J2SE Example: ECHO. ECHO Java 2 Platform, Standard Edition (J2SE) 1.4.2_02 is installing START /WAIT %SYSTEMDRIVE%\INSTALL\JAVA\j2re-1_4_2_02-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore,extra IEXPLORER=1 INSTALLDIR=%SYSTEMROOT%\java REBOOT=Suppress" I think people get the idea. Sun's documentation is great.
  12. pmcx9 instead of using the components switch u could use the /SAVEINF to make a inf file while installing what u want and then use /LOADINF to use the setting in that file thats what i do. Just a suggestion.
  13. its funny RyanVM that the silent install for java 1.42_01 was posted in silent switches thread except with the addlocal commmand which it helpful. People should start really searching this board. Oh well!! Later!!
  14. I posted some tweaks on the first post of this thread.
  15. thanks maric52 but I got a program to this but I need these tweaks in registry file format. I'm working on it by myself in vmware with a registry key monitor.
  16. Added new tweaks on first post of this thread.
  17. mott I'm gonna try making a reg file with this tweaks and I will post it.
  18. I know how to use regmon but the point of me making this post was if someone already had this regtweaks apart of their unattended install.
  19. The reason i wanted to know gosh because I'm using windows xp sp1 currently but i trying to make a windows server 2003 unattended xp and i was wondering if someone knew this regtweaks already.
  20. Here are some tweaks I figured out using a registry monitoring tool for windows server 2003. I'm using Standard Edition. I want people who have windows server 2003 to test them to see if they work even though I tried them in vmware workstation. I will post tweaks as I figure them out. ;Allocate processor resources for best performance of Programs [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl] "Win32PrioritySeparation"=dword:00000026 ;Disable Autoexex.bat parsing [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] "ParseAutoexec"="0" ;Disable Shutdown Event Tracker [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000 ;Disable CTRL+ALT+DEL on Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "disablecad"=dword:00000001 ;Enable Shutdown without Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "shutdownwithoutlogon"=dword:00000001
  21. IR doesn't work unless you have Windows 2003 Standard
  22. thanks aaronxp. hey does that mean i could do something like this %systemdrive%\XPCD\$OEM$\$Progs\ and then put directories into that folder and they will be in Program Files?
  23. -r switch is to record or make a setup.iss file which provide information for installer. use switches for installshield installers
×
×
  • Create New...