Jump to content

Cmd file: some gui that i don't want and some stuf


Jedi82

Recommended Posts

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:

[.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?

Edited by Jedi82
Link to comment
Share on other sites


greeeeat but...i only reduce the program list:):) 4 these one?

[.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

Edited by Jedi82
Link to comment
Share on other sites

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

Edited by Jedi82
Link to comment
Share on other sites

greeeeat but...i only reduce the program list:):) 4 these one?

[.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?

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. :)

The others, check in dos window, to ensure the directory names are correct. You may not be able to delete system shell folders.

Edited by MHz
Link to comment
Share on other sites

@ 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!

Link to comment
Share on other sites

sorry for the serial! I will try Nero with /S...

but for this one? No chance?

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

Edited by Jedi82
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...