Jump to content

Install automatic setup


Recommended Posts

Hello

Can some one help me out i want install those programs from CMD command.

I want install this without press next everytimes

Here is my CMD command

CLS

@echo off

Titel Automatische installatie van windows.

echo.

echo//////////////////////////////////////////////////////////////////

echo welkom bij de automatische installatie van windows

echo Hier volgt de stappen plan voor de persoonlijke installatie

echo/////////////////////////////////////////////////////////////////

echo.

echo bezig met het installeren van Chipset

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\Chipset\Chipset\AsusSetup.exe /s /noreboot

echo.

echo bezig met het installeren van Netframework 3.5

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Net3.5.exe /s /noreboot

echo.

echo bezig met het installeren van Geluid

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\Chipset\Audio\AsusSetup.exe /s /noreboot

echo.

echo bezig met het installeren van Activesync

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Activesync.msi /s /noreboot

echo.

echo bezig met het installeren van Adobe PDF

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\AdobePDF.exe /s /noreboot

echo.

echo bezig met het installeren van Videokaart 8600GT

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Videokaart.exe /s /noreboot

echo.

echo bezig met het installeren van Imageburn

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Imageburn.exe /s /noreboot

echo.

echo bezig met het installeren van CK3

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\CK3.exe /s /noreboot

echo.

echo bezig met het installeren van HP2575

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\HP2575.exe /s /noreboot

echo.

echo bezig met het installeren van Remotely anywhere 2009

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Remote.msi /s /noreboot

echo.

echo bezig met het openen van serial Remotely anywhere 2009

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Serial.txt

echo.

echo bezig met het installeren van Imageburn

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Imageburn.exe /s /noreboot

echo.

echo bezig met het installeren van Samsung pc studio

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\install\Samsung.exe /s /noreboot

echo.

echo bezig met het installeren van ACPI

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\ASUS\ACPI\AsusSetup.exe /s /noreboot

echo.

echo bezig met het installeren van Ai Direct link

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\ASUS\Ai_DirectLink_V10024\AsusSetup.exe /s /noreboot

echo.

echo bezig met het installeren van Probe II

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\ASUS\ProbeII_V10472_XPVistaWin7\AsusSetup.exe /s /noreboot

echo.

echo bezig met het installeren van AI Suite

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\ASUS\Ai_Suite_V10532\AsusSetup.exe /s /noreboot

echo.

echo bezig met het starten van het schoonmaak

echo even geduld de installatie wordt uitgevoerd

start /wait %systemdrive%\start\Clean.cmd /s /noreboot

Link to comment
Share on other sites


I do not know if you are using all the same switches properly. Also this:

start /wait %systemdrive%\install\Serial.txt

You're just going to get a notepad to open probably. I'll move this topic to Applications forum, there are answers there about the correct switches to do a silent install.

Link to comment
Share on other sites

I do not know if you are using all the same switches properly. Also this:

start /wait %systemdrive%\install\Serial.txt

You're just going to get a notepad to open probably. I'll move this topic to Applications forum, there are answers there about the correct switches to do a silent install.

No i will remove that TXT

And yes move it if you want to

Edited by Elitebravo
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...