Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. http://unattended.msfn.org/xp/index.htm Start there and end up no telling where.
  2. First you have to shut down the service of course but then If you are going to disable Indexing service do this to all drives. Uncheck the Allow Indexing service to index this disk for faster file searching Then click Apply. You then Select Apply Changes to C:\, SubFolders and files. Then click Apply again. May give error about unable, just click Ignore all. I been searching a long time and sure i could code it but i just do it manually right now. I've read that this will speed up the system a little but it's one of those maybe it will maybe it won't. Mine is unticked on all drive's though.
  3. So in fact it would be like this [Jump2reg] REG ADD %KEY%\iAdd /VE /D "Installing Jump2reg" /f REG ADD %KEY%\iAdd /V Inum /D "%systemdrive%\Install\Jump2reg\Jump2reg.msi /qn" /f FLAG2=%ProgramFiles%\Jump2reg\Jump2Reg.J2R My Jump2Reg.J2R actually get's copied during runoncEX setup and then RunoncEX REM Jump2reg REG ADD %KEY%\1005 /VE /D "Installing Jump2reg" /f REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\Jump2reg\Jump2reg.msi /qn" /f REG ADD %KEY%\1005 /V 2 /D "CMD /C COPY \"%systemdrive%\Install\Jump2reg\Jump2Reg.J2R\" \"%ProgramFiles%\Jump2reg\" /Y" is copied to =%ProgramFiles%\Jump2reg during runoncEX execution after program is installed.. The /Y will copy it over existing or if you need a DEL then just do it...
  4. I used to do that with 6.22 but I simply created folder's called Disk1, Disk2, Disk3, Disk4 with no spaces worked last time I tried it but been awhile. lol still have dos 3.0 on some thing's I work on.
  5. uhh i do it when i /integrate to my XPCD folder but then delete because it's outdated. Then i do above with Framework 2.0
  6. now CHILL the SEARCH sucks on this site, allway's has william wallace have you followed this completely? http://unattended.msfn.org/xp/index.htm there are problem's you'll encounter all along the way such as folder's not named correctly or runoncEX stuff not exact, this take's some patience and determination to make it work, trial's and test's all along the way. Experiment with your stuff like running command's on an Install folder on the root of your drive. Yes you can test RunoncEX against it also to make sure thing's work correctly. Trust me, one " out of place and it's toast. If that don't satisfy you then try out my UnattendXP app, link below. It's designed for someone new to this as well as these other 2 that know it all. Sorry just used to seeing that kinda reply from peep's with 2000 -5000, not Newbie's. A reply is help not this BS.
  7. 1.1 was simply "%systemdrive%\Install\DotNet\netfx.msi /qn"
  8. lol Live on the edge you not afraid of falling off don't you know the way back? It simply uninstall's from Add/Remove
  9. Nothing scorpy But the one on the CD or Sp is outdated .NET Framework 2.0 Beta http://msdn.microsoft.com/netframework/dow...es/default.aspx Extract it to a DotNet folder under Install then simply in RunoncEX "%systemdrive%\Install\DotNet\install.exe /q" that's the latest bleeding version and it's really really silent by that
  10. .NET Framework 2.0 Beta http://msdn.microsoft.com/netframework/dow...es/default.aspx Extract it to a DotNet folder under Install then simply in RunoncEX "%systemdrive%\Install\DotNet\install.exe /q" that's the latest bleeding version and it's really really silent by that
  11. Try this taskkill /F /IM wordpad It depends on what is opening the file..
  12. hehe why? install.exe /q work's so very very silently.
  13. lol have a look at my desk Thats why I use this and right clicks on My Computer in Sticky's above http://maxxpsoft.com/media/mymessydesk.jpg
  14. Extract it and install.exe /q works silently
  15. I haven't been able to do it as of yet. Whenever you do that you change a couple reg key's and being they in Binary, they are somewhat tricky. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage] "FavoritesResolve" and "Favorites"
  16. On #1 it should not be a 2 That's a 1 or 0 1 to show hidden files and folders and 0 to not. That's strange it's changing, haven't looked at that in SP2 real close just yet but will next time I Unattend
  17. On #1 is this Hidden Files and Folder you are talking about? check this key - if it's changing back then I'm not sure yet what's causing that. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000001 On #2 I think you need both these key's [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage] "FavoritesResolve" "Favorites"
  18. Regshot Values modified:4 ---------------------------------- HKU\S-1-5-21-xxxxxxxxx-xxxxxxxxxx-xxxxxxxx-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarGlomming: 0x00000000 HKU\S-1-5-21-xxxxxxxxx-xxxxxxxxxx-xxxxxxxx-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarGlomming: 0x00000001 InstallwatchPro REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000001 [HKEY_USERS\S-1-5-21-xxxxxxxxx-xxxxxxxxxx-xxxxxxxx-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000001 Really depend's on you want easy or? You can see the regshot monitor's HKEY_USERS but InstallWatchPro get's em both and if you know what you're doing, then you know you don't need the HKEY_USERS at all. InstallWatch is 100% FREE also but with SP2 you need msjet35.dll at least version 3.51.3328.0 Oh well
  19. http://www.msfn.org/board/index.php?showtopic=18284
  20. Urie Or perhap's there's already a version of that ocx and it need's the /Y on the copy REG ADD %KEY%\5025 /V 1 /D "CMD /C COPY \"%systemdrive%\Install\Ar-Speedup\MSCOMCTL32.OCX\" \"%systemroot%\system32\" /Y" /f I installed that speedup and I don't see that file in my System32. Could it be MSCOMM32.OCX or mscomctl.ocx you need. If so and you doing silent make sure you add the /s regsvr32.exe MSCOMM32.OCX /s
  21. Me too I installed it like normal then You need these registry key's [HKEY_CURRENT_USER\Control Panel\Desktop] [HKEY_CURRENT_USER\Software\SereneScreen\SereneAquarium] [HKEY_LOCAL_MACHINE\SOFTWARE\SereneScreen\Aquarium] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SereneScreen Aquarium_is1] and then I copied the whole SereneScreen folder in Program Files entirely to my SereneScreen folder in Install, it's real small 80.3 KB. Then in RunoncEX REG ADD %KEY%\1010 /VE /D "Serene Aquarium Screensaver" /f REG ADD %KEY%\1010 /V 1 /D "cmd /c XCOPY \"%systemdrive%\Install\SereneScreen\SereneScreen\" \"%ProgramFiles%\SereneScreen\" /I /E /H /Y" /f REG ADD %KEY%\1010 /V 2 /D "CMD /C COPY \"%systemdrive%\Install\SereneScreen\Aquarium.scr\" \"%systemroot%\System32\"" /f REG ADD %KEY%\1010 /V 3 /D "REGEDIT /S \"%systemdrive%\Install\SereneScreen\SereneScreen_Install.reg\"" /f REG ADD %KEY%\1010 /V 4 /D "REGEDIT /S \"%systemdrive%\Install\SereneScreen\SereneScreen_Reg.reg\"" /f Opened Screensaver selection afterward's and Bingo
  22. I never had sucess with just copy to System32 either although the reg key's we see are [HKEY_CURRENT_USER\Software\SereneScreen\SereneAquarium] [HKEY_LOCAL_MACHINE\SOFTWARE\SereneScreen\Aquarium] It could be you need the %ProgramFiles%\SereneScreen folder set up properly
  23. REM NOTES: Extracted and need's DirectX9 installed prior. REG ADD %KEY%\iAdd /VE /D "WinDVD Platinum 6.0.6.42" /f REG ADD %KEY%\iAdd /V Inum /D "%systemdrive%\Install\WinDVD6\Setup.exe -s -f1"%systemdrive%\Install\WinDVD6\setup.iss" /f REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %systemdrive%\Install\WinDVD6\WinDVD_6.reg" /f WinDVD_6.reg from here [HKEY_CLASSES_ROOT\GPI\Settings] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\GPI\Settings] I just discovered this so not sure registry part will work in RunoncEX, however I think it will since it didn't create any file's or modify any.
  24. M_K Yes, unless you use wrar330.exe /silent and at end you can choose options but then it's not SILENT hehe. Otherwise simpler import the reg at very end.
×
×
  • Create New...