home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-02-24 | 20.1 KB | 945 lines |
- [process]
- backup.pcawinst
-
- NetUserInstall
-
- Bitmaps.pix
- PCACopy = SetActiveCopy
-
- switch02 = Exists.WinAwBin
- #ifnot switch02
- MessageBox.MustInstallToNetwork
- Exit
- #endif
-
- ResetTarget.TargetSource
-
- switch20 = IsNotWin30
- switch21 = FALSE
- #ifnot switch20
- switch21 = exists.VerDll
- #endif
- #if switch21
- messagebox.MsgWin31DLLs
- #endif
-
- switch40 = VerifyIni.CheckVideoXGA
- switch41 = VerifyIni.CheckVideoVGA
- switch42 = VerifyIni.CheckVideoVGABW
- switch43 = VerifyIni.CheckVideoEGA
-
- switch20 = FALSE
- #if switch40
- switch20 = TRUE
- #endif
- #if switch41
- switch20 = TRUE
- #endif
- #if switch42
- switch20 = TRUE
- #endif
- #if switch43
- switch20 = TRUE
- #endif
-
- switch44 = VerifyIni.CheckVideoOldVGA
- switch45 = VerifyIni.CheckVideoOldVGABW
- switch46 = VerifyIni.CheckVideoOldEGA
- switch25 = FALSE
- #if switch44
- switch25 = TRUE
- #endif
- #if switch45
- switch25 = TRUE
- #endif
- #if switch46
- switch25 = TRUE
- #endif
-
- switch21 = VerifyIni.CheckMouseDriver
- switch26 = VerifyIni.CheckMouseDriverOld
-
- switch40 = VerifyIni.CheckKeyboard
- switch41 = VerifyIni.CheckKeyboardHP
- switch42 = VerifyIni.CheckKeyboardOL
- switch22 = FALSE
- #if switch40
- switch22 = TRUE
- #endif
- #if switch41
- switch22 = TRUE
- #endif
- #if switch42
- switch22 = TRUE
- #endif
-
- switch43 = VerifyIni.CheckKeyboardOld
- switch44 = VerifyIni.CheckKeyboardOldHP
- switch45 = VerifyIni.CheckKeyboardOldOL
- switch27 = FALSE
- #if switch43
- switch27 = TRUE
- #endif
- #if switch44
- switch27 = TRUE
- #endif
- #if switch45
- switch27 = TRUE
- #endif
-
- ;***** Note: Switch30 and Switch31 are modified in CallProc.LocalCustomize!!!
- switch30 = TRUE
- switch31 = VerifyStartup.CheckAutoexec
-
- CallProc.LocalCustomize
-
- switch05 = exists.CheckAxc
- #ifnot switch05
- backup.Original
- #endif
-
- #if switch31
- Backup.SaveEm
- messagebox.InformAboutBackup
- #endif
- #ifnot switch31
- Backup.SaveEmNotAutoexec
- messagebox.InformAboutBackupNotAutoexec
- #endif
-
- switch37 = TRUE
- #if switch31
- switch37 = VerifyStartup.CheckAutoexec
- #endif
-
- #ifnot switch37
- UpdateStartup.Autoexec
- #endif
-
- switch01 = Exists.CTL3DDLL
- #if switch01
- Backup.MoveCTL3D
- Delete.CTL3DDLL
- #endif
-
- DisableUtils
- copy
- groups
- EnableUtils
-
- switch51 = Exists.PcawIni
- #ifnot switch51
- AddToIni.NewPcawIni
- #endif
-
- switch07 = VerifyIni.NetwareIsNetwork
- #if switch07
- UpdateIni.VIPX
- #endif
-
- switch07 = VerifyIni.CheckNetHeapSize
- #ifnot switch07
- UpdateIni.SetNetHeapSize
- #endif
-
- #ifnot switch30
- RemoveFromLoad.RemHost
- #endif
-
- #if switch20
- CopyIni.PCAWVideo
- #endif
-
- #if switch22
- CopyIni.PCAWKeyboard
- #endif
-
- switch24=FALSE
- #if switch21
- switch24 = VerifyIni.MouseDriverSaved
- #endif
-
- #if switch24
- CopyIni.RestoreMouseDriver
- switch21=FALSE
- #endif
-
- #if switch21
- CopyIni.PCAWMouse
- #endif
- DelFromIni.VPCAW
-
- AddToIni.VPCAW5
-
- switch17 = VerifyIni.TimeCriticalPresent
- #ifnot switch17
- UpdateIni.TimeCriticalSection
- #endif
-
- switch01 = IsNotWin30
- switch16 = FALSE
- #if switch01
- switch16 = VerifyIni.CheckVCD
- #endif
-
- #ifnot switch16
- DelFromIni.OldVCD
- #endif
-
- #if switch01
- AddToIni.AW5VCD
- #endif
-
- switch01 = VerifyIni.FindFontSection
- #ifnot switch01
- UpdateIni.AddFontSection
- #endif
-
- #ifnot switch30
- Delete.InstallDLLs
- End.ByeNoReboot
- #endif
-
- ;---------------------------------------------------------------------
- ; End here it not Host
- ;---------------------------------------------------------------------
-
- #ifnot switch25
- CopyIni.KeepVideoDriver
- #endif
-
- #ifnot switch27
- CopyIni.KeepKeyboardDriver
- #endif
-
- switch10 = IsVideo.Vga256
- #if switch10
- UpdateIni.AW5XGA
- #endif
-
- switch11 = IsVideo.Vga16
- #if switch11
- UpdateIni.AW5VGA
- #endif
-
- switch12 = IsVideo.VgaMono
- #if switch12
- UpdateIni.AW5VGABW
- #endif
-
- switch13 = IsVideo.Ega
- #if switch13
- UpdateIni.AW5EGA
- #endif
-
- #ifnot switch26
- CopyIni.SaveMouseDriver
- CallProc.CopyMouseDrv
- CopyIni.KeepMouseDriver
- #endif
-
- UpdateIni.AW5MOUSE
-
- UpdateIni.AW5KBD
-
- Delete.InstallDLLs
-
- #if switch31
- UpdateIni.WinIni
- End.bye
- #endif
-
- End.ByeNoReboot
-
- End
-
- ;---------------------------------------------------------------------
- ; Subproc when INSTALL takes over Windows
- ;---------------------------------------------------------------------
-
- [SubProc]
- DelFromIni.RemoveVPCAW5
- DelFromIni.TimeCriticalSection
- DelFromIni.RemoveAW5VCD
-
- switch51 = Exists.PcawIni
- #ifnot switch51
- Return
- #endif
-
- switch40 = VerifyIni.CheckVideoXGA
- switch41 = VerifyIni.CheckVideoVGA
- switch42 = VerifyIni.CheckVideoVGABW
- switch43 = VerifyIni.CheckVideoEGA
- switch44 = VerifyIni.CheckVideoOldVGA
- switch45 = VerifyIni.CheckVideoOldVGABW
- switch46 = VerifyIni.CheckVideoOldEGA
-
- switch20 = FALSE
- #if switch40
- switch20 = TRUE
- #endif
- #if switch41
- switch20 = TRUE
- #endif
- #if switch42
- switch20 = TRUE
- #endif
- #if switch43
- switch20 = TRUE
- #endif
- #if switch44
- switch20 = TRUE
- #endif
- #if switch45
- switch20 = TRUE
- #endif
- #if switch46
- switch20 = TRUE
- #endif
-
- switch40 = VerifyIni.CheckMouseDriver
- switch41 = VerifyIni.CheckMouseDriverOld
-
- switch21 = FALSE
- #if switch40
- switch21 = TRUE
- #endif
- #if switch41
- switch21 = TRUE
- #endif
-
- switch40 = VerifyIni.CheckKeyboard
- switch41 = VerifyIni.CheckKeyboardHP
- switch42 = VerifyIni.CheckKeyboardOL
- switch43 = VerifyIni.CheckKeyboardOld
- switch44 = VerifyIni.CheckKeyboardOldHP
- switch45 = VerifyIni.CheckKeyboardOldOL
-
- switch22 = FALSE
- #if switch40
- switch22 = TRUE
- #endif
- #if switch41
- switch22 = TRUE
- #endif
- #if switch42
- switch22 = TRUE
- #endif
- #if switch43
- switch22 = TRUE
- #endif
- #if switch44
- switch22 = TRUE
- #endif
- #if switch45
- switch22 = TRUE
- #endif
-
- #if switch20
- CopyIni.PCAWVideo
- #endif
-
- switch24=FALSE
- #if switch21
- switch24 = VerifyIni.MouseDriverSaved
- #endif
-
- #if switch24
- CopyIni.RestoreMouseDriver
- switch21=FALSE
- #endif
-
- #if switch21
- CopyIni.PCAWMouse
- #endif
-
- #if switch22
- CopyIni.PCAWKeyboard
- #endif
-
- Return
-
- ;-----------------------------------------------------------------------
- ; Disks.
- ;-----------------------------------------------------------------------
- [disks]
- 1=A:\, "pcANYWHERE f÷r Windows"
-
- ;-----------------------------------------------------------------------
- ; Copy.
- ;-----------------------------------------------------------------------
- [PCACopy]
- #copy.BaseFiles, 0:, "pcANYWHERE - 500K ", 500
-
- [copy.BaseFiles]
- 1:COMMDLG.DLL, "Windows 3.1 bibliotek", SYSTEM, VersionCheck
- 1:CTL3D.DLL, "Windows 3.1 dialoger", SYSTEM, VersionCheck
- 1:SHELL.DLL, "Windows 3.1 bibliotek", SYSTEM, VersionCheck
- 1:VER.DLL, "Windows 3.1 bibliotek", SYSTEM, VersionCheck
- 1:WINHELP.EXE, "Windows 3.1 HjΣlp", WINDOWS, VersionCheck
- 1:WINHELP.HLP, "Windows 3.1 HjΣlp", DateTimeCheck, WINDOWS
- 1:AWCM.DLL, "Anslutningshanterare", SYSTEM, VersionCheck
- 1:AWCM8250.DLL, "Seriell drivrutin", SYSTEM, VersionCheck
- 1:AWCMIN14.DLL, "INT14-drivrutin", SYSTEM, VersionCheck
- 1:AWCMIPX.DLL, "IPX-drivrutin", SYSTEM, VersionCheck
- 1:AWCMNASI.DLL, "NASI-drivrutin", SYSTEM, VersionCheck
- 1:AWCMNB.DLL, "NetBIOS-drivrutin", SYSTEM, VersionCheck
- 1:AWCMTACS.DLL, "Telebit ACS-drivrutin", SYSTEM, VersionCheck
- 1:NWIPXSPX.DLL, "Novell Netware-drivrutin", DateTimeCheck, SYSTEM
- 1:NWNETAPI.DLL, "Novell Netware-drivrutin", DateTimeCheck, SYSTEM
- 1:NWPSERV.DLL, "Novell Netware-drivrutin", DateTimeCheck, SYSTEM
- 1:AW5XGA.DRV, "VGA (256 fΣrger) videodrivrutin", SYSTEM, VersionCheck
- 1:AW5VGA.DRV, "VGA (16 fΣrger) videodrivrutin", SYSTEM, VersionCheck
- 1:AW5EGA.DRV, "EGA videodrivrutin", SYSTEM, VersionCheck
- 1:AW5VGABW.DRV, "VGA (monokrom) videodrivrutin",SYSTEM, VersionCheck
- 1:AW5KBD.DRV, "Drivrutin f÷r Standardtangentbord", SYSTEM, VersionCheck
- 1:AW5KBDHP.DRV, "Drivrutin f÷r HP-tangentbord", SYSTEM, VersionCheck
- 1:AW5KBDOL.DRV, "Drivrutin f÷r Olivetti-tangentbord", SYSTEM, VersionCheck
- 1:AW5MOUSE.DRV, "Musdrivrutin", SYSTEM, VersionCheck
- 1:AWREMACC.DRV, "Drivrutin f÷r fjΣrrσtkomst", SYSTEM, VersionCheck
- 1:AWFONT.FON, "pcANYWHERE typsnitt", DateTimeCheck, SYSTEM
- 1:VPCAW5.386, "Virtuell drivrutin", DateTimeCheck, SYSTEM
- 1:AW5VCD.386, "Virtuell kommunikationsdrivrutin", DateTimeCheck, SYSTEM
-
- ;-----------------------------------------------------------------------
- ; Groups.
- ;-----------------------------------------------------------------------
- [groups]
- "pcANYWHERE", winaw.grp
-
- [pcANYWHERE]
- "pcANYWHERE f÷r Windows",winaw.exe, copy.BaseFiles
- "pcANYWHERE VΣrdinstallation", "install.exe /s", copy.BaseFiles
- "Tag bort pcANYWHERE", "install.exe /u", copy.BaseFiles
-
- [bye]
- caption = "pcANYWHERE -- Installation pσ arbetsstation fΣrdig"
- "Detta avslutar installationen av pcANYWHERE f÷r Windows pσ din arbetsstation."
- " "
- "F÷r att kunna anvΣnda pcANYWHERE f÷r Windows mσste nΣtverkskatalogen som du installerade pcANYWHERE frσn vara tillgΣnglig."
- " "
- "LΣs om sista-minuten-Σndringar i filen README.TXT nΣr Windows har startats om."
- " "
- "VΣlj ett avslutningsalternativ."
- " "
- "Omstart rekommenderas starkt!"
- "Se till att ingen diskett Σr isatt."
-
- [ByeNoReboot]
- caption = "pcANYWHERE -- Installation pσ arbetsstation fΣrdig"
- "Detta avslutar installationen av pcANYWHERE f÷r Windows pσ din arbetsstation."
- " "
- "F÷r att kunna anvΣnda pcANYWHERE f÷r Windows mσste nΣtverkskatalogen som du installerade pcANYWHERE frσn vara tillgΣnglig."
- " "
- "LΣs om sista-minuten-Σndringar i filen README.TXT."
- " "
- "VΣlj ett avslutningsalternativ."
-
- [MustInstallToNetwork]
- caption = "pcANYWHERE Installation pσ arbetsstation"
- "Filerna till pcANYWHERE f÷r Windows mσste installeras pσ nΣtverksenheten innan installation pσ arbetsstation kan utf÷ras."
- " "
- "LΣs i handboken om hur man installerar pcANYWHERE f÷r Windows i nΣtverksmilj÷."
-
- [InformAboutBackup]
- caption = "Startfiler"
- "Startfilerna har sΣkerhetskopierats."
- " "
- "AUTOEXEC.BAT, WIN.INI och SYSTEM.INI har kopierats till pcANYWHERE-katalogen."
-
- [InformAboutBackupNotAutoexec]
- caption = "Startfiler"
- "Startfilerna har sΣkerhetskopierats."
- " "
- "WIN.INI och SYSTEM.INI har kopierats till pcANYWHERE-katalogen."
-
- [appselect]
- caption = "pcANYWHERE -- Val av applikation"
- text = "Ange vilka applikationer som ska installeras:"
-
- [Registration]
- caption = "pcANYWHERE -- Registrering"
- text1 = "Var god registrera ditt namn och f÷retag innan du fortsΣtter:"
- text2 = "&Namn:"
- text3 = "&F÷retag:"
- Cancel = "&Avsluta"
- Help = "&HjΣlp"
- appname = winaw.exe
- string = "Symantec Install for Windows"
- active = no
-
- [VersionSearch]
- caption = "S÷kning efter tidigare version"
- text1 = "S÷ker efter en tidigare installerad"
- text2 = "version av pcANYWHERE f÷r Windows."
- appname = "winaw.exe"
- apppath = c:\winaw
-
- [TargetDrive]
- caption = "Installation av pcANYWHERE-filer"
- defpath = C:\WINAW
- text = "OBS: De enskilda delarna av produkten kan vΣljas/vΣljas bort om du vΣljer Anpassad installation."
- reqspace= "500 K diskutrymme krΣvs" ; space value must be specified in kilobytes
-
- [errors]
- noprev = "Symantec Install f÷r Windows k÷rs redan"
-
- [FileCopy]
- copycaption = "Installation av pcANYWHERE"
- errorcaption = "Fel vid kopiering av filer"
- insertcaption = "SΣtt i diskett"
- Message = MessageText
-
- [MessageText]
- ""
- ""
- "Kopierar drivrutinerna f÷r pcANYWHERE f÷r Windows till Windowskatalogen."
- ""
- ""
- "Om du fσr problem med denna installation kontakta nΣtverksansvarig."
- ""
- ""
- "Tack f÷r att du anvΣnder pcANYWHERE f÷r Windows!"
-
- [cancel]
- caption = "pcANYWHERE"
- text = "Vill du verkligen avsluta?"
-
- [MsgWin31DLLs]
- caption = "M÷jlig filkonflikt"
- "En eller flera versioner av distributionsfilerna till Windows 3.1 har upptΣckts i systemet."
- " "
- "LΣs i avsnittet om Windows 3.0 i filen README.TXT om problem uppstσr efter installationen av pcANYWHERE."
-
- ;-----------------------------------------------------------------------
- [TargetSource]
- DefaultDir=
- Location=Source
-
- [VerDll]
- ver.dll, system
-
- [WinAwBin]
- winaw.bin, source
-
- [SaveEm]
- system.ini, system.awa, WINDOWS, WINDOWS
- win.ini, win.awa, WINDOWS, WINDOWS
- c:\autoexec.bat, c:\autoexec.awa, dummy, dummy
-
- [SaveEmNotAutoexec]
- system.ini, system.awa, WINDOWS, WINDOWS
- win.ini, win.awa, WINDOWS, WINDOWS
-
- [pcawinst]
- awinst.dll, awinst.dll, SOURCE, SYSTEM
-
- [InstallDLLs]
- AWINST.DLL, SYSTEM
- WIN.$AW, WINDOWS
- SYSTEM.$AW, WINDOWS
-
- [CTL3DDLL]
- CTL3D.DLL, WINDOWS
-
- [MoveCTL3D]
- CTL3D.DLL, CTL3D.DLL, WINDOWS, SYSTEM
-
- [original]
- system.ini, system.awo, WINDOWS, WINDOWS
- win.ini, win.awo, WINDOWS, WINDOWS
- c:\autoexec.bat, c:\autoexec.awo, dummy, dummy
-
- [CheckAxc]
- c:\autoexec.awo, dummy
-
- [RemHost]
- winhost.exe
-
- [AW5MOUSE]
- IniName = system.ini
- SectionName = boot
- mouse.drv=aw5mouse.drv
-
- [AW5KBD]
- IniName = system.ini
- SectionName = boot
- keyboard.drv=aw5kbd.drv
-
- [VPCAW5]
- IniName = system.ini
- SectionName = 386Enh
- device=vpcaw5.386
-
- [RemoveVPCAW5]
- IniName = system.ini
- SectionName = 386Enh
- device=*vpcaw5.386
-
- [VPCAW]
- IniName = system.ini
- SectionName = 386Enh
- device=*vpcaw.386
-
- [TimeCriticalSection]
- IniName = system.ini
- SectionName = 386Enh
- TimerCriticalSection=500
-
- [TimeCriticalPresent]
- IniName = system.ini
- SectionName = 386Enh
- timercriticalsection=*
-
- [AW5XGA]
- IniName = system.ini
- SectionName = boot
- display.drv=aw5xga.drv
-
- [AW5VGA]
- IniName = system.ini
- SectionName = boot
- display.drv=aw5vga.drv
-
- [AW5VGABW]
- IniName = system.ini
- SectionName = boot
- display.drv=aw5vgabw.drv
-
- [AW5EGA]
- IniName = system.ini
- SectionName = boot
- display.drv=aw5ega.drv
-
- [EgaDrv]
- IniName = system.ini
- SectionName = boot
- display.drv=*ega.drv
-
- [MonoDrv]
- IniName = system.ini
- SectionName = boot
- display.drv=*mono.drv
-
- [WinIni]
- IniName = win.ini
- SectionName = windows
- load=%s\winhost.exe, Append, target
-
- [NetwareIsNetwork]
- IniName = system.ini
- SectionName = 386Enh
- network=*vnetware.386
-
- [VIPX]
- IniName = system.ini
- SectionName = 386Enh
- network=",vipx.386", Append
-
- [OldVCD]
- IniName = system.ini
- SectionName = 386Enh
- device=*vcd.386
- device=*vcd
-
- [AW5VCD]
- IniName = system.ini
- SectionName = 386Enh
- device=aw5vcd.386
-
- [RemoveAW5VCD]
- IniName = system.ini
- SectionName = 386Enh
- device=*aw5vcd.386
-
- [CheckVCD]
- IniName = system.ini
- SectionName = 386Enh
- device=*aw5vcd.386
-
- [CheckNetHeapSize]
- IniName = system.ini
- SectionName = 386Enh
- NetHeapSize=*
-
- [SetNetHeapSize]
- IniName = system.ini
- SectionName = 386Enh
- NetHeapSize=24
-
- [CheckVideoXGA]
- IniName = system.ini
- SectionName = boot
- display.drv=*aw5xga.drv
-
- [CheckVideoVGA]
- IniName = system.ini
- SectionName = boot
- display.drv=*aw5vga.drv
-
- [CheckVideoVGABW]
- IniName = system.ini
- SectionName = boot
- display.drv=*aw5vgabw.drv
-
- [CheckVideoEGA]
- IniName = system.ini
- SectionName = boot
- display.drv=*aw5ega.drv
-
- [CheckVideoOldVGA]
- IniName = system.ini
- SectionName = boot
- display.drv=*awvga.drv
-
- [CheckVideoOldVGABW]
- IniName = system.ini
- SectionName = boot
- display.drv=*awvgamon.drv
-
- [CheckVideoOldEGA]
- IniName = system.ini
- SectionName = boot
- display.drv=*awega.drv
-
- [CheckKeyboard]
- IniName = system.ini
- SectionName = boot
- keyboard.drv=*aw5kbd.drv
-
- [CheckKeyboardHP]
- IniName = system.ini
- SectionName = boot
- keyboard.drv=*aw5kbdhp.drv
-
- [CheckKeyboardOL]
- IniName = system.ini
- SectionName = boot
- keyboard.drv=*aw5kbdol.drv
-
- [CheckKeyboardOld]
- IniName = system.ini
- SectionName = boot
- keyboard.drv=*awkbd.drv
-
- [CheckKeyboardOldHP]
- IniName = system.ini
- SectionName = boot
- keyboard.drv=*awkbdhp.drv
-
- [CheckKeyboardOldOL]
- IniName = system.ini
- SectionName = boot
- keyboard.drv=*awkbdoli.drv
-
- [CheckMouseDriver]
- IniName = system.ini
- SectionName = boot
- mouse.drv=*aw5mouse.drv
-
- [CheckMouseDriverOld]
- IniName = system.ini
- SectionName = boot
- mouse.drv=*awmouse.drv
-
- [KeepVideoDriver]
- IniSrc = system.ini
- IniTrgt = pcaw.ini
- SectionName = boot
- NewSectionName = pcANYWHERE
- display.drv=*, NewItemName=display
-
- [KeepKeyboardDriver]
- IniSrc = system.ini
- IniTrgt = pcaw.ini
- SectionName = boot
- NewSectionName = pcANYWHERE
- keyboard.drv=*, NewItemName=keyboard
-
- [KeepMouseDriver]
- IniSrc = system.ini
- IniTrgt = pcaw.ini
- SectionName = boot
- NewSectionName = pcANYWHERE
- mouse.drv=*, NewItemName=mouse
-
- [SaveMouseDriver]
- IniSrc = system.ini
- IniTrgt = pcaw.ini
- SectionName = boot
- NewSectionName = uninstall
- mouse.drv=*
-
- [RestoreMouseDriver]
- IniSrc = pcaw.ini
- IniTrgt = system.ini
- SectionName = uninstall
- NewSectionName = boot
- mouse.drv=*
-
- [MouseDriverSaved]
- IniName=pcaw.ini
- SectionName=uninstall
- mouse.drv=*
-
- [CopyMouseDrv]
- dll=awinst.dll
- function=CopyMouseDriver
- PrevName=mouse.drv
- NewName=aworgmse.drv
-
- [AddFontSection]
- IniName=pcaw.ini
- SectionName=font
- logicalfonts=0
-
- [FindFontSection]
- IniName=pcaw.ini
- SectionName=font
- logicalfonts=*
-
- [pix]
- color = %s\winaw.bmp
-
- [CheckAutoexec]
- FindRems=0
- File=c:\autoexec.bat
- FindItems=AutoexecFindItems
-
- [AutoexecFindItems]
- *AW5HOST*
-
- [autoexec]
- caption = "pcANYWHERE -- Modifiera AUTOEXEC.BAT"
- text1 = "F÷ljande rad(er) mσste lΣggas till i filen autoexec.bat:"
- FileSpec = c:\autoexec.bat
- EditError1 = "Ett problem uppstod vid tillverkningen av den nya autoexec.bat"
- EditError2 = " "
- EditError3 = "Du b÷r g÷ra f÷ljande:"
- EditError4 = "1. Kontrollera de rader som beh÷ver lΣggas till"
- EditError5 = "2. VΣlj alternativet 'Spara n÷dvΣndiga Σndringar i ny fil'"
- EditError6 = "3. FortsΣtt och avsluta installationen"
- EditError7 = "4. Utf÷r Σndringarna i filen autoexec.bat senare"
- AddPath =
- DelItems = AutoexecDelItems
- AddItems = AutoexecAddItems
-
- [AutoexecDelItems]
- *AW5HOST*
- *AWLAN*
- *AWHOST*
-
- [AutoexecAddItems]
- %s\pcawaxc.$$$, target, LoadFromFile, PutMeAfterThis=PCAAfterThis
-
- [PCAAfterThis]
- "*login*"
- "set aw=*"
- "set aw =*"
-
- [LocalCustomize]
- dll = awinst.dll
- function = AWLocalCustomize
- ConfigFile = winaw.bin, source
- Workfile = pcawaxc.$$$, source
- AxcCommand = "aw5host -P=%s -W=%s -M=R", source
-
- ;--------------------------------------------------------------------
-
- [SetShell]
- AppIniName = winaw.ini
- WinIniName = win.ini
- SystemIniName = system.ini
- Message = MessageBox.SetShellMessage
- SysSectionName = boot
- WinSectionName = windows
- shell = %s\install.exe
- load =
- run =
- SetShellIfLoaded=
- Backup = Backup.SetShellSave
- Restore = Backup.SetShellRestore
- Active = yes
- IfActiveList=LoadedList
- SubProcess=SubProc
-
- [SetShellSave]
- win.ini, win.$aw, WINDOWS
- system.ini, system.$aw, WINDOWS
-
- [SetShellRestore]
- system.$aw, system.ini, WINDOWS
- win.$aw, win.ini, WINDOWS
-
- [LoadedList]
- NWIN.DLL
- NWIN2.DLL
- COMMDLG.DLL
- CTL3D.DLL
- VER.DLL
- AWLPFUNC.DLL
- AWINST.DLL
- WINHOST.EXE
- AWCM.DLL
- AWVGA.DRV
- AWEGA.DRV
- AWVGAMON.DRV
- AW5XGA.DRV
- AW5VGA.DRV
- AW5EGA.DRV
- AW5VGABW.DRV
- AW5KBD.DRV
- AW5KBDHP.DRV
- AW5KBDOL.DRV
- AW5MOUSE.DRV
- VPCAW5.386
- AW5VCD.386
- AWREMACC.DRV
- NWIPXSPX.DLL
- NWNETAPI.DLL
- NWPSERV.DLL
-
- [SetShellMessage]
- caption = "pcANYWHERE -- M÷jlig filkonflikt"
- "En eller flera av de filer som ska uppgraderas under installationen Σr aktiva i systemet."
- ""
- "F÷r att undvika m÷jliga konflikter mσste Install ta kontroll ÷ver Windows."
- ""
- "Install σterstΣller Windows till dess nuvarande lΣge nΣr installationen har avslutats."
- ""
- "LΣs om installationsproblem i filen README.TXT i nΣtverkskatalogen f÷r pcANYWHERE f÷r Windows om Windows inte startar om."
- ""
- "Var god vΣnta medan Install tar kontroll ÷ver Windows."
-
- [PcawIni]
- pcaw.ini, windows
-
- [NewPcawIni]
- IniName = pcaw.ini
- SectionName = product
- install="pcANYWHERE f÷r Windows"
-
- [PCAWVideo]
- IniSrc = pcaw.ini
- IniTrgt = system.ini
- SectionName = pcANYWHERE
- NewSectionName = boot
- display=*, NewItemName=display.drv
-
- [PCAWMouse]
- IniSrc = pcaw.ini
- IniTrgt = system.ini
- SectionName = pcANYWHERE
- NewSectionName = boot
- mouse=*, NewItemName=mouse.drv
-
- [PCAWKeyboard]
- IniSrc = pcaw.ini
- IniTrgt = system.ini
- SectionName = pcANYWHERE
- NewSectionName = boot
- keyboard=*, NewItemName=keyboard.drv
-
-