Jump to content

one4other

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Russian Federation

Everything posted by one4other

  1. First download Acrobat Reader, with it installed use autoupdate, download updates BUT don't install, go to folder %userprofile%\Datos de programa\Adobe\Acrobat\7.0\Updater\ (Spanish) or %userprofile%\Program Data\Adobe\Acrobat\7.0\Updater\ (English) and you'll find the updates necessary for automatic installation. Then you may use something like this.... Create a CMD/BAT file called something like ar7.cmd or ar7.bat with this code: ECHO. ECHO --------------------------------------------------------------- ECHO Instalando Adobe Acrobat Reader 7.0.3... >> Spanish version ECHO Installing Adobe Acrobat Reader 7.0.3... ECHO. START /WAIT /HIGH AdbeRdr70_esp_full.exe /w /v"/qb" >> Spanish version START /WAIT /HIGH AdbeRdr70_eng_full.exe /w /v"/qb" >> English version START /WAIT /HIGH Acro-Reader_701_Update.exe /w /v"/qb" START /WAIT /HIGH Acro-Reader_702_Update.exe /w /v"/qb" START /WAIT /HIGH Acro-Reader_703_Update.exe /w /v"/qb" ECHO. ECHO Se ha instalado Adobe Acrobat Reader 7.0.3 >> Spanish version ECHO Adobe Acrobat Reader 7.0.3 had been installed >> English version ECHO --------------------------------------------------------------- ECHO. Just works
  2. You'll may use something like this.... First download Acrobat Reader, with it installed use autoupdate, download updates BUT don't install, go to folder %userprofile%\Datos de programa\Adobe\Acrobat\7.0\Updater\ (Spanish) or %userprofile%\Program Data\Adobe\Acrobat\7.0\Updater\ (English) and you'll find the updates necessary for automatic installation. Create a CMD/BAT file called something like ar7.cmd or ar7.bat with this code: ECHO. ECHO --------------------------------------------------------------- ECHO Instalando Adobe Acrobat Reader 7.0.3... >> Spanish version ECHO Installing Adobe Acrobat Reader 7.0.3... ECHO. START /WAIT /HIGH AdbeRdr70_esp_full.exe /w /v"/qb" >> Spanish version START /WAIT /HIGH AdbeRdr70_eng_full.exe /w /v"/qb" >> English version START /WAIT /HIGH Acro-Reader_701_Update.exe /w /v"/qb" START /WAIT /HIGH Acro-Reader_702_Update.exe /w /v"/qb" START /WAIT /HIGH Acro-Reader_703_Update.exe /w /v"/qb" ECHO. ECHO Se ha instalado Adobe Acrobat Reader 7.0.3 >> Spanish version ECHO Adobe Acrobat Reader 7.0.3 had been installed >> English version ECHO --------------------------------------------------------------- ECHO. Just works
  3. hi all i used nlite to make my unattended cd.every things works fine.except this shadows for desktop icons. so i did a lot of search to solve this problem.and found following solution. but non of them worked PERFECTLY. 1---- [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ListviewShadow"=dword:00000001 2---- pls check following attachment(1.reg) 3-- visual effect changer xp tool.which apply visual effects at first boot through runonceEX.(it working some times.and failed a lot of times.) so,can u ppl suggest me a sure shot method for this problem? pls help me thanks. ** where to change windows shutdown screen.is it shell32.dll? 1.reg
  4. This is a very nice scipt that I will be using. I was wondering though ( and please forgive my newbness if this is already answered someplace else ) is it possible to add a few lines to this to prompt for CD key as well. It would be handy for us who have more than one copy of XP something like: k = ws.RegRead(p3 & "CDkey") ck = InputBox("Enter Your XP CD Key", k) If ck <> "" Then ws.RegWrite p3 & "CDKey", ck End If Thanks
  5. Hello all I'm trying to build a multi-os boot dvd (including UBCD4win & UBCD). I've built the UBCD combo and menu works fine, and I've used flyakite's boot dvd to add windowsxp pro and windows 2000 sp4 to the disk, I'm using UBCD's menu system to navigate the disk. My problem is that I need to install on about 10 computers, and it's a make-shift lab (we hardly got funding as it is) so I don't have a db or anything to call the computer info from. So I was wondering if anyone knew of a way that I could set up a script to prompt the user for the computer name, product key, account name, and admin pw, before windows starts installing. So I could enter the data, then go back to helping the students, and a hour or two later come back to a windows desktop ready to go (I've already added all the needed programs to install themselves ) with unique names, keys, etc.
  6. I use Regseeker:fast,reliable and free!
  7. I've Made a Multi DVD that has: XP Home XP Pro XP Home SP2 XP Pro SP2 And i want to be able to have apps install with windows is there any way to do that? If There is a guide can you point me to it
  8. I got the drivers from promise site and stuck on a floppy but it didn't like it. What's the solution
×
×
  • Create New...