Jump to content

ZileXa

Member
  • Posts

    833
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by ZileXa

  1. Hmm well I just use an SSE(1) ffdshow version now, one that is not optimized for a specific processor, just works on all SSE cpus. Good enough.. for myself I use specific version.
  2. So far .Net 2.0 could not be installed @T12/13 (when my RunOnceEx is executed), is this possible with your installer?
  3. You should compare the contents of the pack you use to the TTpack (or just its contents, ffdshow+wm10lite+Quick/Real Lite). Even better: compare the items in your pack to each other! you will discover AT LEAST 3 decoders for MPEG4... totally useless.. ofcourse there are more examples to give.. For me all that is important is the functional part, the pc must function (at its best), so I only want 1 MPEG4 decoder, not 3 (Xvid decoder, DivX decoder, 3ivx decoder etc.) Thats why I never use decoderpacks. And I think it is very wrong when people call packs like that 'the best' there is..
  4. Unfortunately, whatever regtweak I try, the Soundscheme is CREATED, and can be selected, but for newly created users, no soundscheme is selected (not even "No sounds"), I still have to select the soundscheme manually.. very annoying, tried regshot but didn't help.
  5. @Takeshi, yes ofcourse to all that. Check the first post, I found the key responsible, but didn't know how to fix the problem described (the key is not imported from HKU\.Default or HKCU) then by accident I discovered when the key is applied to HKCU for the user currently logged in the Left Pane changed to the way I wanted! Unfortunately, applying this key to HKCU @ T12/13 doesnt have any effect! so thats why I did the Start menu startup folder solution. I think the method is clean enough to use. Check the first post for the solution!! Now, I still have one tweak to do: I want to have "MOVIES" below MUSIC, check the image in the startpost... any ideas?
  6. Yeah but, for every user account I would need to run this script... there should be an easier way..
  7. I always just use the -ms switch to do a silent install. Its a nice list though. Do you perhaps know how to disable the Import Wizard? Its useless for unattended use since ff will be installed on a clean system without IE bookmarks or such. I hate the Import Wizard!
  8. Strange, I just tested my original code, the 7za.exe command from RunOnceEx and it worked perfectly! But it was just a strange thought... nevermind my question, I just don't want to see any windows, so I use Hide.exe (it is only 1.50 KB!) to start a cmd file that runs the command, works just like I want. it is standardly in my system32 folder. thanks for the help but it was a stupid question!
  9. thanks for the files, but I have 7za.exe in my System32 folder... so it should work... also have HIDE.EXE in system32 folder, I don't specify the path, just do "HIDE.exe "path\to\file\test.cmd"" /f and it works, launches the cmd file without showing a window..
  10. For everyone who uses Ffdshow to play their (video)files, you must now there are optimized builds for CPU's supporting SSE1, for CPU's supporting both SSE1 and SSE2 and for AMD CPU's supporting 3dNow! and SSE(2). I use my uA disc on different machines, would like to make something like a script(?) that checks what type of CPU the system has and installs the optimized ffdshow for that CPU: Check for updates and the different optimized versions: http://kurosu.free.fr/ffdshow so there are 5 types of ffdshow.. I don't have a clue how to check what CPU the system has.. ideas?
  11. thanks. but the -ms is fine for me and ofcourse, extracting firefox setup, change a value in config.ini to Silent instead of Normal, 7zip all files, use copy /b 7zS.sfx + config.txt + firefox.7z firefoxsetup.exe would also make a silent switchless firefox I delete the entire Start Menu after all apps are installed and then extract my own preconfigured start menu so shortcuts are not a problem for me.
  12. don't want to create a new topic so I bump this one for a RunOnceEx related question: I want to extract a 7z archive with RunOnceEx, it works if I put the command in a .cmd file and let RunOnceEx run the .cmd file. @echo off for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\win51ip.SP2 set CDDRIVE=%%i:\ 7za.exe x %cddrive%\InstallApps\systemdrive.7z -aoa -y -o%systemdrive%\ BUT I don't want to work with .cmd files if it isn't necessary! So I tried putting the command in RunOnceEx but it doesn't seem to work... just proceeds to the next item on the list: REG ADD %KEY%\034 /V 1 /D "7za.exe x %cddrive%\InstallApps\systemdrive.7z -aoa -y -o%systemdrive%" /f How can I get this to work?
  13. updated the title and first post. Never mind!! I remove WMP and use WM10Lite + the necessary Plugins & Components for Firefox browser, they get extracted after Firefox installs. But instead of creating an archive of just the files necessary, I just added the complete Plugins & Components folders to my archive... resulting in conflicts ofcourse with the future versions of Firefox like 1.5 and higher, my mistake! and as I reported, with -ms switch it did get installed but I thought it didnt install correctly but that wasnt the problem! Administrator or Moderator : Please delete this topic!
  14. No I don't mean pc name, I mean Workgroup name, if you have a (wireless) network, the network musthave a name... right-click My computer, tab Computer Name, then the Modify button, now you can set a Workgroup name (or choose a domain name if the pc is in a domain but thats not for home users I suppose).
  15. I am sorry but it doesn't work for me I save your first code as .vbs and run it... nothing changes in Start menu when I check. also tried saving it as .cmd but no changes, when I run the .cmd file from command prompt I get the same error... possibly because I removed something about VBS with Nlite... not sure. but there must be a way!
  16. Hey Titou2k! Any chance you have some spare time to update Quicktime Lite (and ReaLite) + browser plugin? Quicktime v7.0.4.80 adds H.264 support, also for the browser plugin.
  17. Ok works with v3.47... but uhmmm is it correct the systray icon is loaded? don't see the difference then between this method and just installing Daemon silently.
  18. yeah but that's almost impossible... on T12 the system is clean.. any users that CAN install firefox at T12? or after setup restarted the system? @T D how did you fix it? I think I will just edit the ini file (FirefoxSetup.exe contains an ini file, you can set installationtype to SILENT and FF should install silently then). How come nobody asked this question earlier? 1.5 has been out quite some time..
  19. What is PC description for? didn't even now Windows had this... seems useless to me! It would be great if I could set the Network name with your tool I use WIHU for now.
  20. Read ONLY the 1st post, under "Unattended Usage" you'll find all the switches you need.
  21. I always used the -ms switch to install Firefox silenty, never had a problem. Now, it does get installed but Firefox won't start, Firefox.exe will not execute, actually it does (when I check Task Manager) but it exits itself immediately! Anyone else got this problem? PS: My RunOnceEx starts at T12/13, used to work just fine. EDIT I think it does work after the Setup Restarts (when the oldfashioned RunOnceEx runs)... but installing firefox is such a simple task and it used to work @T12 so it must work!
  22. @RogueSpear, Shark007 created Shockwave silent/switchless installer without Yahoo toolbar/browser popup. I edited the installer making it quiet (/qn instead of /qb). Muiz also created a flash installer. The Shockwave installer & topic is the first post here In my post you'll find the /qn version of this Shockwave silent installer. Muiz created a Flash switchless installer for non-English users here. I like the Shockwave installer A LOT, don't like ads/Yahoo! Toolbar.
  23. @Shark007, any chance you could make the Shockwave installer install Quiet, without flashing windows with extraction status & installation status? since it is installed in few seconds... not really needed & I don't have any setup/extract windows flashing.. only shockwave now... perhaps it is possible with a switch? don't think so since it is switchless.. EDIT Already created myself using your installer, extracted the files simply with winrar, 7zipped the extracted files to "Shockwave.7z", then did: copy /b 7zS.sfx + config.txt + Shockwave.7z shockwave.exe where 7zS.sfx is 7zips sfx module, config.txt contains the command to be executed after extracting and shockwave.7z contains all setup files. The command says /qn, means its totally quiet, no installer window. Hope you don't mind, it is still your installer! Uploaded the file to my savefile but if you upload it to your own I will remove it from mine (Savefile doesnt allow .exe files) Shark007's Shockwave Silent (quiet) installer
  24. djeeez!!! 500+!?? Nero is truly crazy.. what do they think?
×
×
  • Create New...