Autore Topic: Creazione Installazione automatica con Dosbox con windows  (Letto 10791 volte)

0 Utenti e 1 Visitatore stanno visualizzando questo topic.

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Le installazione preconfigurate di Windows 3.1/3.11 nessuno sa come si creano?

Io ho creato questa installazione

Inserisco la parte finale del file "dosbox.conf", creata da me

Creata x Bermuda Syndrome

Codice: [Seleziona]
[autoexec]
SET BLASTER=A220 I7 D1 H5 P330 T6
ver set 6 22
mount C "C"
imgmount d "cd iso\Bermuda Syndrome.cue" -t cdrom
echo off
cls
echo.
echo                                       Bermuda Syndrome
echo ********************************************************************************
echo.
echo 1. Install
echo 2. Play
echo 3. Setup Max - Min
echo 4. Exit
choice /c12345
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
:1
c:
if exist c:\autoexec.bat goto video
if not exist c:\autoexec.bat goto I
if exist c:\windows\system\svgaptch.exe goto I2
if not exist c:\windows\system\svgaptch.exe goto I3
:I
cls
type INFO.TXT
pause
if exist c:\win311\8514.DR_ goto setup
if not exist c:\win311\8514.DR_ goto I
:setup
cls
echo on
cd win311
setup /I
:video
if exist c:\windows\system\svgaptch.exe goto win
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP
cd windows
setup
copy c:\svgaptch.exe c:\windows\system
cd c:\windows\system
svgaptch -p
cd\
goto win
:win
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP
win
exit
:2
if not exist c:\windows\bermuda.ini goto 1
cls
echo on
c:
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP
WIN C:\RUNEXIT D:\BERMUDA\SCN\BERMUDA.EXE
goto 4
:3
if not exist c:\windows\bermuda.ini goto 1
cls
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP
WIN C:\RUNEXIT.EXE D:\SETUP.EXE
goto 4
:4
exit
:5
c:


Ho ancora da fare alcune modifiche

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #1 il: 30 Mar 2014 22:55:22 »
Da quello che sono venuto a conoscenza si tratta del file "setup.inf", nessuno sa editare modificare questo file?

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #2 il: 31 Mar 2014 10:12:13 »
Citazione
sono punto e a capo, sono cose che già so, devo editare il file setup.inf, cmq controllo

Controllato risono punto e a capo

Setup.inf devo modificarlo x creare l'installazione
« Ultima modifica: 31 Mar 2014 15:00:27 da Fato »

Offline echelon

  • Ufficiale
  • *****
  • Post: 1.321
  • Karma: +4/-0
  • La fortuna? Occorre andarsela a cercare.
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #3 il: 31 Mar 2014 18:24:10 »
Ma non sarebbe meglio utilizzare un software installer freeware?
Come hanno fatto per le installazioni automatiche sul sito francese Lost Treasures?


In questa maniera partendo dalla/e ISO, dall'installato del gioco già ottimizzato (configurazione audio/video) sotto dosbox/win3.11 e dal dosdbox stesso autopartente, puoi creare il file d'installazione con il programma installer freeware (ce ne sono diversi, vedi quello che trovi più comodo usare, basta googlare). Ovviamente il prodotto finito conterrà "tutto" e sarebbe subito giocabile dopo la semplice installazione senza perdere tempo in affinamenti tecnici.

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #4 il: 31 Mar 2014 22:22:52 »
Penso che windows 3.11 non abbia un installer free, poi ben venga

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #5 il: 02 Apr 2014 10:15:29 »
Questa informazione l'avevo già estrapolata " comando: " setup/?>file.txt ""

Installazione eseguita senza driver

Setup.shh

Codice: [Seleziona]
[sysinfo]
;
; Use this section to specify whether you want Setup to display the
; System Configuration screen. Specify "yes" to display the screen and "no"
; if you don't want the screen displayed. (The default value is "no".)
;
; You may want to display and review the System Configuration screen so
; that you can confirm the configuration settings before continuing with
; Setup.

showsysinfo=NO



[configuration]
;
; Use this section to specify the various devices on your system. You can
; find the values for each variable in the SETUP.INF file. If you omit an
; entry, Windows uses the detected or default device.
;
; If you are updating Windows, some of these entries will be ignored and
; Windows will use the devices that are already installed. If you want to
; force the update and override the installed device, precede the value
; with an exclamation point (!), for example, display = !vga. Only the
; Machine, Display, Mouse devices require an exclamation point
; for overriding the installed device during an upgrade.

; Machine profile string from [machine] section of SETUP.INF

machine = ibm_compatible

; Display profile string from [display] section of SETUP.INF

display = 8vga480

; Mouse profile string from [pointing.device] section of SETUP.INF

mouse = ps2mouse

; Network profile string from [network] section of WINNET.INF
; followed by version profile string from the appropriate
; [xxxxxxx.versions] section which identifies the network version.
; The following example will setup Windows using
; "Microsoft Workgroup (version 3.11)"


network = false


; Keyboard profile string from [keyboard.types] section of SETUP.INF

keyboard = t4s0enha

; Language profile string from [language] section of SETUP.INF

language = ita

; Keyboard Layout profile string from [keyboard.tables] section of SETUP.INF

kblayout = itadll

Driver = sndblst2.drv
Driver = mcicda.drv

[windir]
;
; Use this section to specify where to put Windows files. If a previous
; version of Windows is already set up in the specified directory, Setup
; will update it. If you do not specify a directory, or if the specified
; directory is not valid, Setup displays a dialog box asking you to specify
; the directory in which you want to set up Windows.

C:\WINDOWS



[userinfo]
;
; Use this section to specify the user and company name. The first line
; specifies the user's name. This line is required. The second specifies
; the company name, and is optional. Both names can be up to 30 characters
; long and must be enclosed in double quotation marks (" ") if they include
; blank spaces. The third line specifies the product number.
;
; If you do not specify a user name, a dialog box appears during Setup asking
; for the user's name.
;
; If you are setting up Windows across a network, the [userinfo] section
; will be ignored.
;
"Corrado C. Pubblico"    ; User Name   (30 chars MAX) (required)
"Microsoft Corporation"    ; Company Name (30 chars MAX) (optional)
111-1111111           ; Product No.  (16 chars MAX) (optional)

[network]
; Use this section to specify Microsoft Workgroup  network options
; and network adapters. This section will only be processed if
; the Network entry in the [configuration] section is a version of
; wfwnet (Microsoft Workgroup).
; Network = wfwnet/00026000

Network = FALSE

; MultiNet profile string from the [multinet] section of WINNET.INF
;

MultiNet=FALSE

; UserName (20 chars MAX)
;
; If you do not specify a user name, either the current user name setting
; from SYSTEM.INI is used, or a default value is used.
;

UserName = Dosbox

; Workgroup (15 chars MAX)
;
; If you do not specify a workgroup, either the current workgroup setting
; from SYSTEM.INI is used, or a default value is used.
;
WorkGroup =

; Computer Name (15 chars MAX)
;
; If you do not specify a computer name, either the current computername
; setting from SYSTEM.INI is used, or a default value is used.
;
ComputerName =

; ShowNames tells setup whether or not to display the user names
; to the user. Select "yes" to show the names to the user, or "no"
; if you do not want to display the names. The default value is "no".
;
ShowNames = yes

; MakeProtocol determines whether this file contains a default protocol.ini.
; If MakeProtocol is "yes", then the .SHH file will be copied as
; PROTOCOL.INI and the non-protocol.ini sections will be deleted. The
; section below called [protocol.ini] contains the names of the sections
; to delete to make a complete protocol.ini.
;
;   MakeProtocol = no   ; don't create a protocol.ini
;   MakeProtocol = yes  ; strip the .shh file copy to a new protocol.ini
;
; If the value is "no" but no previous protocol.ini exists, setup will
; prompt the user for a netcard and install default protocols.

MakeProtocol = no

[protocol.ini]
; Sections to be deleted from the .shh file in order to make protocol.ini
sysinfo=
configuration=
windir=
userinfo=
network=
protocol.ini=
dontinstall=
options=
printers=
endinstall=

[Install]



[dontinstall]
;
; Use this section to specify components that you do not want to set up
; on your system. By default, all components will be installed. If you do
; not want to set up a particular component, include it in this section.

accessories                ; Do NOT install accessories
readmes                    ; Do NOT install readme files
games                      ; Do NOT install games
screensavers               ; Do NOT install screen savers
bitmaps                    ; Do NOT install bitmaps


[options]
;
; Use this section to specify whether you want to set up applications
; during Setup, and/or start the Windows Tutorial at the end of Setup.
; If you don't want any of these options, you can omit this section.
;
; If you choose to set up applications, you can either set them up
; interactively during Setup (you choose which applications you want to set
; up,) or you can specify that you want Setup to automatically set up all
; applications found on your hard disk.
;
; If you specify both "setupapps" and "autosetupapps", all applications on
; your hard disk will be set up.
;

setupapps =

[printers]
;
; Use this section to specify any printers you want to set up. You specify a
; printer description and a port. Values for the printer description
; variable are listed in the [io.device] section of the CONTROL.INF file.
; Values for the port variable are listed in the [ports] section of the
; WIN.INI file.
;
; The printer description must be enclosed in double quotation marks (" ")
; if it contains blank spaces. The port value must appear exactly as it does
; in the WIN.INI file. If you do not want to set up a printer, omit this
; section.
;


[endinstall]
;
; Use this section to specify whether you want Setup to make modifications
; to the CONFIG.SYS and AUTOEXEC.BAT files and whether you want Setup to
; exit to DOS or restart your system when it has finished installing Windows.
;
; The "configfiles" entry specifies whether Setup should modify the
; CONFIG.SYS and AUTOEXEC.BAT with the necessary changes, or whether Setup
; should save the proposed changes in separate files called CONFIG.WIN and
; AUTOEXEC.WIN in your WINDOWS directory. If you choose the latter, you must
; make the changes yourself.
;
; You can specify one of the following entries.
;
; configfiles = modify              ;writes modifications back to source.
; configfiles = save                ;saves changes to alternate (*.win) files.
;
; If  you do not specify a "configfiles" entry, the CONFIG.SYS and
; AUTOEXEC.BAT files will be modified by Setup.
;
; The "endopt" entry specifies what happens at the end of Setup. You can
; specify one of the following entries.
;
;     endopt = exit        ; Setup exits to DOS
;     endopt = reboot      ; Setup reboots your computer
;
;     NOTE: 'endopt = restart' is not valid for Microsoft Workgroup.
;      If you specify restart, the exit option will be taken instead.
;
; If you do not specify an "endopt" entry, a dialog box appears at the end
; of Setup asking the user to choose from the two options.
;
; If you are using the network option for setting up Windows (Setup /n), the
; reboot option is not valid. Setup will exit to DOS instead of rebooting
; your system.
;
; If you exit to DOS, you must still reboot your computer before starting
; Windows for Workgroups for the first time so that the correct network
; device drivers will be loaded.
;
;configfiles = save
endopt      = reboot

Dosbox.conf

Codice: [Seleziona]
[sdl]
fullscreen=false
fulldouble=false
fullresolution=original
windowresolution=original
output=direct3d
autolock=true
sensitivity=100
waitonerror=true
usescancodes=true
priority=higher,normal
mapperfile=.\mapper.txt

[dosbox]
language=
machine=svga_s3
captures=.\
memsize=16

[render]
frameskip=0
aspect=false
scaler=normal2x

[cpu]
core=auto
cputype=auto
cycles=auto
cycleup=10
cycledown=20

[mixer]
nosound=false
rate=44100
blocksize=1024
prebuffer=10

[midi]
mpu401=intelligent
mididevice=default
midiconfig=

