Jump to content

Foxen

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Everything posted by Foxen

  1. According to MS it's supposed to be like that. No unattended options on their Beta software. Just wait until their final release.
  2. It worked great! I have: ECHO. ECHO Starting installation of Applications ECHO OFF set /p java=Do you want to install Java? set /p directx=Do you want to install DirectX? set /p msnm=Do you want to install Messenger? set /p hotfix=Do you want to install Hotfixes? if %java%==y start /wait %systemdrive%\Install\Applications\Java\j2re-1_4_2_04-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" if %directx%==y start /wait %systemdrive%\Install\Applications\DirectX\DX9NTopk.exe if %msnm%==y start /wait %systemdrive%\Install\Applications\MSN\MsnMsgs.msi /QB if %hotfix%==y start /wait %systemdrive%\Install\Applications\Hotfixes\hotfix.exe /passive /norestart /o /n set java= set directx= set msnm= set hotfix= And after answering y for every question it installed only the desired programs. Very useful when creating a DVD and put all the programs in it without having to install them all. Thanx!
  3. Is there an easier way? Any link about how to do that? I'm n00bish about this stuff. Leave blank after set directx=?
  4. It works for me with the "AcroStan.msi /qb", but I get the danish language instead of the swedish. When I try it with the "/L" switch I get the an errormessage about using "wrong parameters". What to do to get it installed in swedish?
  5. Can't find anywhere discribed for the Pro version. Please give me a link if you find it... Thanx!
  6. Is it possible to integrate an option every time a program is about to install silently? Like ECHO. ECHO Install DirectX Y/N If Y: ECHO Installing DirectX 9.0b... ECHO Please wait... start /wait %systemdrive%\Install\Applications\DirextX\DX9NTopk.exe I know the above code isn't right! Hope you know what I mean...
  7. Anyone knows how to make it run unattended and silently? Forgot: This applies to Version 6!!!
  8. Anyone who likes the free ZIP utility "Ultimate Zip" and knows how to make it run silently? Homepage: http://www.ultimatezip.com/
×
×
  • Create New...