Jump to content

godan

Member
  • Posts

    212
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by godan

  1. Ok I've installed windows with my custom boot via modified kernel files, NTKRNLMP.EXE and NTOSKRNL.EXE. I have both files edited the same way and both have been modifype'ed to fix thier checksum and compressed and put onto my UA disk. Normally everything goes just fine and the boot screen looks as it should (I've set this up on many different comps). However I just tried to install my modified win xp pro sp2 ua disk (it's not Windows x64) onto a system with an amd semptron 64 and the boot screen looks stock/unedited, so my question is what other kernel file do I have to modify, what am I missing?
  2. I got it for the 360 I've only just started and its pretty cool. The graphics are ok from what I can tell but its hard becauase its been night time or in dark caves and sewers so far and the darkness is hiding all the detail... I've heard from other people that is the most beautiful game ever... I don't know about that and kind of doubt it... we will see.
  3. I know there are other decoders out there but then thats just one more thing I have to install. Also I really don't see much difference from nero 6.6 to 7 cept a flashier interface and nero 6.6 is smaller in size even compared to this lite version... So, I could either use this larger version with no extra, infact less cuz of no dvd playback, functionality, or just go back to 6.6. not to say that this isn't a good release, becuase it is, it's more Ahead's problem. I just don't understand why they don't release a lite burning only version on thier own that's around 15-20 MB's, I mean there has gotta be a market out there for it.
  4. I'm just wondering was the DVD decoder removed from this? I can't play DVD's now... back to Nero 6.6 for me I think.
  5. hmm... I don't know why, I guess I'll change that if/when I need to rebuild them for some reason; However, if anyone wanted to rebuild them by themselves it really wouldn't be too hard to change the install directory. The .cmd's I use to do the setups are pretty simple, and aside from that all one would have to do is edit the SFX comments.
  6. last name, i also more often go by voluptuary (one who devotes thier life to that seeking of sensual pleasures) but i think that was taken when i tried to sign up way back when.
  7. I posted both Control Panel and Control Center silent installers over at http://www.msfn.org/board/index.php?showtopic=70232&hl= just incase anyone wanted either of them.
  8. Ever since I started making myself UAXP disks I've been trying to get certain programs to install in a way that I like and silently via RunOnceEx.cmd. Most often I just would do a search in the forum and find that someone had already made an installer to fit my needs but some times I would come up short so I'd have to make my own. So here they are. They are all made with WinRAR so if you have WinRAR you can open them up and make some modifications if you want. They are made the way that I like so if you like them you like them if you don't you don't but I'm not going to make any real changes to them so don't bother asking. Oh and I HATE HATE HATE desktop icons so none of my installers will ever put shortcuts on the desktop... EVER. Foxit PDF Reader installs to:\%systemdrive%\Program Files\Foxit\ size:1.08MB notes:associates with pdf files, not uninstallable from add/remove programs in CP <- I will change this some time soon, I'm just a little lazy. Alt-Tab PowerToy installs to:\%SystemRoot%\System32\ size:77.7KB notes:runs at startup, not uninstallable from add/remove programs in CP Auto Hide Safely Remove Hardware Icon installs to:\%SystemRoot%\System32\ size:165KB notes:places a shortcut to SRH in "%AllUsersProfile%\Start Menu\Programs\Accessories", runs at startup, It doesn't just do a typical "always hide" but instead REMOVES the icon from that system tray, not uninstallable from add/remove programs in CP Winamp 2.81 with the Winamp 5.xx Modern Skin installs to:\%systemdrive%\Program Files\Winamp\ size:653KB notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", only audio support, some other modifications, I use this because it is way way less of a resource hog AudioGrabber 1.83 installs to:\%systemdrive%\Program Files\AudioGrabber\ size:1.29MB notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", some other minor tweaks to the settings VirtualDub-MPEG-2 1.6.11 installs to:\%systemdrive%\Program Files\VirtualDub\ size:991KB notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories" CCleaner 1.27 Lite (no yahoo crap) installs to:\%ProgramFiles%\CCleaner\ size:445KB notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", some other tweaks to the settings Paint.NET 2.6 installs to:\%ProgramFiles%\Paint.NET\ size:3.41MB notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", only support for x86, auto updates off, associates with JPG, BMP, PNG, and TGA Ad-Aware SE installs to:\%systemdrive%\Program Files\Ad-Aware\ size:3.41MB notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories", definitions file from SE1R97 13.03.2006 Resource Hacker installs to:\%systemdrive%\Program Files\Resource Hacker\ size:534KB notes:shortcut placed in "%AllUsersProfile%\Start Menu\Programs\Accessories" ATI Control Panel installs to:C:\Program Files\ATI Control Panel\ (couldn't use %SystemDrive% or %ProgramFiles% with this installer, sorry) size:10.2MB notes:you CAN use ATI classic control panel with the new CATALYST drivers, no tray icon, Hot Key Poller service disabled, no ATIPTA, registration off and other minor tweaks, I use this because it is less of a resource hog ATI CATALYST Control Center installs to:%Program Files%\ATI Technologies\ (should be %ProgramFiles%, but I'm not 100% sure how the .msi saves those settings for an admin install) size:12.2MB notes:no tray icon, Hot Key Poller service disabled, no ATIPTA, registration off, classic skin and other minor tweaks Also for some of the installers I use .cmd's to configure them and take care of the add/remove crap and the .cmd's call "cmdow @ /HID" to make them as silent as possible so you may want to have CMDOW.EXE in your system32 directory.
  9. i did not even know that i could still use cp, CCC is kinda bloated and i dont really like it but i thought it was my only option.
  10. that code sets %CDROM% to the drive that RunOnceEx.cmd is run from, this is what lets you install programs off of the CD instead of the file first being copied to the HARD DRIVE and then installed.
  11. when you use SetLocal enableextensions SET CDROM=%~d0 EndLocal you have to do it in your .cmd files too that call programs from your install cd. so you have to do this cmdow @ /HID @echo off SetLocal enableextensions SET CDROM=%~d0 cd /d %cdrom%\APPLICATIONS\Acdsee8 start /wait Acdsee8.exe EndLocal exit
  12. the problem is that you messed up your cmds for installing off of the cd you kinda mixed the two diffent methods. try this instead cmdow @ /HID @echo off SetLocal enableextensions SET CDROM=%~d0 SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Configure OS settings" /f REG ADD %KEY%\005 /VE /D "WinRaR 3.51 rus" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\applications\winrar\winrar.msi /qn" /f REG ADD %KEY%\010 /VE /D "Acrobat Reader 7.0.5 rus" /f REG ADD %KEY%\010 /V 1 /D "%CDROM%\applications\Acrobat_reader\Acrobat705.exe" /f REG ADD %KEY%\015 /VE /D "ACDSee 8.0 rus" /f REG ADD %KEY%\015 /V 1 /D "%CDROM%\applications\Acdsee8\Acdsee8.exe" /f REG ADD %KEY%\020 /VE /D "K-Lite codecs full" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\applications\k-lite\k-lite.exe" /f REG ADD %KEY%\025 /VE /D "Symantec antivirus 9" /f REG ADD %KEY%\025 /V 1 /D "%CDROM%\applications\SAV\sav.exe" /f REG ADD %KEY%\030 /VE /D "MS Office 2003 sp2" /f REG ADD %KEY%\030 /V 1 /D "%CDROM%\applications\Office2003.exe" /f REG ADD %KEY%\035 /VE /D "1C company 7.7.025" /f REG ADD %KEY%\035 /V 1 /D "%CDROM%\applications\1c\1C_Company.msi /qn" /f REG ADD %KEY%\040 /VE /D "Fix Regional settings..." /f REG ADD %KEY%\040 /V 1 /D "%CDROM%\applications\regopts.cmd" /f EndLocal EXIT EDIT: and I would also take MHz's advice and cleanup your installers too.
  13. i have avoided nero 7 in favor of 6.6 cuz of 7's bloat but i think i will give this a try now thx much. EDIT: quick question, if i use the /verysilent switch and use the reg keys to enter my serial number will i ever be prompted to enter the key again? and second do the shortcuts install properly if done that way? EDIT AGAIN: to answer my questions... no you will not be prompted and yes the shortcuts are fine. So I am extra happy. And I really hope you DON'T add any more to this in the future, I like it lean like this.
  14. I got a xp sp2 with all the new vista icons. i'll put it up on rapid share for you. it's compressed and all set to be put onto an unattended cd. heres the link: http://rapidshare.de/files/15426499/SHELL32.DL_.html this took a lot of time to do I replaced every icon one by one with reshacker so... your welcome.
  15. umm well the whole point of this topic is to install WITHOUT quicktime because its bloated crap... i suggest roguespears quicktime alternative silent installer, this works perfectly with his silent itunes.
  16. well i did a quick search on google and i found these free burning programs, but i doubt that they even come close to nero... but to each there own. You could also try Alcohol 120% or Roxio Easy Media Creator... http://www.cdburnerxp.se/ free http://www.deepburner.com/ has a free version with less features
  17. maybe its not nero maybe its your disks, you could have a bad batch, try using different media. just a suggestion.
  18. I made a silent installer for Paint.NET that was pretty much just like yours BUT it works (just joking) and it's compressed with WinRAR its only for x86 and installs to %Systemdrive%\Program Files\Paint.NET and places one shortcut in "Start Menu -> All Programs -> Accessories" It's 3.41 mb's EDIT: I posted it on rapidshare here is the link http://rapidshare.de/files/15371716/PaintDotNet.exe.html
  19. RogueSpears seems to work fine with my 4gb nano, I should be getting a 60gb video soon so I'll test with that too... just gotta wait on freepay to send me my free one
  20. just want to report a bug of sorts, after using the silent installer via RunOnceEx for Paint.NET if you right click on a picture file like a .jpg and choose "Open With -> Paint.NET v2.6" windows installer starts up and starts to ask for PaintNET.msi this also happens when you are in Paint.NET and try to use "File -> Acquire", it's really a pain. I do want to point out that this doesnt happen the very first time you right click and "Open With -> Paint.NET v2.6" only every time after that. I dont know if its a problem with Paint.NET itself or if its with your installer. EDIT: I uninstalled the silent version and downloaded and installed the normal version from thier website and installed it normally with autoupdate off and desktop shortcut off and file associations on and everything works fine now so I do think it has something to do with the silent installer OR with installing from RunOnceEx but I dont know.
  21. In responce to dhoffman_98 that is the same way I integrate KB92130, I place LegitCheckControl.dll in \$OEM$\$$\system32\ in my UA disk and then I add this line to my RunOnceEX.cmd REGSVR32 /S %WINDIR%\SYSTEM32\LegitCheckControl.dll I've never had any issues with this and I don't use any other additions to the registry, just every time they update WGA I just replace LegitCheckControl.dll with the newest version. I really don't know how else to go about doing this becuase I'm just not that smart, BUT I imagine you could compress the file with MAKECAB.EXE and then you could add something like this to your TXTSETUP.SIF [SourceDisksFiles] LegitCheckControl.dll = 1,,,,,,,2,0,0 however I don't know what code you would have to add to HIVESYS.INF or other files in order to register the .dll and also since the file name is so long I don't know what the proper way to name the file would be. So if anyone out there knows the answer to this... and I'm sure someone does. I think this would be a better solution than they way we are currently doing it since it would be direct integration to the source.
  22. i also have this problem when it asks you to scan the button doesnt work but you can still scan using the "scan" in the menu. my tray icon goes away after that.
  23. the only way i know of to make it go away is to update it, its kinda buggy so you can also update it via microsoft update.
  24. I really dont mean to put words in his mouth but I do belive he said he really wouldnt make any custom releases. He just does this for his own use and is nice enough to post his work here for us incase we might ahve a use for it, which many of us do.
  25. READ MY OTHER POST!! I ALREADY TOLD YOU HOW TO DO THIS AND TOLD YOU WHAT PROGRAMS TO USE AND EVEN THE CMD's TO DO SO. TWO OF THE PROGRAMS ARE EASILY FOUND FOR FREE IF YOU DO A QUICK GOOGLE SEARCH AND MAKECAB.EXE IS ALREADY A PART OF WINDOWS! READ PEOPLE!
×
×
  • Create New...