Home / Microsoft / Microsoft DOS / command in DOC for doing the silent installation without any popup ?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] - (Bottom) Print
Author Topic: command in DOC for doing the silent installation without any popup ?  (Read 1944 times)
navneet
Topic Starter
Newbie



Posts: 1


« on: January 05, 2009, 07:10:45 AM »

What command i have to use , to do the silent installation by .bat file so that during installation , it should not give any poup wizard.
IP logged
diablo416
Hopeful



Posts: 333




« Reply #1 on: January 05, 2009, 07:15:46 AM »


try this,

CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

^ put the above in a .vbs file, file.vbs

Then use wscript.exe to start your batch file
wscript.exe "c:\file.vbs" "c:\other folder\batch.bat"
IP logged
Pages: [1] - (Top) Print 
Home / Microsoft / Microsoft DOS / command in DOC for doing the silent installation without any popup ? « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.07 seconds with 20 queries.