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. 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
  2. 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.
  3. 1.1 was simply "%systemdrive%\Install\DotNet\netfx.msi /qn"
  4. 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
  5. 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
  6. .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
  7. Try this taskkill /F /IM wordpad It depends on what is opening the file..
  8. hehe why? install.exe /q work's so very very silently.
  9. 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
  10. Extract it and install.exe /q works silently
  11. 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"
  12. 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
  13. 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"
  14. 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
  15. http://www.msfn.org/board/index.php?showtopic=18284
  16. 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
  17. 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
  18. 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
  19. 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.
  20. 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.
  21. Deploying Windows Firewall Settings for Windows XP Service Pack 2 Ever wondered how to customize the operational mode and exception list entries in the new Windows Firewall in Windows XP SP2? Learn more about this powerful new feature and how to modify its settings before or after installation. Using the Windows Firewall INF File in Microsoft Windows XP Service Pack 2 Ever wondered how to customize settings such as the operational mode and exception list entries in the new Windows Firewall in Windows XP SP2? Learn more about this powerful new feature and how network administrators can modify its settings before or after installation These help? They all come from here http://www.microsoft.com/technet/prodtechn...n/winxpsp2.mspx
  22. I guess I woke your site up a little pointing to it from here. By all mean's do consider that, no one know's your program better than you. Perhap's support the 16 ico's also. This is one thing people want these day's. Ability to right click context menu's instead of hacking dll's. I can hack em but just hate to cause next update may replace them and you back again and with the Window's File protection that's more difficult.
  23. Probably not, working in the source dir of SP2 and even previous it seem's it only work's on some files. That I cannot explain. Like try 1394.IN_ in I 386 it work's. I fixed above reg and it work's on most files Now by adding %1 %1 It don't work on .PI_, go to prompt and give it destination name.
  24. I like this thing, especially customizing the way you want without hacking dll's which may be replaced today in the next update. Just haven't figured out what enuffsaid want's to do. I'm sure there's a way if more people would use it and experiment. I tried for about 6 hour's and was close but no cigar yet. ChTh Yep gotta look for that cmd.exe in XP Hmm maybe need's to modify my source?? Does that work out?? Are you modding void wizDoshere(void) in WIZARDS.CPP ??? Beside's this work's in the mainline for this site which is Unattended I have that working great.
×
×
  • Create New...