Jump to content

GIL

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Dominican Republic

Everything posted by GIL

  1. oh! so that's what the extentions with "_" are all about, there CAB files. behold the UNKNOWN! Before I mess with it again let me check how to recompress them. GIL
  2. Thanks for replying I will check your solution to the RunOnceEx problem, theunknown. I found the NLITE.INF in the installed windows, C:\WINDOWS\INF\NLITE.INF with the keys you mentioned for removal, but in the "nLited" ISO the NLITE.INF its called i389\NLITE.IN_ and it's unreadable, so, is it encoded somehow? if so how can I edited? By the way, leave theunknown in peace! for you do not know him. GIL
  3. nLite does a great job making the windows installation more personalized I used the 1.2.1 version this time, and I can take no having a RunOnceEx installation (I gather its not supported now?) but why are there 3 big old black CMD windows opening on every new user' first logon? Found this on a RunOnce folder in the default user cmd.exe /C rundll32 advpack.dll,LaunchINFSectionEx nLite.inf,C,,4,N Can those be removed? Did nLite did it's thing the first time thanks GIL
  4. I've done Unattended Windows XP CDs before, 2 major things have changed in this one, 1st, I'm using nLite 1.2.1 instead of 1.1? and 2nd I'm using the IE7 hotfix. I am trying to use the RunOnceEx window that lists what it is installing. This should run after adding the right keys to "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx" and then executing "rundll32.exe iernonce.dll,RunOnceExProcess". I've installed in a virtual machine a copy my new unattended Windows, just nLite options and IE7. I wrote this .CMD SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\000 /VE /D "Testing" /f REG ADD %KEY%\000 /V 1 /D "CMD" /f START rundll32.exe iernonce.dll,RunOnceExProcess Using it after the system are all loaded up, in my working Windows installation (where I'm writing this from) it works just fine, but in the VM, it just doesn't say anything and the keys in the registry are left intact, which is what happens if I try to run RunOnceEx from the installation. I'm sure it's the same problem. I've notice that WINNT.SIF has this: [GuiRunOnce] "%SystemRoot%\System32\nLite.cmd" Calling "nLite.cmd", which uses the commands that are put in the Unattended/RunOnce part of nLite 1.2.1, it works fine, but I'm concerned about RunOnceEx, I'd like to use that interface. LAST_SESSION.INI
  5. GIL

    DivX 6

    Thanks for the link man But still I /S switch does not work on DivX 6, I guess guess theres some confusion becouse I'm positive it does not work, I'll have to fall in the hands of AutoIt
  6. GIL

    DivX 6

    I Did, and kept getting links like this MSFN Forums > Application Installs(13 replies); Bitdefender 8.0 detecting AutoIT scripts as virus (1 replies); DivX 6 (18 replies); Application Switches Database (2 replies) ... www.msfn.org/board/lofiversion/index.php/f80-150.html - Similar pages But when I clicked not even the word DivX was in any title why's that?
  7. Has anyone found how to install DivX 6 silently?
  8. SolidasRock thanks About eMusic I had edited something about it into the post when I read yours (I realise yours is 6 minutes after the edit) othewise I wouldn't know what you meant. With "5.1" I meant that this works with all the 5.1x instalations I don't think they'll remove the /S switch or the name and location of winamp.ini or anything else needed, at least before version 5.2, , will they? I wouldnt know about Pro About being set the stantard Video Player, darn good question, I'll see about installing Wimamp before Windows Media Player that might help in a unnateded Windows install If you are familiarised with the registry there might be a good way could be a .reg with keys like HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.AVI let me know So keep the answers coming
  9. Preferences and no user user information dialog Get winamp.ini For instance, I don't use the agent, with this method it is not enabled Configure your preferences for a installed Winamp get winamp.ini from C:\Program Files\Winamp\ Put it in your $OEM$ folder $OEM$\$Progs\Winamp\ or use the command line SET INSTALLDIR=C:\INSTALL\ MOVE "%INSTALLDIR%\winamp.ini" "%Programfiles%\Winamp\" Set it to Read-Only start /wait attrib +R "%PROGRAMFILES%\Winamp\Winamp.ini" later on, after installed, you'll unset the Read-Only Silent Install Get your Winamp instation file at winamp.com http://www.winamp.com/player/free.php Choose between Lite or Full I preffer to install everything and configure what I dont want out Install silently Switch: /S "%INSTALLDIR%\winamp511.exe" /S Unset the Read-Only for winamp.ini attrib -R "%PROGRAMFILES%\Winamp\Winamp.ini" Close it TASKKILL /F /IM winamp.exe Remove the eMusic Promotion "%ProgramFiles%\Winamp\eMusic\Uninst-eMusic-promotion.exe" /S
×
×
  • Create New...