Help - Search - Members - Calendar
Full Version: Cmd file: some gui that i don't want and some stuf
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Jedi82
hy guys, i'm maybe finishing my una installation but i don't understand how to never see GUI interface during my cmd setup of programs. I see the gui of:


CODE
[.NET Framework+sp1+language pack ITA]
ECHO wait...
start /wait %systemdrive%\install\netfxsp1.exe (Ryan pack)
ECHO wait...
start /wait %systemdrive%\install\langpack.exe /q:a /c:"inst /q"

ECHO.
ECHO [Msn Messenger]
ECHO wait...
start /wait %systemdrive%\install\MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE="" /qb

ECHO [K-lite mega codec pack]
ECHO wait...
start /wait %systemdrive%\install\klmcodec133.exe /loadinf=%systemdrive%\install\silent.inf /silent

ECHO [Tweakui Xp]
ECHO wait...
start /wait %systemdrive%\install\Tweakui.msi /qb

ECHO [Nero Burning Rom+Language pack ITA]
start /wait %systemdrive%\install\Nero-6.6.0.14_ita.exe /silent /no_ui /noreboot /SN=xxx/WRITE_SN


where i am wrong? what must i add or delete to not see the guy and make all very very silently?
MHz
Inno Setups are very silent with /VerySilent.
MSIs use /qn instead of /qb for very silent.
newwink.gif
Jedi82
greeeeat but...i only reduce the program list:)smile.gif 4 these one?

CODE
[.NET Framework+sp1+language pack ITA]
ECHO wait...
start /wait %systemdrive%\install\netfxsp1.exe (Ryan pack)
ECHO wait...
start /wait %systemdrive%\install\langpack.exe /q:a /c:"inst /q"

ECHO [Nero Burning Rom+Language pack ITA]
start /wait %systemdrive%\install\Nero-6.6.0.14_ita.exe /silent /no_ui /noreboot /SN=xzzzzzzzzzzzzzzzz /WRITE_SN
Jedi82
also, why this one doesn't work for me?

CODE
regsvr32 /S /u mydocs.dll
RD /S /Q "%systemdrive%\Documents and Settings\Administrator\Documenti\Musica"
RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documenti\Musica"
RD /S /Q "%systemdrive%\Documents and Settings\Administrator\Documenti\Immagini"
RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documenti\Immagini"
regsvr32 /S mydocs.dll
Yzöwl
@Jedi82 please remove your serial number
MHz
QUOTE (Jedi82 @ Jun 24 2005, 01:18 AM)
greeeeat but...i only reduce the program list:)smile.gif 4 these one?

CODE
[.NET Framework+sp1+language pack ITA]
ECHO wait...
start /wait %systemdrive%\install\netfxsp1.exe (Ryan pack)
ECHO wait...
start /wait %systemdrive%\install\langpack.exe /q:a /c:"inst /q"

ECHO [Nero Burning Rom+Language pack ITA]
start /wait %systemdrive%\install\Nero-6.6.0.14_ita.exe /silent /no_ui /noreboot /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN

*

Nero uses a winrar archive. /S maybe used, instead of /silent?

QUOTE (Jedi82 @ Jun 24 2005, 01:19 AM)
also, why this one doesn't work for me?

regsvr32 /S /u mydocs.dll
RD /S /Q "%systemdrive%\Documents and Settings\Administrator\Documenti\Musica"
RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documenti\Musica"
RD /S /Q "%systemdrive%\Documents and Settings\Administrator\Documenti\Immagini"
RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documenti\Immagini"
regsvr32 /S mydocs.dll
*

You are doing mydocs.dll twice. Once silent, the other not. Thanks Yzöwl for correction. smile.gif
The others, check in dos window, to ensure the directory names are correct. You may not be able to delete system shell folders.
Yzöwl
@ MHzNo he's not, he's unregistering mydocs.dll silently, removing the My Music and My Pictures directories and the silently registering mydocs.dll again!

Is there any chance you could remove his serial you've now just quoted too!
Jedi82
sorry for the serial! I will try Nero with /S...

but for this one? No chance?

CODE
regsvr32 /S /u mydocs.dll
RD /S /Q "%systemdrive%\Documents and Settings\Administrator\Documenti\Musica"
RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documenti\Musica"
RD /S /Q "%systemdrive%\Documents and Settings\Administrator\Documenti\Immagini"
RD /S /Q "%systemdrive%\Documents and Settings\All Users\Documenti\Immagini"
regsvr32 /S mydocs.dll
Yzöwl
The serial is in your first post too...

also it may be worth trying to include the path to regsvr32 e.g.
    %systemroot%\system32\regsvr32.exe /s /u mydocs.dll
Lost Soul
@Jedi82

bump,,,, nm
Jedi82
QUOTE (Yzöwl @ Jun 23 2005, 11:03 PM)
The serial is in your first post too...

also it may be worth trying to include the path to regsvr32 e.g.
    %systemroot%\system32\regsvr32.exe /s /u mydocs.dll
*


i'm right now tring with the full path, just wait and i will let you know thumbup.gif thumbup.gif
Jedi82
nothing, no nero language pack, no del of the folders Music and Photos were good...**** is so hard to understand!!!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.