[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplrate=44100
oplemu=default

[gus]
gus=false
gusrate=44100
gusbase=240
gusirq=5
gusdma=1
ultradir=C:\ULTRASND

[speaker]
pcspeaker=true
pcrate=44100
tandy=auto
tandyrate=44100
disney=true

[dos]
xms=true
ems=true
umb=true
keyboardlayout=IT

[joystick]
joysticktype=none
timed=true
autofire=true
swap34=false
buttonwrap=false

[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled

[autoexec]
SET BLASTER=A220 I7 D1 H5 P330 T6
ver set 6 22
mount C "C"
imgmount d "cd iso\Bermuda Syndrome.cue" -t cdrom
echo off

cls
echo.
echo                                       Bermuda Syndrome
echo ********************************************************************************
echo.
echo 1. Install
echo 2. Install Bermuda
echo 3. Play
echo 4. Exit
choice /c12345
if errorlevel 5 goto 5
if errorlevel 4 goto 4
if errorlevel 3 goto 3
if errorlevel 2 goto 2
if errorlevel 1 goto 1
:1
mount -u c
mount c "c"
c:
cls
TYPE C:\INFO.TXT
PAUSE
if exist c:\windows\nul goto start
if exist c:\WIN311\NUL goto INSTALL
if not exist c:\WIN311\NUL goto 1
:INSTALL
C:
copy c:\SVGA256.DR_ C:\WIN311
cd win311
setup /H:C:\setup.shh
goto start
:start
echo on
C:
CLS
type "info.txt"
pause
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP
WIN
exit
:2
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP
Win c:\runexit d:\setup
exit
:3
C:\WINDOWS\SMARTDRV.EXE
PATH C:\WINDOWS;
SET TEMP=C:\WINDOWS\TEMP
Win c:\runexit d:\bermuda\scn\bermuda
exit
:4
exit




Mancano i driver Soundblaster + configurazione dei midi
« Ultima modifica: 02 Apr 2014 21:00:54 da Fato »

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #6 il: 02 Apr 2014 19:11:01 »
Se vuoi aiutarmi puoi testarlo fin da subito, scaricati la versione di windows 311 + svgaptch.exe + dosbox 0.74 + immagine CD di Bermuda Syndrome + salvi i file che ho postato + scaricati extpand.exe per estrarre il file SVGA256.DR_  -> applica la patch "svgaptch.exe" +  compress.exe x ricomprimere

Tools
http://www.japheth.de/Download/Win16/svgaptch.zip
http://www.conradshome.com/win31/files/compress.exe
http://www.conradshome.com/win31/files/expand.exe
Per Windows 3.11 mmm http://oscollect.old-dos.ru/OS/Windows/Final%20Releases/Windows%203.1/ non e più raggiungibile "Ritrovato"
ftp://oscollect:oscollect@old-dos.ru/OSCollect/OS/Windows/Final%20Releases/Windows%203.1/
http://www.shdon.com/files/runexit.zip

Bermuda syndrome si trova qui: arena80


Devo modificare anche Setup.ini x installare Driver audio
« Ultima modifica: 02 Apr 2014 20:58:35 da Fato »

Offline echelon

  • Ufficiale
  • *****
  • Post: 1.321
  • Karma: +4/-0
  • La fortuna? Occorre andarsela a cercare.
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #7 il: 03 Apr 2014 18:19:41 »
Penso che windows 3.11 non abbia un installer free, poi ben venga


Mi riferivo ai sistemi più evoluti.

Dopo aver verificato che Bermuda Syndrome si installa tranquillamente sotto win 3.x,

(click to show/hide)

ho creato una versione funzionate su win xp, vista 32/64, win 7 32/64 e molto probabilmente win 8.x 32/64, tramite un programma installer freeware (non c'è bisogno di scaricare l'immagine del CD):

http://www.4shared.com/file/ehohkJMSce/Bermuda_Syndrome.html

Per lanciare il gioco usare il collegamento su desktop (dopo l'installazione naturalmente). Per uscire premente [ALT]+[F4] seguito da [INVIO] per due volte. Va disinstallato, una volta finito o provato, dall'utilità del pannello di controllo del Vs windows e, in questo caso, i salvataggi non verranno cancellati.

Codice: [Seleziona]
Bermuda Syndrome keys definition:
=================================

LEFT / RIGHT: While standing - walk respectively
While crouching - roll
While holding weapon - sidestep

SHIFT: While holding weapon - take away weapon

SHIFT + LEFT / RIGHT: Run

UP: While standing - jump up
While crouching - stand up
While holding weapon - aim
While running - jump ahead farther

SHIFT + UP: While standing - jump ahead

DOWN: While standing - crouch
While holding weapon - crouch, reload weapon
While standing on the edge of the platform - climb down

UP - HOLD: While standing under the platform - climb up to it

SHIFT + DOWN - HOLD: While standing on the edge of the platform - hang down

TAB: Inventory and in-game menu

CTRL: Status display

ENTER: Use currently selected object or pefrorm selected action

SPACE: When standing - upholster weapon
Holding weapon - shoot
Holding sword - slash

LEFT / RIGHT + SPACE: When holding sword - sting

Fonte: http://www.oldgames.sk/en/game/bermuda-syndrome/download/2195/


Metto a disposizione disposizione qualche screens di prova; il gioco comunque andrà a tutto schermo:

(click to show/hide)


Bermuda Syndrome è già patchato in italiano con i file di traduzione scaricati da  http://www.oldgamesitalia.net/traduzioni/bermuda-syndrome 
Ringrazio il team di traduzione.


Per i più sgamati, consiglio di giocare il titolone qual'è Bermuda Syndrome su PSP (avevo già segnalato)

Infine ricordo che tutti i giochi pubblicati per win 3.x (16 bit) si installano e girano sotto win 9x (16/32 bit), e che in questa maniera è possibile fornire i giochi con installazione automatica intesa conma ottimizzazione dei vecchi sistemi operativi, sui nuovi, installando i vecchi sulle versioni evolute di dosbox.

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #8 il: 03 Apr 2014 22:10:17 »
Forse non hai capito, "Creazione Installazione automatica con Dosbox con windows" bada caso é uscito il titolo "Bermuda Syndrome" io volevo installare Windows con tutti i Driver senza perdere tempo di configurare i driver Video + Audio "installare"

MCI AUDIO aggiunto

Citazione
Installato tutto senza configurare niente  :comeon:

AAaaaa
aaaaaaaaaaa, configurazione Midi  :sbattimento:

Ho voluto strafare , ... Ho fatto solo casino


Cmq i file sono setup.shh setup.ini - system.sr_
« Ultima modifica: 04 Apr 2014 01:29:24 da Fato »

Offline Vitali80

  • Kombattente di Mortal Kombat II
  • Ufficiale
  • *****
  • Post: 6.427
  • Karma: +4/-0
  • Mi trovate alla Tana di Goro, oltre il portale.
    • Mostra profilo
    • Il Mondo dei Vecchi Giochi
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #9 il: 04 Apr 2014 01:21:08 »
Mi spiace non essere d'aiuto Fato ma voglio farti una domanda. Per caso la tua installazione vorrebbe essere come quella dei giochi GOG? Cioè che si installano su Windows ma usano comunque DOSBox?



Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #10 il: 04 Apr 2014 01:50:52 »
Un file batch che installa windows + il gioco senza configurare niente avevo installato windows con tutto mancava configurazione  midi


Ripropongo tutto prima che RI-crei disastri

Setup.inf
Codice: [Seleziona]
;; Windows for Workgroups 3.11
;; SETUP.INF
;; Copyright (c) Microsoft Corporation, 1991-1993

[setup]
    help = setup.hlp

;   Place any programs here that should be run at the end of setup.
;   These apps will be run in order of their appearance here.
[run]

[dialog]
    caption   = "Installazione di Windows"
    exit      = "Esci dall'installazione di Windows"
    title     = "Installazione di Windows per Workgroup 3.11"
    options   = "Oltre ad installare Windows per Workgroup si può:"
    printwait = "Attendere che l'impostazione delle stampanti venga completata..."
copywait= "\nMicrosoft Windows per Workgroup 3.11\n\n   - Se non si ha alcuna familiarità con Windows si consiglia\n     la lettura del capitolo 3 ''Panoramica di Microsoft\n     Windows'' nella Guida introduttiva.\n\n"
copywait5="\nAssicurarsi di aver compilato la scheda di registrazione per la propria copia di Microsoft Windows per Workgroup 3.11.\nLa registrazione di Windows consente di usufruire della notificazione di aggiornamenti e di nuovi prodotti."

[data]
; Disk space required
; <type of setup>= <Full install space>, <Min install space>

    upd2x386full = 19000000,14000000 ; 19.0 Mb, 14.0 Mb     2.x -> WFW 3.11
    upd30386full = 14500000,10500000 ; 14.5 Mb, 10.5 Mb     3.0 -> WFW 3.11
    upd31386full = 10500000, 7500000 ; 10.5 Mb,  7.5 Mb     3.1 -> WFW 3.11
    updWW386full =  6000000, 3500000 ;  6.0 Mb,  3.5 Mb     WFW 3.1  -> WFW 3.11
    updW1386full =  3000000, 2000000 ;  3.0 Mb,  2.0 Mb     WFW 3.11 -> WFW 3.11
    new386full   = 19000000,14000000 ; 19.0 Mb, 14.0 Mb

    netadmin     = 29000000          ; 29.0 Mb
    netadminupd  = 29000000          ; 29.0 Mb
    upd2x386net  = 1300000           ;  1.3 Mb
    upd30386net  = 1300000           ;  1.3 Mb
    upd31386net  = 1300000           ;  1.3 Mb
    new386net    = 1300000,1300000   ;  1.3 Mb,  1.3 Mb

; Defaults used in setting up and names of a few files
    startup   = WIN.COM
    defdir    = C:\WINDOWS
    defdevdir = C:\NET
    shortname = Windows
    welcome   = "Microsoft Windows per Workgroup 3.11"
    deflang   = ita
    defxlat   = 850
    defkeydll = itadll
    register  = "regedit /s /u setup.reg"
    tutor     = "wintutor.exe "
    winsetup  = "winsetup.exe"
    NetSetup  = FALSE
    MouseDrv  = TRUE
    partial   = FALSE
    Version   = "3.11.050"
    dosmemK   = 410

    ; MS-DOS Driver Versions
    ; These are the version numbers of the drivers that we are shipping
    ; with Microsoft Windows.
    himem.sys.hi     = 0x0310
    himem.sys.lo     = 0x0300
    smartdrv.exe     = 0x0500
    ramdrive.sys     = 0x18F5
    emm386.exe     = 0x0430

; This is data needed by the MS-DOS half of setup so that it can copy the
; proper kernel and start Windows for the GUI portion of setup.
;
; ** MS-DOS documentation says that first byte of command line for 4a call
; ** should be space. ==> in execcmd RHS leave first space as it is now
[winexec]
    execstd   = "dosx.exe "
    execcmd   = " krnl386.exe /b /q:"
    exechimem = "xmsmmgr.exe"
    himemcmd  = ""
    Krnl386   = 1:krnl386.exe
    dosx      = 2:dosx.exe

; Names of the disks Setup can prompt for.
[disks]
    1 =. ,"Disco 1 di Microsoft Windows per Workgroup 3.11",disk1
    2 =. ,"Disco 2 di Microsoft Windows per Workgroup 3.11",disk2
    3 =. ,"Disco 3 di Microsoft Windows per Workgroup 3.11",disk3
    4 =. ,"Disco 4 di Microsoft Windows per Workgroup 3.11",disk4
    5 =. ,"Disco 5 di Microsoft Windows per Workgroup 3.11",disk5
    6 =. ,"Disco 6 di Microsoft Windows per Workgroup 3.11",disk6
    7 =. ,"Disco 7 di Microsoft Windows per Workgroup 3.11",disk7
    8 =. ,"Disco 8 di Microsoft Windows per Workgroup 3.11",disk8
    9 =. ,"Disco 9 di Microsoft Windows per Workgroup 3.11",disk9

[windows]
    1:setup.hlp
    1:setup.txt
    2:win.src,    Net
    2:system.src, Net
    1:winsetup.exe
    1:winhelp.exe
    1:control.hlp

[windows.system]
    1:gdi.exe
    1:user.exe
    1:win.cnf
    2:lzexpand.dll
    2:ver.dll
    2:shell.dll
    1:wfwsetup.dll
    2:commdlg.dll
    2:commctrl.dll
    1:ncdw.dll
    2:sconfig.dll

[windows.system.386]
    2:cpwin386.cpl

[386max]
    2:386max.vxd
    2:windows.lod

[bluemax]
    2:bluemax.vxd
    2:windows.lod

[shell]
    progman.exe,  "Program Manager"

; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: !!! The description strings should not be changed.
; !!! Changing description strings can result in old drivers not being
; !!! upgraded since Setup uses the description string to determine what
; !!! driver is installed and whether a new, upgraded driver is provided
; !!! with this version of Windows.
; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
;

[display]
;profile = driver,         Description of driver,                            resolution,286 grabber,logo code, VDD,            386grabber,ega.sys,logo data,  optional work section
;                                                                                                                                             
8514     = 2:8514.drv,     "8514/a",                                         "100,120,120", , 2:vgalogo.lgo,   2:vdd8514.386,  2:vgadib.3gr,,  2:vgalogo.rle, 8514
8514s    = 2:8514.drv,     "8514/a (Small fonts)",                           "100,96,96",   , 2:vgalogo.lgo,   2:vdd8514.386,  2:vgadib.3gr,,  2:vgalogo.rle, 8514s
vga      = 2:vga.drv,      "VGA",                                            "100,96,96",   , 2:vgalogo.lgo,   x:*vddvga,      2:vga.3gr,,     2:vgalogo.rle
vga30    = 2:vga.drv,      "VGA (versione 3.0)",                             "100,96,96",   , 2:vgalogo.lgo,   2:vddvga30.386, 2:vga30.3gr,,   2:vgalogo.rle
svga     = 2:supervga.drv, "Super VGA (800x600, 16 colori)",                 "100,96,96",   , 2:vgalogo.lgo,   x:*vddvga,      2:vga.3gr,,     2:vgalogo.rle
8vga480  = 1:svga256.drv,  "Super VGA (640x480, 256 colori) ",               "100,96,96",   , 2:vgalogo.lgo,   2:vddsvga.386,  2:vgadib.3gr,,  2:vgalogo.rle, svga640
8vga600l = 1:svga256.drv,  "Super VGA (800x600, 256 colori, Large fonts)",   "100,120,120", , 2:vgalogo.lgo,   2:vddsvga.386,  2:vgadib.3gr,,  2:vgalogo.rle, svga800l
8vga600s = 1:svga256.drv,  "Super VGA (800x600, 256 colori, Small fonts)",   "100,96,96",   , 2:vgalogo.lgo,   2:vddsvga.386,  2:vgadib.3gr,,  2:vgalogo.rle, svga800s
8vga768l = 1:svga256.drv,  "Super VGA (1024x768, 256 colori, Large fonts)",  "100,120,120", , 2:vgalogo.lgo,   2:vddsvga.386,  2:vgadib.3gr,,  2:vgalogo.rle, svga768l
8vga768s = 1:svga256.drv,  "Super VGA (1024x768, 256 colori, Small fonts)",  "100,96,96",   , 2:vgalogo.lgo,   2:vddsvga.386,  2:vgadib.3gr,,  2:vgalogo.rle, svga768s
v7vga    = 2:v7vga.drv,    "Video 7 512K, 640x480 256 colori",               "100,96,96",   , 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,   2:vgalogo.rle, v7b
v7c      = 2:v7vga.drv,    "Video 7 512K, 720x512 256 colori",               "100,96,96",   , 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,   2:vgalogo.rle, v7c
v7d      = 2:v7vga.drv,    "Video 7 1Mb,  800x600 256 colori",               "100,96,96",   , 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,   2:vgalogo.rle, v7d
v7e      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colori (Large fonts)", "100,120,120", , 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,   2:vgalogo.rle, v7e
v7f      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colori (Small fonts)", "100,96,96",   , 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,   2:vgalogo.rle, v7f
xga16    = 2:vga.drv,      "XGA (640x480, 16 colori)",                       "100,96,96",   , 2:vgalogo.lgo,   2:vddvga30.386, 2:vga30.3gr,,   2:vgalogo.rle
xgasm    = 2:xga.drv,      "XGA (Small fonts)",                              "100,96,96",   , 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,   2:vgalogo.rle, xgasm
xgalg    = 2:xga.drv,      "XGA (Large fonts)",                              "100,120,120", , 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,   2:vgalogo.rle, xgalg
xgalo    = 2:xga.drv,      "XGA (640x480, 256 colori)",                      "100,96,96",   , 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,   2:vgalogo.rle, xgalo

[display.old]
; This section contains the names of all the videos that
; setup can detect. If the entry is not in the [display]
; section above, setup presents a warning to the user.
8514     = "8514/a"
cga      = "CGA"
egahibw  = "EGA bianco e nero (solo 286)"
egahires = "EGA"
egamono  = "EGA monocromatica (solo 286)"
hercules = "Hercules monocromatica"
hpmulti  = "HP CGA"
mcga     = "IBM MCGA (solo 286)"
olibw    = "Olivetti/AT&T monocromatica o schermo PVC"
plasma   = "Compaq Plasma portatile"
tiga1    = "TIGA"
v7vga    = "Video 7"
vga      = "VGA"
vgamono  = "VGA con schermo monocromatico"
xga16    = "XGA"



;
; Optional sections listed in field 9 of the display secton are intrpreted as follows:
;
; File, Destination, .ini file, Section, LHS, RHS
;
; Where:    x:File      = Optional; file to be copied, may be left null.
;           Destination = 0: for windows root or 0:system for system subdir
;                          where file is to be copied.
;           .ini file   = Optional; .ini file to be modified or created.
;                          Must be included if following parameters specified.
;           Section     = Section of .ini file to be modified.
;           OldLine     = Optional; old line to be removed from the .ini file.
;                          Only one occurence of the specified string is removed.
;           NewLine     = New text line to be written to the .ini file.
;
;[v7vga]
;x:v7vga.vxd, 0:system, system.ini, 386enh, "v7device=", "display=v7vdd.386"

[vgamono]
,,system.ini,386enh,"vgamono=","vgamono=TRUE"

[8514]
,,system.ini,8514.DRV,"dpi=","dpi=120"

[8514s]
,,system.ini,8514.DRV,"dpi=","dpi=96"

[v7b]
,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=640x480"
,,system.ini,v7vga.drv,"FontSize=","FontSize=small"

[v7c]
,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=720x512"
,,system.ini,v7vga.drv,"FontSize=","FontSize=small"

[v7d]
,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=800x600"
,,system.ini,v7vga.drv,"FontSize=","FontSize=small"

[v7e]
,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
,,system.ini,v7vga.drv,"FontSize=","FontSize=large"

[v7f]
,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
,,system.ini,v7vga.drv,"FontSize=","FontSize=small"

[xgasm]
,,system.ini,XGA_Display,"XGA_Resolution=",
,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"

[xgalg]
,,system.ini,XGA_Display,"XGA_Resolution=",
,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=2"

[xgalo]
,,system.ini,XGA_Display,"XGA_Resolution=","XGA_Resolution=1"
,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"

[svga640]
,,system.ini,svga256.drv,"resolution=","resolution=1"
,,system.ini,svga256.drv,"svgamode="
,,system.ini,svga256.drv,"dpi="
,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"

[svga800s]
,,system.ini,svga256.drv,"resolution=","resolution=2"
,,system.ini,svga256.drv,"svgamode="
,,system.ini,svga256.drv,"dpi=","dpi=96"
,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"

[svga800l]
,,system.ini,svga256.drv,"resolution=","resolution=2"
,,system.ini,svga256.drv,"svgamode="
,,system.ini,svga256.drv,"dpi=","dpi=120"
,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"

[svga768s]
,,system.ini,svga256.drv,"resolution=","resolution=3"
,,system.ini,svga256.drv,"svgamode="
,,system.ini,svga256.drv,"dpi=","dpi=96"
,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"

[svga768l]
,,system.ini,svga256.drv,"resolution=","resolution=3"
,,system.ini,svga256.drv,"svgamode="
,,system.ini,svga256.drv,"dpi=","dpi=120"
,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"


; copy these fonts depending on the 386 grabber being used
[VGA.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[VGA30.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[V7VGA.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON

[vgadib.3gr]
2:CGA40WOA.FON,2:CGA40850.FON
2:CGA80WOA.FON,2:CGA80850.FON
2:EGA40WOA.FON,2:EGA40850.FON
2:EGA80WOA.FON,2:EGA80850.FON


[keyboard.drivers]
kbd   = 2:keyboard.drv
kbdhp = 2:kbdhp.drv

[keyboard.types]
t3s0alat  = "Tutti i tipi di tastiera AT (84-86 tasti)"             ,nodll
t1s2at&t  = "Tastiera AT&T '301'"                             ,nodll
t1s4at&t  = "Tastiera AT&T '302'"                             ,nodll
t4s0enha  = "Tastiere avanzate 101 o 102 tasti US e non US "  ,nodll
t3s0hp1   = "Tastiera Hewlett-Packard Vectra (DIN)"           ,nodll
t4s40oliv = "Tastiera Olivetti 101/102 A"                     ,nodll
t1s0oliv  = "Tastiera Olivetti 83 tasti"                      ,nodll
t3s10oliv = "Tastiera Olivetti 86 tasti"                      ,nodll
t2s1oliv  = "Tastiera Olivetti M24 102 tasti"                 ,usadll
t1s42oliv = "Tastiera PC-XT 83 tasti"                         ,nodll
t1s0pcxt  = "Tastiera PC-XT 84 tasti"                         ,nodll

[keyboard.tables]
beldll = 2:kbdbe.dll , "Belga"
bradll = 1:kbdbr.dll , "Brasiliana"
cafdll = 2:kbdfc.dll , "Canadese multilingue"
dandll = 2:kbdda.dll , "Danese"
findll = 2:kbdfi.dll , "Finlandese"
fredll = 2:kbdfr.dll , "Francese"
candll = 2:kbdca.dll , "Francese (canadese)"
bridll = 2:kbduk.dll , "Inglese (UK)"
icedll = 2:kbdic.dll , "Islandese"
itadll = 2:kbdit.dll , "Italiana"
latdll = 2:kbdla.dll , "Latino americana"
nordll = 2:kbdno.dll , "Norvegese"
dutdll = 2:kbdne.dll , "Olandese"
pordll = 2:kbdpo.dll , "Portoghese"
spadll = 2:kbdsp.dll , "Spagnola"
nodll  =             , "Statunitense"
usadll = 2:kbdus.dll , "Statunitense"
usddll = 2:kbddv.dll , "Statunitense (Dvorak)"
usxdll = 2:kbdusx.dll, "Statunitense (internazionale)"
swedll = 2:kbdsw.dll , "Svedese"
swfdll = 2:kbdsf.dll , "Svizzera francese"
swgdll = 2:kbdsg.dll , "Svizzera tedesca"
gerdll = 2:kbdgr.dll , "Tedesca"

[codepages]
;       Xlat Table     OEM Font      WOA Font     Description
863 = 2:xlat863.bin, 2:vga863.fon, 2:dosapp.fon, "Francese (canadese) (863)"
861 = 2:xlat861.bin, 2:vga861.fon, 2:app850.fon, "Islandese (861)"
865 = 2:xlat865.bin, 2:vga865.fon, 2:app850.fon, "Nordico (865)"
850 = 2:xlat850.bin, 2:vga850.fon, 2:app850.fon, "Multilingue (850)"
860 = 2:xlat860.bin, 2:vga860.fon, 2:dosapp.fon, "Portoghese (860)"
437 =              ,             , 2:dosapp.fon, "Inglese (437)"

[pointing.device]
;
; Note: the VMD field may contain multiple VXD's in the form "x:*vmd,2:1vmd.386".
;       Please note, however, that if multiple VXD's are specified in the VMD field
;       they must be surrounded by double quotes (").
;
;profile =  mouse driver,   Mouse description,                  VMD,     Optional work section
;
lmouse   = 2:lmouse.drv,  "Logitech",                           2:lvmd.386, lmouse
ps2mouse = 2:mouse.drv,   "Microsoft, o IBM PS/2",              x:*vmd
genius1  = 2:mscmouse.drv,"Genius mouse seriale su COM1",       2:mscvmd.386
genius2  = 2:msc3bc2.drv, "Genius mouse seriale su COM2",       2:mscvmd.386
msmouse2 = 2:mscmouse.drv,"Mouse Systems seriale o bus mouse",  2:mscvmd.386
msmouse1 = 2:msc3bc2.drv, "Mouse Systems mouse seriale su COM2",2:mscvmd.386
nomouse  = 2:nomouse.drv, "Nessun mouse o altre periferiche di puntamento", x:*vmd

[lmouse]
2:lmouse.com,0:,,,,

[dos.mouse.drivers]
mouse.sys   = 6:mouse.SYS,     "MS Dos Mouse driver .SYS ver 7.XX"
mouse.com   = 6:mouse.com,     "MS Dos Mouse driver .COM ver 7.XX"

[dos.drivers]
MSCDEX.EXE  = 6:MSCDEX.EXE,    "Estensioni CD ROM"

[sysfonts]
2:vgasys.fon,"VGA (640x480) System Font", "100,96,96"
2:8514sys.fon,"8514/a (1024x768) System Font", "100,120,120"

[fixedfonts]
2:vgafix.fon,"VGA (640x480) Fixed System Font", "100,96,96"
2:8514fix.fon,"8514/a (1024x768) Fixed System Font",  "100,120,120"

[oemfonts]
2:vgaoem.fon,"VGA (640x480) Terminal Font (USA/Europa)", "100,96,96",1
2:8514oem.fon,"8514/a (1024x768) Terminal Font (USA/Europa)", "100,120,120",1

;   The win.copy section is a list of files or sections to copy to the WINDOWS
;   directoy.
;
;   FORMAT      from,to
;
;   IE
;       1:foo.txt,  0:        copy foo.txt from disk 1 to the windows directory
;       #386,       0:system  copy all files in the 386 SECTION to the
;
;
[win.copy.net.win386]
; copy this section for network setup on 386 machines
   #net,       0:

[win.copy.win386]
; copy this section for full setup on 386 machines
   #net,       0:
   #win.shell, 0:
   #pwin386,   0:system
   #mapi,      0:system
   #win.other, 0:system

[net]
   7:CONTROL.SRC,    "File di utente Windows"
   7:WINVER
   6:WININIT.EXE,    "Inizializzazione del sistema per l'installazione"

[win.devices]
; These devices will be copied on all machines
   6:HIMEM.SYS,      "Gestore della memoria XMS"
   5:SMARTDRV.EXE,   "Programma di cache del disco "
   7:RAMDRIVE.SYS,   "Programma dell'unità RAM"
   7:IFSHLP.SYS,     "File System Manager"

[win.devices.win386]
; These devices will be copied on 386 machines only
   6:HIMEM.SYS,      "Gestore della memoria XMS"
   4:EMM386.EXE,     "Gestore della memoria espansa LIM"
   5:SMARTDRV.EXE,   "Programma di cache del disco "
   7:RAMDRIVE.SYS,   "Programma dell'unità RAM"
   7:IFSHLP.SYS,     "File System Manager"

[win.other]
   7:WIN87EM.DLL,    "Componenti del sistema di Windows"
   6:SYSEDIT.EXE
   6:NDDEAPI.DLL
   5:OLECLI.DLL
   6:OLESVR.DLL
   6:WSWAP.EXE
   5:MIDIMAP.DRV
   7:MIDIMAP.CFG,,noclobber
   7:SND.CPL,,novermsg
   2:MMSYSTEM.DLL
   4:MMTASK.TSK
   5:TIMER.DRV
   6:MCISEQ.DRV
   6:MCIWAVE.DRV
   6:TOOLHELP.DLL
   4:MAIN.CPL
   6:DRIVERS.CPL
   7:SETUP.REG
   5:CONTROL.INF
   6:APPS.INF
   6:DDEML.DLL
   4:NETWORK.INF
   6:WINNET.INF
   2:LM21DRV.UPD
   4:UNIDRV.DLL
   5:UNIDRV.HLP
   5:sndblst2.drv
   7:mcicda.drv
   5:vadlibd.386

[mapi]
   4:AB.DLL,    "Componenti del sistema di Mail di Windows"
   6:DEMILAYR.DLL
   3:FRAMEWRK.DLL
   6:MAILMGR.DLL
   4:MAILSPL.EXE
   5:MAPI.DLL
   5:CMC.DLL
   3:MSSFS.DLL
   6:PABNSP.DLL
   7:SENDFILE.DLL
   3:STORE.DLL
   4:VFORMS.DLL

[win.shell]
   4:PROGMAN.EXE,    "Program Manager"
   7:TASKMAN.EXE,    "Task Manager"
   4:WINFILE.EXE,    "File Manager"
   5:CLIPBRD.EXE,    "Visualizzatore Cartella Appunti"
   6:CLIPSRV.EXE,    "Server Visualizzatore Cartella Appunti"
   6:CONTROL.EXE,    "Pannello di controllo"
   6:PIFEDIT.EXE,    "PIF Editor"
   6:REGEDIT.EXE,    "Database di registrazione"
   5:PRINTMAN.EXE,   "Print Manager"
   3:MSD.EXE,        "Diagnostici Microsoft"
   7:msd.ini
   3:WRITE.EXE,     "Elaboratore di testo Write"
   4:WRITE.HLP,     "Guida dell'elaboratore di testo Write"
   5:moricons.dll,   "Icone"

[pwin386]
   6:WINOA386.MOD,   "File per la modalità avanzata 386"
   7:WIN386.PS2
   2:WIN386.EXE
   5:VTDAPI.386
   6:VFAT.386
   7:VCACHE.386
   5:IFSMGR.386
   7:VSHARE.386
   7:VCOMM.386
   7:SERIAL.386
   7:LPT.386
   7:VPMTD.386
   6:IOS.386
   7:VXDLDR.386
   7:RMM.D32
   5:vsbd.386


[DelFiles]
;Statically initialize the list of files that will be DELETED during the
;  3.0 to 3.1 up-grade process. Add or remove items from this list at will,
;  (Wildcards accepted in list)
; The first files in the list are deleted from Windows System dir(local setup).
; Nb : Note that DelFiles section always is processed before RenFiles section.
   tmsr?.fon
   helv?.fon
   swapfile.exe
   kernel.exe
   midi.cpl
   _default.pif
   ; old network setup .cpl's
   wrkgrp.cpl
   wfwsetup.cpl
   netsetup.cpl
   ; ras 1.0 stuff
   rasconf.cpl
   ; the following files are being renamed after beta2
   ipx32.386
   vmsipx.386
   nbipx.386
   ; Beta2 Dragon components
   apix.386
   ; Various names for old Windows SETUP.EXE
   SETUP.EXE
   INSTALL.EXE
   ASETTA.EXE
   CONFIG.EXE
   INSTALAR.EXE
   KURMA.EXE
   WINSETUP.EXE
; All files in the list AFTER this point will be deleted from Windows dir.
; WARNING: The "..\" is needed, the code depends on it!!!
   ..\setup.inf
   shell.dll
   olecli.dll
   olesvr.dll
   commdlg.dll
   ver.dll
   toolhelp.dll
   *.pcl
   3270.txt
   networks.txt
   printers.txt
   readme.txt
   sysini?.txt
   winini?.txt
   ; ras 1.0 stuff
   rasadmin.exe
   rasphone.exe
   rasphone.hlp
   rasphone.pif
   rasadmin.hlp
   rasadmin.ico
   rasphone.msg
   rasdial.exe
   rashelp.msg
   rasload.bat
   rashelp.exe
   rasconf.hlp
   rasphone.ico
   modems.inf
   comdev.ini
   ; Various names for old Windows SETUP.EXE
   SETUP.EXE
   INSTALL.EXE
   ASETTA.EXE
   CONFIG.EXE
   INSTALAR.EXE
   KURMA.EXE
   WINSETUP.EXE

[RenFiles]
; Similar section but for file renaming to create .bak if needed
   ADLIB.DRV,MSADLIB.DRV
   MSCDEX.EXE,MSCDEX.OLD


; The win.apps, win.games, win.scrs, win.bmps, and win.readme sections are
; all formatted as described below.
;
; X:FileName,      Description,     FileSize,   Profile String
;
; Where profile string is used by setup.exe to "lookup" the item in the
; appropiate progman groups section to determine if and how the item is
; to be added to a Program manager group via DDE. The profile string is
; also used to "lookup" and needed dependent files in the [win.dependents]
; section.
;
[win.apps]
   6:CALC.EXE,    "Calcolatrice"                    ,  43488, calc
   4:CARDFILE.EXE, "Schedario"                      ,  93696, cardfile
   6:CLOCK.EXE,    "Orologio"                        ,  16832, clock
   6:NOTEPAD.EXE,  "Blocco note"                     ,  33216, notepad
   4:PBRUSH.EXE,   "Paintbrush"                      , 190910, pbrush
   4:TERMINAL.EXE, "Terminale"                       , 148608, terminal
   6:CALC.HLP,     "Guida della Calcolatrice"        ,  23130
   6:CARDFILE.HLP, "Guida dello Schedario"           ,  27402
   6:NOTEPAD.HLP,  "Guida del Blocco note"           ,  22965
   4:PBRUSH.HLP,   "Guida di Paintbrush"             ,  69719
   6:RECORDER.EXE, "Registratore"                    ,  50270, recorder
   6:RECORDER.HLP, "Guida del Registratore"          ,  19586
   5:TERMINAL.HLP, "Guida del Terminale"             ,  58681
   5:PACKAGER.EXE, "Packager"                        ,  77584, packager
   6:PACKAGER.HLP, "Guida di Packager"               ,  22917
   6:CHARMAP.EXE,  "Mappa caratteri"                 ,  22528, charmap
   7:CHARMAP.HLP,  "Guida della Mappa caratteri"     ,  11784
   3:MPLAYER.EXE,  "Lettore multimediale"            ,  33728, mplayer, novermsg
   4:MPLAYER.HLP,  "Guida del Lettore multimediale"         ,  15473
   6:SOUNDREC.EXE, "Registratore di suoni"           ,  51833, soundrec
   6:SOUNDREC.HLP, "Guida del Registratore di suoni" ,  21863
   6:PIFEDIT.HLP,  "Guida di PIF Editor"             ,  37587
   5:PRINTMAN.HLP, "Guida di Print Manager"          , 106550
   6:PROGMAN.HLP,  "Guida di Program Manager"        ,  39943
   6:CLIPBRD.HLP,  "Guida del Visualizzatore Cartella Appunti" ,  53490
   6:REGEDIT.HLP,  "Guida di Database di registrazione" ,  36379
   6:REGEDITV.HLP, "Guida avanzata di Database di registrazione" ,  22030
   4:WINFILE.HLP,  "Guida di File Manager"           , 159028
   4:WINTUTOR.EXE, "Esercitazione di Windows"        , 183459, wintutor
   6:WINHELP.HLP,  "Guida dell'utilità Guida"        ,  41250
   5:GLOSSARY.HLP, "Glossario della Guida"           ,  92332
   6:EXPAND.EXE,   "Utilità di espansione file"      ,  16470
   7:RASSTART.EXE, "Remote Access"                       ,  13312, rasmac
   3:MSMAIL.EXE,   "Mail"                            , 639408, msmail
   3:MSMAIL.HLP,   "Guida di Mail"                   , 289993
   2:SCHDPLUS.EXE, "Schedule+"                       , 750352, schdplus
   3:SCHDPLUS.HLP, "Guida di Schedule+"              , 274769
   7:FAXMGR.EXE,   "Microsoft At Work Fax"           ,  1064176, msfax
   6:MSFAX.HLP,    "Guida di Microsoft At Work Fax"  ,  53502
   diskspace=4930243

[win.dependents]
pbrush   = 7:PBRUSH.DLL
recorder = 7:RECORDER.DLL
wintutor = 4:WINTUTOR.DAT
hearts   = #hearts
msmail   = #msmail
schdplus = #sched
msfax    = #faxsys, 0:system, #msfax

[hearts]
   5:CARDS.DLL,,nodelete

[msmail]
   5:SCHEDMSG.DLL, "Driver di Mail"
   4:WGPOMGR.DLL
   5:IMPEXP.DLL
   4:FAXVIEW.EXE,  "Visualizzatore fax", nodelete

[sched]
   6:MSREMIND.EXE, "Driver di Schedule+"
   4:MSSCHED.DLL
   7:TRNSCHED.DLL
   
[faxsys]
   6:FAXNSP.DLL,    "Driver del fax"
   7:FAX.CPL
   6:FAXSTUB.DLL
   7:EFAXDRV.DRV

[msfax]
   7:AWCLASS1.DLL,    "Driver del fax"
   6:AWCLASS2.DLL
   7:DLLSCHED.DLL
   7:AWCAS.DLL
   5:EFAXPUMP.DLL
   6:EFAXRUN.DLL
   7:AWFXPROT.DLL
   7:FAXCODEC.DLL
   6:AWFAXIO.DLL
   3:FAXCOVER.DLL,
   4:FAXOPT.DLL,,nodelete
   7:IFKERNEL.DLL
   7:KEYVIEW.EXE,
   6:LINEARIZ.DLL
   6:NETFAX.DLL
   7:SIGVIEW.EXE,
   7:AWT30.DLL
   7:TRNOFF.DLL
   3:MSMAIL.EXE,    "Driver del fax per mail", nodelete
   5:SCHEDMSG.DLL,,nodelete
   4:WGPOMGR.DLL,,nodelete
   5:IMPEXP.DLL,,nodelete
   4:FAXVIEW.EXE,   "Visualizzatore fax", nodelete

[win.games]
   4:SOL.EXE,     "Solitario"                         , 180752, sol
   6:WINMINE.EXE,  "Campo minato"                     ,  27840, winmine
   6:SOL.HLP,     "Guida di Solitario"                ,  16642
   6:WINMINE.HLP,  "Guida di Campo minato"            ,  16252
   4:MSHEARTS.EXE, "Hearts"                            , 263728, hearts
   6:MSHEARTS.HLP, "Guida di Hearts"                   ,  17514
   diskspace=522728

[win.scrs]
   7:SCRNSAVE.SCR, "Screen Saver Predefinito"         ,   5632
   6:SSMARQUE.SCR, "Screen Saver Testo scorrevole"     ,  17264
   7:SSSTARS.SCR,  "Screen Saver Campo stellare"       ,  17824
   6:ssflywin.scr, "Screen Saver Logo"                ,  16496
   diskspace=57216

[win.bmps]
   7:ARCADE.BMP,   "Sfondo Arcade"        ,    630
   6:ARGYLE.BMP,   "Sfondo Argyle"         ,    630
   7:CASTLE.BMP,   "Sfondo Castle"         ,    778
   7:EGYPT.BMP,    "Sfondo Egypt"          ,    630
   7:HONEY.BMP,    "Sfondo Honey"          ,    854
   7:RIVETS.BMP,   "Sfondo Rivets"         ,    630
   7:REDBRICK.BMP, "Sfondo Red Brick"      ,    630
   7:SQUARES.BMP,  "Sfondo Squares"        ,    630
   7:THATCH.BMP,   "Sfondo Thatch"         ,    598
   6:WINLOGO.BMP,  "Sfondo Windows Logo"   ,  38518
   7:ZIGZAG.BMP,   "Sfondo Zigzag"         ,    630
   7:ding.wav,     "Suono Ding"                ,  11598
   6:chimes.wav,   "Suono Chimes"              ,  15920
   6:canyon.mid,   "Canzone Canyon MIDI"       ,  33883
   7:ringin.wav,   "Suono chiamata in arrivo"  ,  10026
   7:ringout.wav,  "Suono chiamata in uscita"  ,   5212
   diskspace=121797

[win.readme]
   3:leggimi.wri,   "Leggimi: Generale"         , 101632, readme
   3:reti.wri, "Leggimi: Reti"             ,  79744
   3:winini.wri,   "Leggimi: Win.ini"          ,  23808
   3:sysini.wri,   "Leggimi: System.ini"       ,  76288
   3:printers.wri, "Leggimi: Stampanti"        ,  51840
   6:mail.wri,     "Mail Readme"              ,  44928
   diskspace=378240

; The [*.groups] sections maps a group section to the group name used in
; Program Manager.
;
; Section Name = Progman group name, Min/Max switch. ( 1 = Max, nothing = Min).
;
; This section is used for upgrading from 3.X to 3.1.
[new.groups]
group7=Principale,1
group2=Accessori
group8=Rete
group6=Giochi
group1=Avvio

; This section is for new install.
[progman.groups]
group3=Principale,1
group4=Accessori
group8=Rete
group5=Giochi
group1=Avvio

; Progman DDE control section. This section controls the progman DDE and defines which
; .exe's will be added to which groups. The [progman.groups] sections lists section
; names that each describe the contents of that group.
;
; Description string,  .EXE name, Icon extraction .EXE, Icon extraction index, profile
;
; If the profile field is left NULL, the item will always be added to the group. Otherwise
; the item will only be added if it was installed via the partial install dlg.
;
;
; NOTE: If EXE name is NULL item will be deleted from the group if it exists there.
;

[group3]
"Appunti"
"DOS-prompt"
"DOS"
"Windows Setup"
"File Manager",                     WINFILE.EXE
"Pannello di controllo",            CONTROL.EXE
"Print Manager",                    PRINTMAN.EXE
"Cartella Appunti"
"Visualizzatore Appunti"
"Visualizzatore Cartella Appunti",  CLIPBRD.EXE
"Prompt DOS"
"Prompt di MS-DOS",                 DOSPRMPT.PIF, PROGMAN.EXE, 9
"Setup di Windows"
"Installazione di Windows",         WINSETUP.EXE
"PIF Editor",                       PIFEDIT.EXE
"Leggimi"
"Leggimi",                          LEGGIMI.WRI,,,   readme
"Esercitazione"

[group4]
"Write",                            WRITE.EXE
"Paintbrush",                       PBRUSH.EXE,,,   pbrush
"Terminale",                        TERMINAL.EXE,,, terminal
"Blocco note",                      NOTEPAD.EXE,,,  notepad
"Registratore",                     RECORDER.EXE,,, recorder
"Schedario",                        CARDFILE.EXE,,, cardfile
"Calcolatrice",                     CALC.EXE,,,     calc
"Orologio",                         CLOCK.EXE,,,    clock
"Packager",                         PACKAGER.EXE,,, packager
"Mappa caratteri",                  CHARMAP.EXE,,,  charmap
"Lettore multimediale",             MPLAYER.EXE,,,  mplayer
"Registratore di suoni",            SOUNDREC.EXE,,, soundrec
"PIF Editor"
; Remove old network icons
;"Chat"
"Pifedit"
"Terminal"
"Agenda"
"Telefono"
"WinMeter"
"Net Watcher"
"Analizzatore di rete"
"WinPopup"
"Virtual Disk Status"
"Stato disco virtuale"
"Fast Mail"
"Password List Editor"
"Gestore elenco password"
"Message Popup Utility"
"Popup messaggi"

[group5]
"Solitario",                        SOL.EXE,,,      sol
"Campo minato",                     WINMINE.EXE,,,  winmine
"Hearts",                           MSHEARTS.EXE,,, hearts
; Remove old icons
"FreeCell"

[group1]
"Dr. Watson"

[group2]
"Packager",                         PACKAGER.EXE,,, packager
"Mappa caratteri",                  CHARMAP.EXE,,,  charmap
"Lettore multimediale",             MPLAYER.EXE,,,  mplayer
"Registratore di suoni",            SOUNDREC.EXE,,, soundrec
"PIF Editor"
"Write",                            WRITE.EXE
; Remove old network icons
"Pifedit"
"Terminal"
"Agenda"
"Chat"
"Telefono"
"WinMeter"
"Net Watcher"
"Analizzatore di rete"
"WinPopup"
"Virtual Disk Status"
"Stato disco virtuale"
"Fast Mail"
"Password List Editor"
"Gestore elenco password"
"Message Popup Utility"
"Popup messaggi"

[group6]
"Solitario",                        SOL.EXE,,,      sol
"Campo minato",                     WINMINE.EXE,,,  winmine
"Hearts",                           MSHEARTS.EXE,,, hearts
; Remove old icons
"FreeCell"

[group7]
"Appunti"
"DOS-prompt"
"DOS"
"Windows Setup"
"Visualizzatore Appunti"
"Cartella Appunti"
"Visualizzatore Cartella Appunti",  CLIPBRD.EXE
"Setup di Windows"
"Installazione di Windows",         WINSETUP.EXE
"PIF Editor",                       PIFEDIT.EXE
"Leggimi"
"Prompt DOS"
"Prompt di MS-DOS",                 DOSPRMPT.PIF, PROGMAN.EXE, 9
"Leggimi",                          LEGGIMI.WRI,,,   readme
"Esercitazione"

[group8]
"Installazione della rete",         "WINSETUP.EXE /Z",,,
"Mail",                             MSMAIL.EXE,,,   msmail
"Mail",                             MSMAIL.EXE,,,   msfax
"Schedule+",                        SCHDPLUS.EXE,,, schdplus
"Remote Access",                    RASSTART.EXE,,, rasmac
; Remove old network icons
"Message Popup Utility"
"Popup messaggi"

[fonts]
   6:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
   6:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"

   7:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
   6:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"

   6:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
   6:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"

   6:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
   6:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"

   6:SMALLE.FON, "Small fonts (VGA res)", "100,96,96"
   6:SMALLF.FON, "Small fonts (8514/a res)", "100,120,120"

   7:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
   7:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
   7:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"

[ttfonts]
;
;Font Header file, Description string,       Font file,     FontFamily/Flags
;
; Flags:  0000 = Normal weighted font.
;         0100 = Bolded font.
;         1000 = Italic font.
; NOTE: Flags not currently used.
;
; NOTE: The first letter of each word in the font desctiption string needs
;       to be capitalized.
;
5:ARIAL.FOT,   "Arial (TrueType)",                        5:arial.ttf,   ""
5:ARIALBD.FOT, "Arial grassetto (TrueType)",                  5:arialbd.ttf,  "Arial0100"
5:ARIALBI.FOT, "Arial grassetto corsivo (TrueType)",           5:arialbi.ttf, "Arial1100"
5:ARIALI.FOT,  "Arial corsivo (TrueType)",                5:ariali.ttf,  "Arial1000"
5:COUR.FOT,    "Courier New (TrueType)",                  5:cour.ttf,    ""
5:COURBD.FOT,  "Courier New grassetto (TrueType)",            5:courbd.ttf,  "Courier0100"
5:COURBI.FOT,  "Courier New grassetto corsivo (TrueType)",     5:courbi.ttf,  "Courier1100"
5:COURI.FOT,   "Courier New corsivo (TrueType)",          5:couri.ttf,   "Courier1000"
5:TIMES.FOT,   "Times New Roman (TrueType)",              5:times.ttf,   ""
5:TIMESBD.FOT, "Times New Roman grassetto (TrueType)",        5:timesbd.ttf, "Times New Roman0100"
5:TIMESBI.FOT, "Times New Roman grassetto corsivo (TrueType)", 5:timesbi.ttf, "Times New Roman1100"
5:TIMESI.FOT,  "Times New Roman corsivo (TrueType)",      5:timesi.ttf,  "Times New Roman1000"
5:SYMBOL.FOT,  "Symbol (TrueType)",                       5:symbol.ttf,  ""
5:WINGDING.FOT,"WingDings (TrueType)",                   5:wingding.ttf,""

; If any of these drivers are found in the config.sys file, Setup removes them.
[compatibility]
icache.sys
ibmcache.sys
cache.sys
cache.exe
mcache.sys
fast512.sys

; Known TSRs and drivers which may result in a hang or crash
; during execution of Setup or Windows.
;
; filename = description string
[incompTSR1]
ep.exe      = "Norton Desktop/Windows Erase Protect TSR"
qmaps.sys   = "QMAPS Memory Manager"
qcache.exe  = "Utilit… di cache del disco 386 Max"
cache.exe   = "Utilit… di cache del disco "
flash.exe   = "Utilit… di cache del disco Flash"
hyper386.exe= "Utilit… di cache del disco Hyper"
hyperdkx.exe= "Utilit… di cache del disco Hyper"
hyper286.exe= "Utilit… di cache del disco Hyper"
hyperdke.exe= "Utilit… di cache del disco Hyper"
hyperdkc.exe= "Utilit… di cache del disco Hyper"
ncache.exe  = "Utilit… di cache del disco Norton"
ncache2.exe  = "Utilit… Norton NCache"
speeddrv.exe  = "Norton Speed Drive"
pc-kwik.exe = "Utilit… di cache del disco PC-Kwik"
pc-cache.com= "Utilit… di cache del disco PC Tools"
superpck.exe= "Utilit… di cache del disco Super PC-Kwik"
vdisk.sys   = "Utilit… disco RAM IBM"
allemm4.sys="All Charge 386"
anarkey.com="Anarkey"
vsafe.sys = "Central Point Anti-Virus"
vsafe.com = "Central Point Anti-Virus TSR"
vdefend.sys="PC Tools VDefend"
vdefend.com="PC Tools VDefend"
kbflow.exe="KBFlow TSR della Artisoft"
s-ice.exe="SoftIce"
desktop.exe="PC Tools Desktop TSR"
sk2.exe="Sidekick Versione 2.0"
sk.com="Sidekick Versione 1.0"
skplus.exe="Sidekick Plus"
print.exe="Utilit… MS-DOS PRINT"
pyro.exe="Screen Saver Pyro!"
xgaaidos.sys="Driver di emulazione 8514"
asplogin.exe="ASP Integrity Toolkit"
lsallow.exe="Lansight Network Utilities TSR"
lansel.exe="Lansight Network Utilities TSR"
vaccine.exe="Vaccine Antivirus Program"
newspace.exe="Utilit… di compressione del disco Newspace"
newres.exe="Utilit… di compressione del disco Newspace"
tscsi.sys="Driver SCSI Trantor T100"
pcpanel.exe="Pannello di controllo Lasertools Printer"
hpemm386.sys = "Gestore memoria espansa HP"
hpemm486.sys = "Gestore memoria espansa HP"
ramtype.sys  = "Utilit… Ramtype"
iemm.sys     = "Gestore di memoria"
ilim386.sys  = "Emulatore di memoria espansa Intel"
cmdedit.com  = "Editor della linea di comando"
hpmm.sys     = "Gestore di memoria HP"
ced.exe      = "Editor della linea di comando PCED"
ced.com      = "Editor della linea di comando CED"
umbpro.sys   = "Gestore di memoria UMB Pro"
rm386.sys    = "Gestore di memoria NetRoom"
eimpcs.sys   = "Supporto IBM PC"
ecyddx.sys   = "Supporto IBM PC"

; Known TSRs and device drivers which can(!) potentially cause problems
; if running during Setup or Windows
;
; filename = description string
[incompTSR2]
ndosedit.com  = "Editor della linea di comando"
doscue.com="Editor della linea di comando DOSCUE"
datamon.exe="PC Tools Datamon"
subst.exe="Utilit… MS-DOS SUBST"
join.exe="Utilit… MS-DOS JOIN"
viralert.sys="Data Physician Plus TSR"
graphics.com="Utilit… MS-DOS GRAPHICS"
le.com="Le Menu Menuing Package"
assign.com="Utilit… MS-DOS ASSIGN"
append.com="Utilit… MS-DOS APPEND"
diskmon.exe="Norton Disk Monitoring TSR"
dubldisk.sys="Utilit… di compressione dati Double Disk"
pa.exe = "Printer Assist"
speedfxr.com = "Speedfxr"
pcsxmaem.sys = "Utilit… pcsxmaem"
xmaem.sys    = "Utilit… xmaem"
cubitr.exe   = "Cubit"

[block_devices]
tscsi.sys
tcscsi.sys
atdosxl.sys
dmdrvr.bin
drdrive.sys

[Installable.Drivers]
; key         = filename,       type(s),     description, VxD(s), Default Params
msadlib       = 5:msadlib.drv,  "MIDI",      "Ad Lib", 5:vadlibd.386,
lapc1         = 7:mpu401.drv,   "MIDI",      "Roland LAPC1",,
midimapper    = 5:midimap.drv,  "MidiMapper", "MIDI Mapper",,
mpu401        = 7:mpu401.drv,   "MIDI",      "Roland MPU-401",,
sequencer     = 6:mciseq.drv,   "Sequencer", "[MCI] MIDI Sequencer",,
soundblaster  = 5:sndblst.drv,  "Wave,MIDI", "Creative Labs Sound Blaster 1.0", 5:vsbd.386,, msadlib
soundblaster2 = 5:sndblst2.drv, "Wave,MIDI", "Creative Labs Sound Blaster 1.5", 5:vsbd.386,, msadlib
timer         = 5:timer.drv,    "Timer",     "Timer", 5:vtdapi.386,
thunder       = 5:sndblst2.drv, "Wave", "Media Vision Thunder Board", 5:vsbd.386,, msadlib
wave          = 6:mciwave.drv,  "WaveAudio", "[MCI] Sound",, "4"
cdaudio       = 7:mcicda.drv,   "CDAudio",   "[MCI] CD Audio",,

; This section translates Windows 3.0 OEMSETUP.INF entries to their 3.1
; equivalents. The disk names should be the first entries in the list.

[translate]
WinDiskName=27,"Microsoft Windows 3.0 Disco"
WinDiskName=13,"Windows Disco"
*vddvga=2:vddvga30.386
vgalogo.lgo=2:vgalogo.lgo
vgalogo.rle=2:vgalogo.rle
rgdi.lgo=2:vgalogo.lgo
rgdi.rle=2:vgalogo.rle
vga.gr3=2:vga30.3gr
v7vga.gr3=2:v7vga.3gr
cga40woa.fon=2:cga40woa.fon
cga40850.fon=2:cga40850.fon
cga80woa.fon=2:cga80woa.fon
cga80850.fon=2:cga80850.fon
ega40woa.fon=2:ega40woa.fon
ega40850.fon=2:ega40850.fon
ega80woa.fon=2:ega80woa.fon
ega80850.fon=2:ega80850.fon
vgasys.fon=2:vgasys.fon
vgafix.fon=2:vgafix.fon
vgaoem.fon=2:vgaoem.fon
8514sys.fon=2:8514sys.fon
8514fix.fon=2:8514fix.fon
8514oem.fon=2:8514oem.fon
helve.fon=6:sserife.fon
helvf.fon=6:sseriff.fon
coure.fon=7:coure.fon
courf.fon=6:courf.fon
tmsre.fon=6:serife.fon
tmsrf.fon=6:seriff.fon
symbole.fon=6:symbole.fon
symbolf.fon=6:symbolf.fon
roman.fon=7:roman.fon
script.fon=7:script.fon
modern.fon=7:modern.fon
kbdbe.dll=2:kbdbe.dll
kbduk.dll=2:kbduk.dll
kbdda.dll=2:kbdda.dll
kbdne.dll=2:kbdne.dll
kbdfi.dll=2:kbdfi.dll
kbdfr.dll=2:kbdfr.dll
kbdca.dll=2:kbdca.dll
kbdgr.dll=2:kbdgr.dll
kbdic.dll=2:kbdic.dll
kbdit.dll=2:kbdit.dll
kbdla.dll=2:kbdla.dll
kbdno.dll=2:kbdno.dll
kbdpo.dll=2:kbdpo.dll
kbdsp.dll=2:kbdsp.dll
kbdsw.dll=2:kbdsw.dll
kbdsf.dll=2:kbdsf.dll
kbdsg.dll=2:kbdsg.dll
kbdus.dll=2:kbdus.dll
kbddv.dll=2:kbddv.dll
kbdusx.dll=2:kbdusx.dll
xlat863.bin=2:xlat863.bin
xlat861.bin=2:xlat861.bin
xlat865.bin=2:xlat865.bin
xlat850.bin=2:xlat850.bin
xlat860.bin=2:xlat860.bin
vga863.fon=2:vga863.fon
vga861.fon=2:vga861.fon
vga865.fon=2:vga865.fon
vga850.fon=2:vga850.fon
vga860.fon=2:vga860.fon
win.cnf=1:win.cnf

; Used to update files that already exist on the disk
;
[Update.Files]
0:system,5:sndblst.drv
0:system,5:sndblst2.drv
0:system,7:mpu401.drv
0:system,5:msadlib.drv
0:system,5:vtdapi.386
0:system,5:vsbd.386
0:system,5:vadlibd.386
0:system,7:mcicda.drv
0:system,6:cpqgr3.exe
0:system,6:cpqvga.gr3
0:system,6:pscript.drv

; Used to update dependents of files in the [Update.Files] section.
;
[Update.Dependents]
msadlib.drv = 5:vadlibd.386
sndblst.drv = 5:vsbd.386
sndblst2.drv = 5:vsbd.386

; This section is processed by both the DOS and WINDOWS portions of setup
; for temporarily renaming profile strings during setup. THE RENAME
; OPERATION WILL ONLY TAKE PLACE IF THE ORIGINAL PROFILE STRING EXISTS AND HAS
; A RIGHT HAND SIDE STRING.
;
; .ini file,  section name, temporary profile name, Original profile name.
;
[ini.upd.patches]
  system.ini, Boot,    "olddrivers"    ,"drivers"
  win.ini   , Desktop, "oldwallpaper"  ,"wallpaper"
  system.ini, Boot,    "oldtaskman"    ,"taskman.exe"
  system.ini, Boot,    "wfwshell"           ,"shell"

[setupdisplay]
mach32.drv=2:vga.drv
cirrus.drv=1:svga256.drv
wd.drv=1:svga256.drv
framebuf.drv=1:svga256.drv
tseng.drv=1:svga256.drv
linear8.drv=2:vga.drv
cpqavga.drv=2:vga.drv
ht256sf.drv=2:vga.drv
orchidf.drv=2:vga.drv
s3.drv=2:vga.drv
s3?.drv=2:vga.drv
s3??.drv=2:vga.drv
s3???.drv=2:vga.drv
s3????.drv=2:vga.drv
s3?????.drv=2:vga.drv
s3??????.drv=2:vga.drv
viper_??.drv=2:vga.drv
mach-??.drv=2:vga.drv
m32-??.drv=2:vga.drv

[setupdisplay.fon]
fonts.fon=2:vgasys.fon
fixedfon.fon=2:vgafix.fon
oemfonts.fon=2:vgaoem.fon

; Used by the windows half to shrink the memory needed to hold this pig.
;
[blowaway]
   this line needed

[ini.upd.31]
;
; WARNING: This section only works on win.ini or system.ini !!
;
; .ini file,  section,  old line to be replaced,  new line,  rename operater.
;
; If the "old line to be replaced" field is empty, setup will assume that
; the new line is to be added. The rename operater tells setup to retain the RHS
; of the profile. This is used as a renaming mechanism during upgrades.
; Nb : Simple string substitution is implemented :
;     ?P means any valid MS-DOS path
;
  system.ini, Boot,                               ,   "taskman.exe="
  system.ini, mci,     "waveaudio="               ,   "WaveAudio=mciwave.drv"
  system.ini, mci,     "sequencer="               ,   "Sequencer=mciseq.drv"
  system.ini, mci,     "cdaudio="                 ,   "CDAudio=mcicda.drv"
  system.ini, drivers,                            ,   "timer=timer.drv"
  system.ini, drivers,         "midimapper="      ,   "midimapper=midimap.drv"
  system.ini, drivers, "midi=adlib.drv"           ,   "midi=msadlib.drv"          ,rename
  system.ini, drivers, "midi1=adlib.drv"          ,   "midi1=msadlib.drv"         ,rename
  system.ini, drivers, "midi2=adlib.drv"          ,   "midi2=msadlib.drv"         ,rename
  system.ini, drivers, "midi3=adlib.drv"          ,   "midi3=msadlib.drv"         ,rename
  system.ini, drivers, "midi4=adlib.drv"          ,   "midi4=msadlib.drv"         ,rename
  system.ini, 386Enh,       "keyboard=?Pbpvkd.386",
  system.ini, 386Enh,          "keyboard="        ,   "keyboard=*vkd"             ,noclobber
  system.ini, 386Enh,       "device=vpicda.386"   ,   "device=*vpicd"
  system.ini, 386Enh,       "device=vpicd.386"    ,   "device=*vpicd"
  system.ini, 386Enh,                             ,   "device=ifsmgr.386"
  system.ini, 386Enh,                             ,   "device=vcache.386"
  system.ini, vcache,       "minfilecache="       ,   "minfilecache=512", noclobber
  system.ini, 386Enh,       "device=?Pvshare.386" ,   "device=vshare.386"
  system.ini, 386Enh,          "device=*vhd"      ,   "device=*BLOCKDEV", rename
  system.ini, 386Enh,          "device=apix.386"
  system.ini, 386Enh,          "device=*vpd"      ,
  system.ini, 386Enh,          "device=vpd.386"   ,
  system.ini, 386Enh,          "device=vdmad.386" ,   "device=*vdmad"
  system.ini, 386Enh,          "device=vdmadx.386",   "device=*vdmad"
  system.ini, 386Enh,          "device=vcd.386"   ,   "device=*vcd", rename
  system.ini, 386Enh,       "device=vndis2d.386"  ,   
  system.ini, 386Enh,                             ,   "device=*pagefile"
  system.ini, 386Enh,       "device=?Pvtdapi.386" ,   "device=vtdapi.386"
  system.ini, 386Enh,                             ,   "device=vcomm.386"
  system.ini, 386Enh,       "device=ns8250.386"   ,   "device=serial.386"
  system.ini, 386Enh,                             ,   "device=serial.386"
  system.ini, 386Enh,       "device=comlpt.386"   ,   "device=lpt.386"
  system.ini, 386Enh,                             ,   "device=lpt.386"
  system.ini, 386Enh,                             ,   "device=vpmtd.386"
  system.ini, NonWindowsApp,"localtsrs="          ,   "localtsrs=dosedit,ced"  ,noclobber
  system.ini, 386Enh,       "COM3Irq="            ,   "COM3Irq=4", noclobber
  system.ini, 386Enh,       "COM3Base="           ,   "COM3Base=03E8", noclobber
  system.ini, 386Enh,       "COM4Irq="            ,   "COM4Irq=3", noclobber
  system.ini, 386Enh,       "COM4Base="           ,   "COM4Base=02E8", noclobber
  win.ini   , Sounds,  "SystemDefault="           ,   "SystemDefault=ding.wav, Default Beep"      ,noclobber
  win.ini   , Sounds,  "SystemExclamation="       ,   "SystemExclamation=ding.wav, Exclamation"  ,noclobber
  win.ini   , Sounds,  "SystemStart="             ,   "SystemStart=chimes.wav, Windows Start"       ,noclobber
  win.ini   , Sounds,  "SystemExit="              ,   "SystemExit=chimes.wav, Windows Exit"       ,noclobber
  win.ini   , Sounds,  "SystemHand="              ,   "SystemHand=ding.wav, Critical Stop"       ,noclobber
  win.ini   , Sounds,  "SystemQuestion="          ,   "SystemQuestion=ding.wav, Question"        ,noclobber
  win.ini   , Sounds,  "SystemAsterisk="          ,   "SystemAsterisk=ding.wav, Asterisk"        ,noclobber
  win.ini   , "mci extensions",                   ,   "wav=waveaudio"
  win.ini   , "mci extensions",                   ,   "mid=sequencer"
  win.ini   , "mci extensions",                   ,   "rmi=sequencer"
  win.ini   , FontSubstitutes,                    ,   "Helv=MS Sans Serif"
  win.ini   , FontSubstitutes,                    ,   "Tms Rmn=MS Serif"
  win.ini   , FontSubstitutes, "Courier=Courier New" ,
  win.ini   , FontSubstitutes,                    ,   "Times=Times New Roman"
  win.ini   , FontSubstitutes,                    ,   "Helvetica=Arial"
  ;
  ; Remove these Win 3.0 font entries from win.ini because they have either
  ; been replaced or removed for Win 3.1
  ;
  win.ini, Fonts, "Helv 8,10,12,14,18,24 (CGA res)="
  win.ini, Fonts, "Helv 8,10,12,14,18,24 (EGA res)="
  win.ini, Fonts, "Helv 8,10,12,14,18,24 (60 dpi)="
  win.ini, Fonts, "Helv 8,10,12,14,18,24 (120 dpi)="
  win.ini, Fonts, "Helv 8,10,12,14,18,24 (VGA res)="
  win.ini, Fonts, "Helv 8,10,12,14,18,24 (8514/a res)="
  win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (CGA res)="
  win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (EGA res)="
  win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (60 dpi)="
  win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (120 dpi)="
  win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (VGA res)="
  win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (8514/a res)="
  ;
  ; Remove these font entries if they exist because these .ini entries
  ; are obsolete. We use "TrueType" rather than "Scalable"
  ;
  win.ini, Fonts, "Arial (Scalable)="
  win.ini, Fonts, "Arial grassetto (Scalable)="
  win.ini, Fonts, "Arial grassetto corsivo (Scalable)="
  win.ini, Fonts, "Arial corsivo (Scalable)="
  win.ini, Fonts, "Courier (Scalable)="
  win.ini, Fonts, "Courier grassetto (Scalable)="
  win.ini, Fonts, "Courier corsivo (Scalable)="
  win.ini, Fonts, "Courier grassetto corsivo (Scalable)="
  win.ini, Fonts, "Courier (TrueType)"
  win.ini, Fonts, "Courier grassetto (TrueType)"
  win.ini, Fonts, "Courier grassetto corsivo (TrueType)"
  win.ini, Fonts, "Courier corsivo (TrueType)"
  win.ini, Fonts, "Times New Roman (Scalable)="
  win.ini, Fonts, "Times New Roman grassetto (Scalable)="
  win.ini, Fonts, "Times New Roman grassetto corsivo (Scalable)="
  win.ini, Fonts, "Times New Roman corsivo (Scalable)="
  win.ini, Fonts, "Symbol PS (Scalable)="
  win.ini, Fonts, "Symbol (Scalable)="
  ;
  ; Remove these font entries if they exist because these .ini entries
  ; are obsolete. We use "Plotter" rather than "All res" Also, 8 point was
  ; added to the EGA res courier so we remove the old "Courier 10,12,15" font.
  ;
  win.ini, Fonts, "Roman (All res)="
  win.ini, Fonts, "Script (All res)="
  win.ini, Fonts, "Modern (All res)="
  win.ini, Fonts, "Courier 10,12,15 (EGA res)="
  ;
  ; The following lines will cause the MS-DOS half of setup to effectivly
  ; rename the [Fonts] section in win.ini. Setup does this by adding the
  ; [wt4gpi8s56bz] string to the [Fonts] section and then deleting the
  ; [Fonts] section string. Later, in the windows half of setup, it will
  ; rename [wt4gpi8s56bz] back to [Fonts]. Do not change these names!
  ;
  win.ini, Fonts,              , "[wt4gpi8s56bz]"
  win.ini, Fonts,   "[Fonts]"  ,

  ; The following line makes USER skip persistent net connections
  ; USER immediately deletes the entry so it is a onetime thing.
  win.ini, windows,, "SetupWin=1"

  ; The following lines fix problems with APPS
  win.ini, Compatibility,"NOTSHELL=", "NOTSHELL=0x0001"
  win.ini, Compatibility,"WPWINFIL=", "WPWINFIL=0x0006"
  win.ini, Compatibility,"CCMAIL=", "CCMAIL=0x0008"
  win.ini, Compatibility,"AMIPRO=", "AMIPRO=0x0010"
  win.ini, Compatibility,"REM=", "REM=0x8022"
  win.ini, Compatibility,"PIXIE=", "PIXIE=0x0040"
  win.ini, Compatibility,"CP=", "CP=0x0040"
  win.ini, Compatibility,"JW=", "JW=0x42080"
  win.ini, Compatibility,"TME=", "TME=0x0100"
  win.ini, Compatibility,"VB=", "VB=0x0200"
  win.ini, Compatibility,"WIN2WRS=", "WIN2WRS=0x1210"
  win.ini, Compatibility,"PACKRAT=", "PACKRAT=0x0800"
  win.ini, Compatibility,"VISION=", "VISION=0x0040"
  win.ini, Compatibility,"MCOURIER=", "MCOURIER=0x0800"
  win.ini, Compatibility,"_BNOTES=", "_BNOTES=0x24000"
  win.ini, Compatibility,"MILESV3=", "MILESV3=0x1000"
  win.ini, Compatibility,"PM4=", "PM4=0x2000"
  win.ini, Compatibility,"DESIGNER=", "DESIGNER=0x2000"
  win.ini, Compatibility,"PLANNER=", "PLANNER=0x2000"
  win.ini, Compatibility,"DRAW=", "DRAW=0x2000"
  win.ini, Compatibility,"WINSIM=", "WINSIM=0x2000"
  win.ini, Compatibility,"CHARISMA=", "CHARISMA=0x2000"
  win.ini, Compatibility,"PR2=", "PR2=0x2000"
  win.ini, Compatibility,"PLUS=", "PLUS=0x1000"
  win.ini, Compatibility,"ED=", "ED=0x00010000"
  win.ini, Compatibility,"PP=",
  win.ini, Compatibility,"APORIA=", "APORIA=0x0100"
  win.ini, Compatibility,"EXCEL=", "EXCEL=0x1000"
  win.ini, Compatibility,"GUIDE=", "GUIDE=0x1000"
  win.ini, Compatibility,"NETSET2=", "NETSET2=0x0100"
  win.ini, Compatibility,"W4GL=", "W4GL=0x4000"
  win.ini, Compatibility,"W4GLR=","W4GLR=0x4000"
  win.ini, Compatibility,"TURBOTAX=","TURBOTAX=0x00080000"
  win.ini   , Sounds,  "RingIn="                  ,   "RingIn=ringin.wav,Chat Incoming Ring"     ,noclobber
  win.ini   , Sounds,  "RingOut="                 ,   "RingOut=ringout.wav,Chat Outgoing Ring"   ,noclobber
  win.ini   , Network, "DefaultDialogs="

  ; defaults to put up net warning messages
  win.ini, windows, "NetMessage=", "NetMessage=Yes"
  win.ini, windows, "NetWarn=",    "NetWarn=1"

  ; remove beta2 lines
  win.ini, PrinterPorts,          "Microsoft Mail Local Fax="
  win.ini, devices,               "Microsoft Mail Local Fax="

[system]
; The various SYSTEM.DRV, SOUND.DRV, COMM.DRV
;
; These   are the   drivers   which may vary from system to system,
; but are selected only   by the [machine] menu -- they do not have
; special menus   for their selection.
system   =    2:system.drv
sound    =    2:mmsound.drv
comm     =    2:comm.drv
hpsystem =    2:hpsystem.drv

[machine]
; This section defines default machine selections.  The   system
; description from each   entry will appear in the initial machine
; selection menu of Setup.
;
; An * means that setup will use the device specified here and override
; the detected device, this applies to keyboards, mice, and displays.
;
; Each entry contains a   descriptive line for the system-selection menu,
; followed by the filenames of the drivers in fixed order.
;
;      Field      1         2           3        4         5          6         7          8         9             10     11
; prof_str      = Desc Str, System drv, kbd drv, kbd type, mouse drv, disp drv, sound drv, comm drv, himem switch, ebios, cookies
;
ibm_compatible  = "Sistema MS-DOS",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,
ast_386_486     = "AST Premium 386/25 e 386/33 (CUPID)",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,ast_cookz
at_and_t        = "AT&T PC",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,
everex_386_25   = "Everex Step 386/25 (o compatibili)",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,everex_cookz
hewlett_packard = "Hewlett-Packard: tutte",hpsystem,kbdhp,t4s0enha,nomouse,vga,sound,comm,,hpebios,
ibm_ps2_70p     = "IBM PS/2 Model 70",system,kbd,t4s0enha,nomouse,!vga,sound,comm,,ebios,
ibm_ps2_l40sx   = "IBM PS/2 Model L40sx",system,kbd,!t4s0enha,nomouse,vga,sound,comm,,ebios,ibml40_cookz
ncr_386sx       = "NCR: ogni 80386 e 80486",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,ncr386sx_cookz
nec_pm_sx+      = "NEC PowerMate SX Plus",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,nec_pm_cookz
nec_prospeed    = "NEC ProSpeed 386",system,kbd,t4s0enha,nomouse,!vga,sound,comm,,ebios,
toshiba_1600    = "Toshiba 1600",system,kbd,t4s0enha,nomouse,vga,sound,comm,"TOSHIBA",ebios,
toshiba_5200    = "Toshiba 5200",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,t5200_cookz
zenith_386      = "Zenith Data Systems: ogni 80386 e 80486",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,zen386_cookz
att_nsx_20      = "AT&T NSX 20 : Safari notebook",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios
apm             = "Sistema MS-DOS con APM",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,apm_cookz
apm_sl          = "Sistemi Intel 386SL con APM",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,apm_sl_cookz

;
; Cookies as specified in machine section
;
; ini file, section, cookie, needed file
;
; specialdriver,,,file will add an installable driver to [boot]drivers=
;

[apm_cookz]
specialdriver,,,2:power.drv
system.ini,386enh,"device=vpowerd.386",2:vpowerd.386
,,,2:power.hlp

[apm_sl_cookz]
specialdriver,,,2:power.drv
system.ini,386enh,"device=vpowerd.386",2:vpowerd.386
,,,2:power.hlp
system.ini,power.drv,"OptionsDLL=sl.dll",2:sl.dll
,,,2:sl.hlp

[ast_cookz]
system.ini,386enh,"emmexclude=E000-EFFF",

[everex_cookz]
system.ini,386enh,"8042ReadCmd=A2,1,F",
system.ini,386enh,"8042ReadCmd=A3,1,F",
system.ini,386enh,"8042WriteCmd=B3,8,F",

[ibml40_cookz]
system.ini,386enh,"emmexclude=E000-EFFF",
system.ini,386enh,"DMAbuffersize=64"


[ncr386sx_cookz]
system.ini,386enh,"emmexclude=E000-EFFF",
system.ini,386enh,"emmexclude=C600-C7FF",

[nec_pm_cookz]
system.ini,386enh,"VirtualHDirq=NO",

[t5200_cookz]
system.ini,386enh,"emmexclude=C000-C7FF",

[zen386_cookz]
system.ini,386enh,"emmexclude=E000-EFFF",

[special_adapter]
eitherlink  = DMAbuffersize,32          ; Needed if EitherLink MC is detected.

[ebios]
ebios       = x:*ebios               ; Required for most 386 machines.
hpebios     = 2:hpebios.386,x:*ebios ; Required for HP 386 machines.

;
; Language DLL must be installed for non US installation.
;
; profile = language DLL, DLL description, language ID (ilanguage)
;
[language]
dan = 2:langsca.dll, "Danese"                              ,1030
fin = 2:langsca.dll, "Finlandese"                          ,1035
fra = 2:langfrn.dll, "Francese"                            ,1036
frc = 2:langeng.dll, "Francese canadese"                   ,3084
enu =              , "Inglese (americano)"                 ,1033
eng = 2:langeng.dll, "Inglese (internazionale)"            ,2057
isl = 2:langsca.dll, "Islandese"                           ,1039
ita = 2:langeng.dll, "Italiano"                            ,1040
nor = 2:langsca.dll, "Norvegese"                           ,1044
nld = 2:langdut.dll, "Olandese"                            ,1043
ptg = 2:langeng.dll, "Portoghese"                          ,2070
esp = 2:langspa.dll, "Spagnolo"                            ,1034
esn = 2:langeng.dll, "Spagnolo (moderno)"                  ,3082
sve = 2:langsca.dll, "Svedese"                             ,1053
deu = 2:langger.dll, "Tedesco"                             ,1031

; files included on disk but not referenced in anywhere in setup.inf
[keepers]
    1:setup.exe     ; dossetup program
    1:setup.inf     ; setup information file
    1:xmsmmgr.exe   ; xms manager
    1:setup.shh     ; automatic setup template file
    6:prtupd.inf    ; Printer driver update file
    9:admincfg.exe  ; Network Admin Utility
    9:pss.inf       ; PSS Support Protocol File

; List of 3rd party drivers that replace *wdctrl
; Setup will not add *wdctrl if one of these is present
[*wdctrl]
    cpqwdctl.386    ; compaq wd controller
    ultraisa.386    ; ultra store wd controller
    fdscsi.386      ; future domain scsi
    hc_win.386      ; quantum hardcard
    cam_win.386     ; quantum passport scsi
    scsi_win.386    ; quantum passport scsi

; List of 3rd party drivers that replace *int13
; Setup will not add *int13 if one of these is present
[*int13]
    cpqint13.386    ; used with compaq cpqwdctl.386
    qtmint13.386    ; used with quantum hc_win.386, cam_win.386, and scsi_win.386
    int13.386       ; used with future domain

; List of 3rd party drivers that replace *vpd
; Setup will not add *vpd if one of these is present
[*vpd]
    wpsljvpd.386

System.SRC
Codice: [Seleziona]
[boot]
shell      = progman.exe
display.drv  = svga256.drv
system.drv   =
comm.drv     = comm.drv
network.drv  =
oemfonts.fon = vgaoem.fon
fonts.fon    = vgasys.fon
fixedfon.fon = vgafix.fon
386grabber   = vgadib.3gr
mouse.drv    = mouse.drv
keyboard.drv = keyboard.drv
sound.drv    = mmsound.drv
language.dll =
taskman.exe  =
drivers=mmsystem.dll

[keyboard]
type         = 4
subtype      =
keyboard.dll = kbdit.dll
oemansi.bin  =

[boot.description]
keyboard.typ=Tastiere avanzate 101 o 102 tasti US e non US
mouse.drv=Microsoft, o IBM PS/2
language.dll=Italiano
system.drv=Sistema MS-DOS
codepage=858
woafont.fon=
aspect=100,96,96
display.drv=Super VGA (640x480, 256 colori)
network.drv=Rete non installata
secondnet.drv=Rete addizionale non installata

[386Enh]
display=*vddvga
keyboard=*vkd
mouse=*vmd
network=*dosnet,*vnetbios
netheapsize=16
device=*vcd
device=*vpicd
device=*vtd
device=*reboot
device=*vdmad
device=*vsd
device=*v86mmgr
device=*pageswap
device=*dosmgr
device=*vmpoll
device=*wshell
device=*PAGEFILE
device=*BLOCKDEV
device=*vfd
device=*parity
device=*biosxlat
device=*vmcpd
device=*combuff
device=*cdpscsi
device=vtdapi.386
device=vpmtd.386
device=vcomm.386
device=serial.386
device=lpt.386
device=ifsmgr.386
device=vcache.386
device=vshare.386
local=CON
FileSysChange=off
COM3Irq=4
COM3Base=03E8
COM4Irq=3
COM4Base=02E8

device=vsbd.386
device=vadlibd.386
[NonWindowsApp]
localtsrs=dosedit,ced

[vcache]
minfilecache=512

[mci]
WaveAudio=mciwave.drv
Sequencer=mciseq.drv
CDAudio=mcicda.drv

[drivers]
timer=timer.drv
midimapper=midimap.drv
Wave=sndblst2.drv
MIDI=sndblst2.drv
MIDI1=msadlib.drv

[DDEShares]
CHAT$=winchat,chat,,31,,0,,0,0,0
SCHAT$=winchat,chat,,31,,0,,0,0,0
CLPBK$=clipsrv,system,,31,,0,,0,0,0
HEARTS$=mshearts,hearts,,15,,0,,0,0,0

[Network]
winnet=nonet
multinet=nonet
FileSharing=No
PrintSharing=No



[svga256.drv]
resolution=1
svgamode=46
ChipSet=Tseng ET4000
LatchCapable=Yes

[network drivers]
devdir=C:\WINDOWS
LoadRMDrivers=No

[sndblst.drv]
port=220
int=7



Setup.shh

Codice: [Seleziona]
[sysinfo]
;
; Use this section to specify whether you want Setup to display the
; System Configuration screen. Specify "yes" to display the screen and "no"
; if you don't want the screen displayed. (The default value is "no".)
;
; You may want to display and review the System Configuration screen so
; that you can confirm the configuration settings before continuing with
; Setup.

showsysinfo=NO



[configuration]
;
; Use this section to specify the various devices on your system. You can
; find the values for each variable in the SETUP.INF file. If you omit an
; entry, Windows uses the detected or default device.
;
; If you are updating Windows, some of these entries will be ignored and
; Windows will use the devices that are already installed. If you want to
; force the update and override the installed device, precede the value
; with an exclamation point (!), for example, display = !vga. Only the
; Machine, Display, Mouse devices require an exclamation point
; for overriding the installed device during an upgrade.

; Machine profile string from [machine] section of SETUP.INF

machine = ibm_compatible

; Display profile string from [display] section of SETUP.INF

display = 8vga480

; Mouse profile string from [pointing.device] section of SETUP.INF

mouse = ps2mouse

; Network profile string from [network] section of WINNET.INF
; followed by version profile string from the appropriate
; [xxxxxxx.versions] section which identifies the network version.
; The following example will setup Windows using
; "Microsoft Workgroup (version 3.11)"


network = false


; Keyboard profile string from [keyboard.types] section of SETUP.INF

keyboard = t4s0enha

; Language profile string from [language] section of SETUP.INF

language = ita

; Keyboard Layout profile string from [keyboard.tables] section of SETUP.INF

kblayout = itadll

[windir]
;
; Use this section to specify where to put Windows files. If a previous
; version of Windows is already set up in the specified directory, Setup
; will update it. If you do not specify a directory, or if the specified
; directory is not valid, Setup displays a dialog box asking you to specify
; the directory in which you want to set up Windows.

C:\WINDOWS



[userinfo]
;
; Use this section to specify the user and company name. The first line
; specifies the user's name. This line is required. The second specifies
; the company name, and is optional. Both names can be up to 30 characters
; long and must be enclosed in double quotation marks (" ") if they include
; blank spaces. The third line specifies the product number.
;
; If you do not specify a user name, a dialog box appears during Setup asking
; for the user's name.
;
; If you are setting up Windows across a network, the [userinfo] section
; will be ignored.
;
"Corrado C. Pubblico"    ; User Name   (30 chars MAX) (required)
"Microsoft Corporation"    ; Company Name (30 chars MAX) (optional)
111-1111111           ; Product No.  (16 chars MAX) (optional)

[network]
; Use this section to specify Microsoft Workgroup  network options
; and network adapters. This section will only be processed if
; the Network entry in the [configuration] section is a version of
; wfwnet (Microsoft Workgroup).
; Network = wfwnet/00026000

Network = FALSE

; MultiNet profile string from the [multinet] section of WINNET.INF
;

MultiNet=FALSE

; UserName (20 chars MAX)
;
; If you do not specify a user name, either the current user name setting
; from SYSTEM.INI is used, or a default value is used.
;

UserName = Dosbox

; Workgroup (15 chars MAX)
;
; If you do not specify a workgroup, either the current workgroup setting
; from SYSTEM.INI is used, or a default value is used.
;
WorkGroup =

; Computer Name (15 chars MAX)
;
; If you do not specify a computer name, either the current computername
; setting from SYSTEM.INI is used, or a default value is used.
;
ComputerName =

; ShowNames tells setup whether or not to display the user names
; to the user. Select "yes" to show the names to the user, or "no"
; if you do not want to display the names. The default value is "no".
;
ShowNames = yes

; MakeProtocol determines whether this file contains a default protocol.ini.
; If MakeProtocol is "yes", then the .SHH file will be copied as
; PROTOCOL.INI and the non-protocol.ini sections will be deleted. The
; section below called [protocol.ini] contains the names of the sections
; to delete to make a complete protocol.ini.
;
;   MakeProtocol = no   ; don't create a protocol.ini
;   MakeProtocol = yes  ; strip the .shh file copy to a new protocol.ini
;
; If the value is "no" but no previous protocol.ini exists, setup will
; prompt the user for a netcard and install default protocols.

MakeProtocol = no

[protocol.ini]
; Sections to be deleted from the .shh file in order to make protocol.ini
sysinfo=
configuration=
windir=
userinfo=
network=
protocol.ini=
dontinstall=
options=
printers=
endinstall=

[Install]



[dontinstall]
;
; Use this section to specify components that you do not want to set up
; on your system. By default, all components will be installed. If you do
; not want to set up a particular component, include it in this section.

accessories                ; Do NOT install accessories
readmes                    ; Do NOT install readme files
games                      ; Do NOT install games
screensavers               ; Do NOT install screen savers
bitmaps                    ; Do NOT install bitmaps
net

[options]
;
; Use this section to specify whether you want to set up applications
; during Setup, and/or start the Windows Tutorial at the end of Setup.
; If you don't want any of these options, you can omit this section.
;
; If you choose to set up applications, you can either set them up
; interactively during Setup (you choose which applications you want to set
; up,) or you can specify that you want Setup to automatically set up all
; applications found on your hard disk.
;
; If you specify both "setupapps" and "autosetupapps", all applications on
; your hard disk will be set up.
;

setupapps =

[printers]
;
; Use this section to specify any printers you want to set up. You specify a
; printer description and a port. Values for the printer description
; variable are listed in the [io.device] section of the CONTROL.INF file.
; Values for the port variable are listed in the [ports] section of the
; WIN.INI file.
;
; The printer description must be enclosed in double quotation marks (" ")
; if it contains blank spaces. The port value must appear exactly as it does
; in the WIN.INI file. If you do not want to set up a printer, omit this
; section.
;


[endinstall]
;
; Use this section to specify whether you want Setup to make modifications
; to the CONFIG.SYS and AUTOEXEC.BAT files and whether you want Setup to
; exit to DOS or restart your system when it has finished installing Windows.
;
; The "configfiles" entry specifies whether Setup should modify the
; CONFIG.SYS and AUTOEXEC.BAT with the necessary changes, or whether Setup
; should save the proposed changes in separate files called CONFIG.WIN and
; AUTOEXEC.WIN in your WINDOWS directory. If you choose the latter, you must
; make the changes yourself.
;
; You can specify one of the following entries.
;
; configfiles = modify              ;writes modifications back to source.
; configfiles = save                ;saves changes to alternate (*.win) files.
;
; If  you do not specify a "configfiles" entry, the CONFIG.SYS and
; AUTOEXEC.BAT files will be modified by Setup.
;
; The "endopt" entry specifies what happens at the end of Setup. You can
; specify one of the following entries.
;
;     endopt = exit        ; Setup exits to DOS
;     endopt = reboot      ; Setup reboots your computer
;
;     NOTE: 'endopt = restart' is not valid for Microsoft Workgroup.
;      If you specify restart, the exit option will be taken instead.
;
; If you do not specify an "endopt" entry, a dialog box appears at the end
; of Setup asking the user to choose from the two options.
;
; If you are using the network option for setting up Windows (Setup /n), the
; reboot option is not valid. Setup will exit to DOS instead of rebooting
; your system.
;
; If you exit to DOS, you must still reboot your computer before starting
; Windows for Workgroups for the first time so that the correct network
; device drivers will be loaded.
;
;configfiles = save
endopt      = reboot



Scrivo anche la modifica basta copiare il testo alla fine del file "dosbox.conf"

setup.shh deve rimanere nella "C"


:5
c:
echo on
copy c:\win311\SVGA256.DR_
del c:\win311\SVGA256.DR_
expand SVGA256.DR_ SVGA256.DRV
del c:\win311\SVGA256.DR_
svgaptch.exe -p
copy SVGA256.DRV c:\win311\
del c:\win311\system.sr_
copy system.src c:\win311
del c:\win311\setup.inf
copy setup.inf c:\win311
exit
« Ultima modifica: 13 Giu 2014 23:19:10 da Fato »

Offline echelon

  • Ufficiale
  • *****
  • Post: 1.321
  • Karma: +4/-0
  • La fortuna? Occorre andarsela a cercare.
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #11 il: 05 Apr 2014 18:24:25 »
Forse non hai capito, "Creazione Installazione automatica con Dosbox con windows" bada caso é uscito il titolo "Bermuda Syndrome" io volevo installare Windows con tutti i Driver senza perdere tempo di configurare i driver Video + Audio "installare"


Ho capito cosa intendevi già da prima; personalmente una volta installato win 3.11 su dosbox per testare woodruf, ho compresso la sola "C" e ripristino al volo solo quella su altri dosbox in fase di evoluzione, per poi installare l'eventuale gioco di mio interesse (attualmente solo bermuda in realtà).
Quindi in pratica ho creato quello che fa GOG, ma ora mi sono accordo che il win 3.x non è freeware, quindi fra qualche giono rimuovo l'archivio postato poco sopra.

Encomiabile la tua guida, che mostra la tua padronanza del "mezzo". Mai avuti dubbi in merito, sia ben chiaro.

Offline Fato

  • Ufficiale
  • *****
  • Post: 708
  • Karma: +5/-0
    • Mostra profilo
Re:Creazione Installazione automatica con Dosbox con windows
« Risposta #12 il: 13 Giu 2014 23:22:56 »
@Vitali

Si, non era intenzionale copiare Gog "non sapevo che utilizzava Dosbox"

(click to show/hide)
« Ultima modifica: 13 Giu 2014 23:28:05 da Fato »