View Single Post
Old 28-04-2007, 16:58   #1017
Capitan_J
Senior Member
 
L'Avatar di Capitan_J
 
Iscritto dal: May 2005
Messaggi: 1802
Ragazzi 2 cose:

Non mi installa startup.cpl anche se durante l'instal di XP vedo che lo installa e mi chiede l'ok!!!

Ho sbagliato qui?
Codice:
echo Installazione StartupCPL
start /wait %systemdrive%\applications\StartupCPL.exe /s
echo.
Seconda cosa...
A quanto pare su Installazione/applicazioni non mi fa vedere i language pack...
Eppure ho fatto come descritto in 1a pagina (aprirli con winrar e scompattare i file, creare archivi autoestraenti di questi file e mettere nella sezione "esegui dopo l'estrazione" il file da eseguire col parametro silent /Q:
per Microsoft .NET Framework 1.1 LangPack è: inst.exe /Q
per Microsoft .NET Framework 2.0 LangPack è: install.exe /Q).

Questo è il .bat:

Codice:
@echo off
echo Installazione Langpack ITA FW1.1
start /wait %systemdrive%\applications\netfrwrk\LANGPACKFRWOK1.1.EXE /s
echo.
echo Installazione Langpack ITA FW2
start /wait %systemdrive%\applications\netfrwrk\LANGPACKNETFX_2.EXE /s
echo.
echo Installazione Langpack ITA FW3
start /wait %systemdrive%\applications\netfrwrk\NTFX3LANGPACKIT.EXE /s
echo.
echo Installazione Flash Player
start /wait %systemdrive%\applications\INSTALL_FLASH_PLAYER.EXE /s
echo.
echo Installazione Shockwave Player
start /wait %systemdrive%\applications\Shockwave10.1.4.020_Slim.exe /s
echo.
echo Installazione StartupCPL
start /wait %systemdrive%\applications\StartupCPL.exe /s
echo.
Qualche consiglio?
__________________
LoVe hAtE
Capitan_J è offline   Rispondi citando il messaggio o parte di esso