Jump to content

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


Recommended Posts

Posted (edited)

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

Posted

Inno Setups are very silent with /VerySilent.

MSIs use /qn instead of /qb for very silent.

;)

Posted (edited)

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
Posted (edited)

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
Posted (edited)
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
Posted

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

Posted (edited)

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
Posted

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

Posted
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:thumbup

Posted

nothing, no nero language pack, no del of the folders Music and Photos were good...**** is so hard to understand!!!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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