Jump to content

MICHELLIN

Member
  • Posts

    35
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Greece

Everything posted by MICHELLIN

  1. Firefox_Setup_3.0.1.exe -ms -ira -silent -setDefaultBrowser this is --for-- default browser
  2. Thanks Guys will try .vbs and let youknow if it works for me...... 10 min later..... deleted just the shortcuts i wanted {changing \*.lnk} and del last two lines in code works like a charm...... tnks again
  3. hi after successful installation of os i want to delete shortcuts from desktop. how do i do it in batch mode e.g del %userprofile%\desktop\real.lnk tnks
  4. I tried this way get error....BIOSINFO.INF.....cannot load
  5. vmware rules!!!!!!!! Still waiting for the tutorial !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  6. what am i missing cdshell doesn't recognize script command
  7. ooooooooops sorry ppl but then again............... i've paid for my copy of windows cd haven't i....????????????
  8. is there any way to activate the same windows with same wpa.dbl on another machine with different hardware ??????????????????????????????????????? there must be...................
  9. why do i need both files ????????????
  10. how do you unattendedly activate windows using wpa.dbl ???????? i tried --$oem$ --$$ --system32 --wpa.dbl also i tried makecab wpa.dbl wpa.db_ still doesn't activate any ideas ??????????????????????????????????
  11. can 98 & me use $oem$ folders for unattend installation???????????? i use memdisk 98se.ima
  12. how do i disable logon screen in unattended install i have win_xp_hom_sp2 with a few run once .cmd's and after each reboot i must be present. it's not a real unattended this way
  13. how can i hide my multiboot dvd contents from beeing seen ??????? e.g.....acronis boot cd's get it ?????
  14. anyone know how to make a simple password at the beginning of the booting from cd i want to see splash.csi then ask for password input how do i change password.cdshell to work simply ????????????????? tks
  15. HI people i have nearly completed my all in one multiboot dvd question.... when executing autorun.exe in cdroot folder...everything works ok except when trying to run the actual cdroot. what file in aiodvd\boot...... must i run in the [autoplay media studio] script for this to happen ?????????? (where must i direct the script) ?????????
  16. what do you use to create .iso file ?????????? try cdimage
  17. hi..... here's a new one....... after many installations of my multiboot dvd one pc came up with this :- " hive def.inf is corrupted" after using ERD commander 2005 i was able to see that windows had been set up properly, the problem was that it woudn't boot up...... i tryed using the plain windows unattended dvd but the same thing occured i then used the original windows xp pro sp2 cd everything went well there. why...??? hive def.inf is located in "i386" in my multiboot dvd and mine has been "Customized by nLite - www.nliteos.com"
  18. hi there how do i config a bootable cd that has autorun.exe...in my multiboot dvd ??????? what command goes in cdshell.ini ???? thanks people
  19. erd commander 2005 was a little tricky... take a windows boot.bin..hex edit it..i386 to ERD1..rename it to ERD1.DAT MAKE TWO (2) folders in root folder ERD1...copy paste all contents of i386 folder... COPY setupldr.bin and txtsetup.sif from i386\system32 and paste in ERD1 edit txtsetup.sif....SetupSourcePath = "\ERDC\" edit setupldr.bin in hex editor...changing i386 to ERD1 ERDC...the whole .iso extracted with isobuster copy WIN51IS to root folder copy winbom.ini to root folder enter this line in cdshell.ini if $lastKey == key[3]; then chain /ERD1.DAT keep the original files in their places..it doesn't hurt good luck.........mine works fine
  20. .\i386\winnt32.exe /noreboot dosn't accept my windows serial even though my windows cd was purchased how can i find what files are needed in $WIN_NT$.~BT so i can manually search for them??????? can anybody help with a text please ???
  21. yes i do actually VISE installer i managed an unattended install using a script which simulates keystrokes... i saw this type of script in this forum a couple of days ago it was made for AD-AWARE. (credit goes to --=ddSHADOW=--he's done a fine job) ================================== i modified it (it took me some time to get the timing right) SYSTRAN.vbs ---------------- CODE Set WshShell = WScript.CreateObject("WScript.Shell") 'To Simulate Keystrokes WshShell.Run app & "%systemdrive%\install\systran\SYSTRAN_Premium_405.exe" WScript.Sleep 5000 WshShell.SendKeys "{ENTER}" WScript.Sleep 5000 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "<YOUR NAME>" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "<YOUR ORGANIZATION>" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "<YOUR SERIAL>" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 52000 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.quit and this is the code in ... START.cmd -------------- CODE ECHO. ECHO INSTALLING..... SYSTRAN 4.0.5 premium start /wait %systemdrive%\install\systran\SYSTRAN.vbs ----------------------------------------------------------------- It's pretty slow but it does the job i do have a problem though..!!!! after the end of the installation three windows pop up and show me where SYSTRAN put all its files. I could enter three more keystrokes to the script but I couldn't find what to use for ALT+F4 ANYBODY know ????????????????????
  22. Nero.msi TRANSFORMS=Unattended.MST /qb REBOOT=ReallySuppress STARTPARAM="CallFromExe" DONOTRUNSETUPX="1" MSISOURCEFILE="Nero.msi" Hi Nero lovers !!!!! this code works for me (NERO ULTRA 7.0.0.0)........except that "do you want to reboot Y/N" (dialog) pops up at the end of the installation any clues as to why ???????? i tried changing (REBOOT=ReallySuppress)----no luck tks people p.s. visit greece it's beautiful this time of year.......i think (my monitor certainly looks good) (i'll try going outside one of these days...............) 5-7-2006 H.E.L.P H.E.L.P PLEASE I've made my unattended dvd and my only bug is NERO asking for a reboot I am sure everything is ok I'm sure that : (REBOOT=ReallySuppress) this only needs fixing............. Unless it is because my version is NERO ULTRA 7.0.0.0............???????????????????? ????????????????????????????????????????????????????????????????????????????????? If anyone can bail me out.... michellin@panafonet.gr TKS..
  23. hello people... has anyone found a way to silently install SYSTRAN_Premium_405.exe
×
×
  • Create New...