Jump to content

g-force

Member
  • Posts

    584
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by g-force

  1. No, it`s for WinXP - and it works on my XP-SP3. I tried your changes, but it won`t work on my XP.
  2. I`m running into these problems with - FF 3.5.2 (fresh & clean install) - FF 3.5.3 (portable, some addons) - FF 3.6 (portable, some addons) - FF 3.7 (portable, some addons) Newest Flashplayer is installed.
  3. A small AutoIt-Script to enable/disable the "Quick Lauch" in Taskbar (change on every execution, "disabled is XP-Standard, so one run turn to ON): Run("RunDll32.exe shell32.dll,Options_RunDLL 1") Sleep(1000) Send("{S}") Send("{ENTER}") My way to setup my "Quick Lauch" (delete everything, setup new links, SFX, can be changed easily): 701___Quick_Launch.exe
  4. Until that point everything went fine. So what changes did you make? Older and new list of Updates? "svcpack.inf"?
  5. FF runs into nearly 100% CPU-Usage when opening a chat (webkicks.de) when flashed animations are used. I tried same page with same animations with Opera - nearly NO CPU-Usage accured. It`s a strange behaviour, even a fresh install of FF is like that. My girlfriend`s PC (my older outdated AMD SingleCore) run into freezes by that.
  6. I`m not so sure about your Source.
  7. If you tell nLite to integrate "whole Folder" @ "Driver Integration", nlite looks up for INF-Files. If nLite get one, it`ll integrate the whole folder which is beside this INF. If YOU are smart enogh, you point nLite to the folder that only contains the real Driver-Files (maybe it is namesd like this). Be aware of x86 and x64, older and newer OS when you choose the folder.
  8. Hi John, and a warm "Welcome Back again"! I don`t use WPI, I install SFX by a Program called "ComfortInstaller", Thread @ GermanWinlite: http://german-winlite.de/wbb/index.php?pag...amp;boardID=110 But my ISO is growing at about 3 GB, I`m runnung nLite with usual tasks, ending without creating ISO. I copy my prepared "OEM-Folder" into that "XPCD-Folder", start nLite again just to create ISO. This behaviour works for unless 4 years of nLiting - never ran into mismatch about 2-3 GB of ISO.
  9. Quoted your own post??? Strange as your Thread-Title - but even okay. So, what`s the problem - I can`t see it? Took a look on your Screener - but where is that "nLide, nLite, or what"?
  10. g-force

    nliteos.com gone ?

    No, it isn`t. >>> http://www.nliteos.com/
  11. ...and you get answers, too. Try Google, search for "Crossover".
  12. g-force

    nliteos.com gone ?

    This link might be more useful: http://en.wikipedia.org/wiki/Nlite
  13. This is the way I do (Post #9): http://www.msfn.org/board/hkey-current-use...p;view=findpost
  14. Let Fernando take over... Look this thread: http://www.msfn.org/board/3-t107504.html
  15. You need "Manual Setup and Upgrade".
  16. Try to change these settings: [Unattended] UnattendMode = 5 ComputerType = Standard PC <<<< change to "Automatic" and don`t work on the Desktop, use folders (maybe on other partitions): [Drivers] C:\Documents and Settings\00653922\Desktop\nlite\AWLCH3028_051208\AWLCH3028_051208\RTL8185\WinXP2K\net8185.inf,0 [Hotfixes] C:\Documents and Settings\00653922\Desktop\nlite\XPSP3_QFE_UpdatePack_1.0.6_20090714.7z
  17. g-force

    nliteos.com gone ?

    Sad to see... So the projekt is dead, but not gone.
  18. As I mentioned, I got no XP_x64, so I don`t want to update this Addon, because I can`t test it - I hope you don`t mind. But if you unpack the Addon, you`ll see how to do it, just replace the files and update filenames in "entries.ini".
  19. The Keyword for an unattended Office-Installation is: Admin Installation Look in this forum: http://www.msfn.org/board/microsoft-office...-2007-f116.html
  20. Google for: DoubleDriver, DriverMax, DriverGenius
  21. So let us know if our solution made effort to you.
  22. He looked for "Google Phrase", and "Subnetting" would have led him to tutorials like this: http://en.wikipedia.org/wiki/Subnetting If I missed the point or got it wrong, I`m sorry.
  23. This was your question in Post #1: So I explained with lots of words - and you tell me, you know how to do it... Now you`re asking: Your "Windows Installer" has nothing to do with that Regtweaks. I told you that Regedit is the thing. And how to execute them by commandline. i would prefer the "cmdlines-method: http://unattended.msfn.org/unattended.xp/view/web/14/
  24. First go into "regedit" and take just one folder, rightclick, export to whereever you want. Now open this xxxx.reg with notepad and have a look. This xxx.reg contains all the settings in the folder you choose in regedit. By executing the file, the code is (re)written into registry. So the trick is to collect regtweaks and insert them in the system-settings. An example: Windows has no "Copy to" and "Move to" in the contextmenu. If you copy the following code into a simple textfile and name it "Tweak.reg", you will extend your contextmenu. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy to] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move to] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" These Regtweaks can also be installed by commandline to be silently executed: regedit /s tweak.reg
×
×
  • Create New...