DaRKNeSS666NL Posted May 10, 2004 Posted May 10, 2004 HiI am trying now already for some days to instal some of mine apps.I have searched and red the forums for the switches to use and tryed them all.Nothing seems to work for me and I think it is because al those switches using;apps_name.msi and I have only apps_name.exe (adobe reader, deamontools).I have searched the web for those msi but cant find them on the homepages.I now realy stuk.Please can someone get me on the right track again.ThanksDaRKNeSSMy runoncecmdow @ /HID@echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalatie van de diverse APPS en Hotfixes" /f REG ADD %KEY%\001 /VE /D "Boot Image" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\Bootlogo\bootlogo.cmd /qn" /f REG ADD %KEY%\005 /VE /D "kb817778" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Hotfix2\kb817778.exe /q /n /o /z" /f REG ADD %KEY%\010 /VE /D "q832483" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Hotfix2\q832483.exe /T:%systemdrive%\Install\tmp2 /c:\"%systemdrive%\Install\tmp2\dahotfix.exe /q /n\" /q" /f REG ADD %KEY%\015 /VE /D "Instalatie van Adobe NL" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Adobe\Adobe.exe -p"-s /v\"/qn\"" REG ADD %KEY%\020 /VE /D "Instalatie van Daemon Tools" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Daemon\Daemon.exe /Reboot=Suppress /qn" /f REG ADD %KEY%\025 /VE /D "Instalatie van Microsoft Active Sync" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\Pda\MSasync\setup.exe /qn" /f REG ADD %KEY%\030 /VE /D "Instalatie van Winrar" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Winrar\winrar.exe /s" /f rem REG ADD %KEY%\035 /VE /D "Instalatie van Winzip" /frem REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\Winzip\Winzip.exe /qn" /f REG ADD %KEY%\035 /VE /D "Instalatie van Getright" /fREG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\Getright\Getright.exe /s" /f REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\Install\A_RegTweaks.reg" /f REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\085 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /f EXIT
DaRKNeSS666NL Posted May 10, 2004 Author Posted May 10, 2004 Forget one thing I am using an pda anybody knows how to silent install ms active sync.Cant find any thing about it in the forums and on the ms homepage.DaRKNeSS
Alanoll Posted May 10, 2004 Posted May 10, 2004 looks to me like you guessed at half the switches.look here for Acrobat: http://unattended.msfn.org/xp/applications/adobereader6.htmWhen the Daemon tools installation starts up, (not the first one, but the ACTUAL installation, there are two windows) go to your temp folder, and in a subfolder in there is the MSI.Winzip isn't /qn. http://www.msfn.org/board/index.php?showtopic=10618
DaRKNeSS666NL Posted May 10, 2004 Author Posted May 10, 2004 AlanollI Know That winzip isn't going to work that way. I had already found a topic about winzip. That is why I put rem in front of it to take a look at it in a latter stadium.About adobe I think a took the exact line from msfn?ECHO.ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_basic.exe -p"-s /v\"/qn\""Wht is wrong with mine?Okee going to try to get the msi from daemon the way you described.Thanks for your help sofar.DaRKNeSS
DaRKNeSS666NL Posted May 10, 2004 Author Posted May 10, 2004 Okee fixed the adobe instal (didn't read that wel) grabed the cache folder under windows, and instaled with the .msi works fine.I am now working on daemon tools got a msi the way Alanoll told me to. But now getting the mesage "inproper comand line parameters" (don't know the english word for parameters).Must be a wrong switch I think. Going to look again for switches with the search. I think I will get it to work for me.DaRKNeSS
killerbee Posted May 10, 2004 Posted May 10, 2004 hi,daemon-tools work with this onedaemon.msi Reboot=ReallySuppress /qbfor me at least...cyaKiller Bee
DaRKNeSS666NL Posted May 10, 2004 Author Posted May 10, 2004 Okee found a nother key that works for medaemon.msi Reboot=Suppress /qn" /fAt first I had put a / between .msi and Reboot that is why it didn't worked the first few times.DaRKNeSS
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now