Jump to content

vascorama

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Portugal

Everything posted by vascorama

  1. taskkill /f /im nameoftheprocess.exe
  2. hi there, make the folowing folder path on the cd/dvd: $OEM$\$Docs\All Users\Bureau Then choose OEM preinstall, that way everything you put inside that folder will appear on desktop. Regards
  3. Hi there, make a .bat file like this: @echo off taskkill /f /im explorer.exe exit and add the path to that bat file in wpi.
  4. This i used for winamp 5.35: %CDROM%\Extras\winamp\winamp.exe /S taskkill /f /t /im winamp.exe For ccleaner and winrar i downloaded already packed .exe´s from ryan mv website. For the other 2 i dunno... Notice i use WPI, so for winamp those are command 1 and command 2. Regards
  5. you have to put wpi in a folder like: $oem$\$1 inside the cd, so it´s copied to hard drive during instalattion. Then, you can call wpi trough nlite finish commands, like: %systemdrive%\wpi\wpi.hta or a batch file if you like. i have a batch file that i call when nlite finishes, that batch file starts wpi and in the end deletes the entire wpi folder, and does more things too... depends on one´s preferences...
  6. There´s an easy way to test, make a batch and test instalation in your current windows...
  7. Lol! Google says it´s possible...here: http://windowsxp.mvps.org/rebuildhelp.htm regards
  8. Firefox has a great extension that does all the work for you, it´s called foxmarks, it sinchronizes your bookmarks automatically, wherever you are. Justo go to china, install firefox+foxmarks and voilá, your favorites are automatically downloaded. Regards ps:btw, in IE,go to File/import-export
  9. I would be glad if i only knew how to install cs3 silently....what switches do you use? Regards
  10. Congratz When you have blank spaces in the path of a cmd comand you have to put the comand between "", like: move "x:\testing folder" c:\ Anyway, this is the comand i use to copy shortcuts: CLS @echo off TITLE Unattended Install Package if exist d:\I386 set cdrom=d: if exist e:\I386 set cdrom=e: if exist f:\I386 set cdrom=f: if exist g:\I386 set cdrom=g: if exist h:\I386 set cdrom=h: if exist i:\I386 set cdrom=i: if exist j:\I386 set cdrom=j: if exist k:\I386 set cdrom=k: if exist l:\I386 set cdrom=l: if exist m:\I386 set cdrom=m: if exist n:\I386 set cdrom=n: if exist o:\I386 set cdrom=o: if exist p:\I386 set cdrom=p: if exist q:\I386 set cdrom=q: if exist r:\I386 set cdrom=r: if exist s:\I386 set cdrom=s: if exist t:\I386 set cdrom=t: if exist u:\I386 set cdrom=u: if exist v:\I386 set cdrom=v: if exist w:\I386 set cdrom=w: if exist x:\I386 set cdrom=x: if exist y:\I386 set cdrom=y: if exist z:\I386 set cdrom=z: ECHO. ECHO Copying Quick Launch Icons... xcopy "%CDROM%\I386\QLIcons\MS Paint.lnk" "%SYSTEMDRIVE%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch" /Y xcopy "%CDROM%\I386\QLIcons\Registry Editor.lnk" "%SYSTEMDRIVE%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch" /Y xcopy "%CDROM%\I386\QLIcons\Show Desktop.scf" "%SYSTEMDRIVE%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch" /Y xcopy "%CDROM%\I386\QLIcons\Task Manager.lnk" "%SYSTEMDRIVE%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch" /Y EXIT this a .cmd file in the cd rom drive, called by another one that i´ve put in the $oem$\$1 folder that loads at first logon. If you manage to do like this great, if not email me, maybe i find another solution. Best regards
  11. The latest version of my dvd i made also gave me the same issue, i did it all the same way i did the other times... It just doesn´t install, doesn´t give me any errors.... The only thing i changed was adding some updates >07/2007 and changed nLite version so one of these two things is causing the issue in my case.... anyone?
  12. I believe you ucan find almost, if not all of the switches here: http://www.msfn.org/board/lofiversion/index.php/f80.html Regards.
  13. Hi there, i checked my config(Windows post installer) because i made my dvd a few months ago and now i didn´t remember... Here´s the switch i use: IE7.exe /passive /norestart /update-no It works for me, windows post installer has almost the same method as a batch so i supose it would work for you too. Regards
  14. Can´t you sliptream it with nlite? Al least with me almost all KB´s i can include them via nlite... Regards
  15. Try /S (uppercase), that´s how older versions installed silently. Regards
  16. Hi there, wmp11 also gave me trouble...i spent almost as much time for wmp11 as for the remaining programs of my dvd...:S i managed to do it like this, using winrar, right clik the installer/extract to... Put all files inside one folder, name it whatever you want, but try to keep the name short and with no spaces. then check if inside that folder you have the following files: wmp11.exe umdf.exe wmdbexport.exe wmfdist11.exe update.exe if so, here is the batch code for your installer: if exist d:\Extras\wmp11 set cdrom=d: if exist e:\Extras\wmp11 set cdrom=e: if exist f:\Extras\wmp11 set cdrom=f: if exist g:\Extras\wmp11 set cdrom=g: if exist h:\Extras\wmp11 set cdrom=h: if exist i:\Extras\wmp11 set cdrom=i: if exist j:\Extras\wmp11 set cdrom=j: if exist k:\Extras\wmp11 set cdrom=k: if exist l:\Extras\wmp11 set cdrom=l: if exist m:\Extras\wmp11 set cdrom=m: if exist n:\Extras\wmp11 set cdrom=n: if exist o:\Extras\wmp11 set cdrom=o: if exist p:\Extras\wmp11 set cdrom=p: if exist q:\Extras\wmp11 set cdrom=q: if exist r:\Extras\wmp11 set cdrom=r: if exist s:\Extras\wmp11 set cdrom=s: if exist t:\Extras\wmp11 set cdrom=t: if exist u:\Extras\wmp11 set cdrom=u: if exist v:\Extras\wmp11 set cdrom=v: if exist w:\Extras\wmp11 set cdrom=w: if exist x:\Extras\wmp11 set cdrom=x: if exist y:\Extras\wmp11 set cdrom=y: if exist z:\Extras\wmp11 set cdrom=z: mkdir %systemdrive%\windows\temp\WMP11 xcopy %CDROM%\Extras\wmp11 /e /y %systemdrive%\windows\temp\WMP11 /i start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmp11.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\umdf.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmdbexport.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmfdist11.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\update\update\update.exe /passive /norestart /er RD /S /Q %SYSTEMDRIVE%\Windows\temp\wmp11 exit The location in bold at the code is what you need to replace, just put %cdrom%\(the rest of the path to your folder of wmp11 with all the files inside it). Hope it helps. Regards
  17. Using Nlite addon maker i think the switch will be the same, just like said above i use this switch for almost 3 years now, diferent versions of avg, same switch... "avg.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED"
  18. I usually install firefox with -ms switch. Regards
  19. Greetings, WPI allows you to install the programs from a diferent folder, in my case i have it like this: %cdrom%\$OEM$\WPI\wpi.hta (just the program and it´s scripts) And the programs i have them in: %cdrom%\extras\"each program inside a folder" What do you mean by "changing the front GUI to suit my needs"? regards
  20. and here you have the info about how to get the newest virus definitions and add them to your instalation folder. Hope it helps you.
  21. I tried a lot of ways to silently install wmp11, never succeeded...until i tried one last way to do it(desperately ), it´s like this: -Extract wmp11.exe using winrar or similar to a folder, in this case i used cdrom/extras/wmp11. Once you extract wmp11 a lot of files will appear, here is the order to install them, only Gui interface, no questions... if exist d:\Extras\wmp11 set cdrom=d: if exist e:\Extras\wmp11 set cdrom=e: if exist f:\Extras\wmp11 set cdrom=f: if exist g:\Extras\wmp11 set cdrom=g: if exist h:\Extras\wmp11 set cdrom=h: if exist i:\Extras\wmp11 set cdrom=i: if exist j:\Extras\wmp11 set cdrom=j: if exist k:\Extras\wmp11 set cdrom=k: if exist l:\Extras\wmp11 set cdrom=l: if exist m:\Extras\wmp11 set cdrom=m: if exist n:\Extras\wmp11 set cdrom=n: if exist o:\Extras\wmp11 set cdrom=o: if exist p:\Extras\wmp11 set cdrom=p: if exist q:\Extras\wmp11 set cdrom=q: if exist r:\Extras\wmp11 set cdrom=r: if exist s:\Extras\wmp11 set cdrom=s: if exist t:\Extras\wmp11 set cdrom=t: if exist u:\Extras\wmp11 set cdrom=u: if exist v:\Extras\wmp11 set cdrom=v: if exist w:\Extras\wmp11 set cdrom=w: if exist x:\Extras\wmp11 set cdrom=x: if exist y:\Extras\wmp11 set cdrom=y: if exist z:\Extras\wmp11 set cdrom=z: mkdir %systemdrive%\windows\temp\WMP11 xcopy %CDROM%\Extras\wmp11 /e /y %systemdrive%\windows\temp\WMP11 /i start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmp11.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\umdf.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmdbexport.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\wmfdist11.exe /passive /norestart /er start /wait %SYSTEMDRIVE%\Windows\temp\wmp11\update\update\update.exe /passive /norestart /er RD /S /Q %SYSTEMDRIVE%\Windows\temp\wmp11 exit save as .cmd and run at Runonce command(i used wpi, but nlite will do it too.) hope it helps...
  22. olá camarada , o firefox eu penso que ainda seja firefox.exe -ms, o k-lite não me lembro mas se ninguém souber eu quando chegar a casa digo-te(tou de férias, para a semana que vem só...) Cumprimentos translation: hi there m8 , i believe firefox is still firefox.exe -ms, k-lite i don´t remenber, yet, if you get no answer ´till i get back home(i´m in vacation) i´ll tell you then(got the switch at home, no in my head ) Congratz ps:sorry for my poor english, i´ll try to improve
  23. try burning it at a lower speed, if the dvd player detects the video you burned, it´s probably a problem of recording speed, or maybe the quality of the disc itself. sorrry for my poor english, i´ll try to improve
×
×
  • Create New...