home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 v2.4 Fix / W95-v2.4fix.iso / NRTANYWH / NETRECNF.IN_ / NETRECNF.IN
Encoding:
INI File  |  1996-02-24  |  12.7 KB  |  630 lines

  1. [process]
  2. backup.pcawinst
  3.  
  4. Bitmaps.pix
  5.  
  6. ResetTarget.TargetSource
  7.  
  8. switch01 = IsRegistered
  9. #ifnot switch01
  10.     Registration
  11. #endif
  12.  
  13. switch02 = Exists.HostFiles
  14. #ifnot switch02
  15.     MessageBox.MustInstallHost
  16.     Exit
  17. #endif
  18.  
  19. switch40 = VerifyIni.CheckVideoXGA
  20. switch41 = VerifyIni.CheckVideoVGA
  21. switch42 = VerifyIni.CheckVideoVGABW
  22. switch43 = VerifyIni.CheckVideoEGA
  23.  
  24. switch20 = FALSE
  25. #if switch40
  26.     switch20 = TRUE
  27. #endif
  28. #if switch41
  29.     switch20 = TRUE
  30. #endif
  31. #if switch42
  32.     switch20 = TRUE
  33. #endif
  34. #if switch43
  35.     switch20 = TRUE
  36. #endif
  37.  
  38. switch44 = VerifyIni.CheckVideoOldVGA
  39. switch45 = VerifyIni.CheckVideoOldVGABW
  40. switch46 = VerifyIni.CheckVideoOldEGA
  41. switch25 = FALSE
  42. #if switch44
  43.     switch25 = TRUE
  44. #endif
  45. #if switch45
  46.     switch25 = TRUE
  47. #endif
  48. #if switch46
  49.     switch25 = TRUE
  50. #endif
  51.  
  52. switch21 = VerifyIni.CheckMouseDriver
  53. switch26 = VerifyIni.CheckMouseDriverOld
  54.  
  55. switch40 = VerifyIni.CheckKeyboard
  56. switch41 = VerifyIni.CheckKeyboardHP
  57. switch42 = VerifyIni.CheckKeyboardOL
  58. switch22 = FALSE
  59. #if switch40
  60.     switch22 = TRUE
  61. #endif
  62. #if switch41
  63.     switch22 = TRUE
  64. #endif
  65. #if switch42
  66.     switch22 = TRUE
  67. #endif
  68.  
  69. switch43 = VerifyIni.CheckKeyboardOld
  70. switch44 = VerifyIni.CheckKeyboardOldHP
  71. switch45 = VerifyIni.CheckKeyboardOldOL
  72. switch27 = FALSE
  73. #if switch43
  74.     switch27 = TRUE
  75. #endif
  76. #if switch44
  77.     switch27 = TRUE
  78. #endif
  79. #if switch45
  80.     switch27 = TRUE
  81. #endif
  82.  
  83. ;***** Note: Switch30 and Switch31 are modified in CallProc.LocalCustomize!!!
  84. switch30 = FALSE
  85. #if switch20
  86.     switch30 = TRUE
  87. #endif
  88. #if switch21
  89.     switch30 = TRUE
  90. #endif
  91. #if switch22
  92.     switch30 = TRUE
  93. #endif
  94. #if switch23
  95.     switch30 = TRUE
  96. #endif
  97.  
  98. switch31 = FALSE
  99. #if switch30
  100.     switch31 = VerifyStartup.CheckAutoexec
  101. #endif
  102.  
  103. CallProc.LocalCustomize
  104.  
  105. switch07 = VerifyIni.NetwareIsNetwork
  106. #if switch07
  107.     UpdateIni.VIPX
  108. #endif
  109.  
  110. switch07 = VerifyIni.CheckNetHeapSize
  111. #ifnot switch07
  112.     UpdateIni.SetNetHeapSize
  113. #endif
  114.  
  115. #ifnot switch30
  116.     RemoveFromLoad.RemHost
  117. #endif
  118.  
  119. switch35 = Exists.PcawIni
  120. #ifnot switch35
  121.     switch20 = FALSE
  122.     switch21 = FALSE
  123.     switch22 = FALSE
  124.     switch23 = FALSE
  125. #endif
  126.  
  127. #if switch20
  128.     CopyIni.PCAWVideo
  129. #endif
  130.  
  131. #if switch22
  132.     CopyIni.PCAWKeyboard
  133. #endif
  134.  
  135. switch24=FALSE
  136. #if switch21
  137.    switch24 = VerifyIni.MouseDriverSaved
  138. #endif
  139.  
  140. #if switch24
  141.    CopyIni.RestoreMouseDriver
  142.    switch21=FALSE
  143. #endif
  144.  
  145. #if switch21
  146.    CopyIni.PCAWMouse
  147. #endif
  148.  
  149. switch37=FALSE
  150. #ifnot switch31
  151.     switch37 = VerifyStartup.CheckAutoexec
  152. #endif
  153.  
  154. switch38=FALSE
  155. #if switch37
  156.     UpdateStartup.Config
  157.     switch38=TRUE
  158. #endif
  159.  
  160. #ifnot switch30
  161.     Delete.InstallDLLs
  162.     End.ByeNoHostNoReboot
  163. #endif
  164.  
  165. ;---------------------------------------------------------------------
  166. ; End here if not Host
  167. ;---------------------------------------------------------------------
  168.  
  169. switch05 = exists.CheckAxc
  170. #ifnot switch05
  171.     backup.Original
  172. #endif
  173.  
  174. Backup.SaveEm
  175. messagebox.InformAboutBackup
  176.  
  177. #ifnot switch25
  178.     CopyIni.KeepVideoDriver
  179. #endif
  180.  
  181. #ifnot switch27
  182.     CopyIni.KeepKeyboardDriver
  183. #endif
  184.  
  185. switch10 = IsVideo.Vga256
  186. #if switch10
  187.     UpdateIni.AW5XGA
  188. #endif
  189.  
  190. switch11 = IsVideo.Vga16
  191. #if switch11
  192.     UpdateIni.AW5VGA
  193. #endif
  194.  
  195. switch12 = IsVideo.VgaMono
  196. #if switch12
  197.     UpdateIni.AW5VGABW
  198. #endif
  199.  
  200. switch13 = IsVideo.Ega
  201. #if switch13
  202.     UpdateIni.AW5EGA
  203. #endif
  204.  
  205. #ifnot switch26
  206.    CopyIni.SaveMouseDriver
  207.    CallProc.CopyMouseDrv
  208.    CopyIni.KeepMouseDriver
  209. #endif
  210.  
  211. UpdateIni.AW5MOUSE
  212.  
  213. UpdateIni.AW5KBD
  214.  
  215. switch37=TRUE
  216. #if switch31
  217.     switch37 = VerifyStartup.CheckAutoexec
  218. #endif
  219.  
  220. #ifnot switch37
  221.     UpdateStartup.Autoexec
  222.     switch38=TRUE
  223. #endif
  224.  
  225. #if switch31
  226.     UpdateIni.WinIni
  227. #endif
  228.  
  229. #if switch38
  230.     End.bye
  231. #endif
  232.  
  233. End.ByeNoReboot
  234.  
  235. end
  236.  
  237. ;-----------------------------------------------------------------------
  238. [bye]
  239. caption = "pcANYWHERE -- VΣrdinstallation avslutad"
  240. "pcANYWHERE f÷r Windows Σr konfigurerat f÷r vΣrdoperation."
  241. " "
  242. "VΣlj ett av f÷ljande alternativ."
  243. " "
  244. "Omstart rekommenderas starkt!"
  245. "Kontrollera att det inte finns nσgon diskett i diskettstationen."
  246.  
  247. [byeNoReboot]
  248. caption = "pcANYWHERE -- VΣrdinstallation avslutad"
  249. "pcANYWHERE f÷r Windows Σr konfigurerat f÷r vΣrdoperation."
  250. " "
  251. "VΣlj ett av f÷ljande alternativ."
  252.  
  253. [byeNoHost]
  254. caption = "pcANYWHERE -- VΣrdinstallation avslutad"
  255. "pcANYWHERE f÷r Windows Σr inte lΣngre konfigurerat f÷r vΣrdoperation."
  256. " "
  257. "VΣlj ett av f÷ljande alternativ."
  258. " "
  259. "Omstart rekommenderas starkt!"
  260. "Kontrollera att det inte finns nσgon diskett i diskettstationen."
  261.  
  262. [byeNoHostNoReboot]
  263. caption = "pcANYWHERE -- VΣrdinstallation avslutad"
  264. "pcANYWHERE f÷r Windows Σr inte lΣngre konfigurerat f÷r vΣrdoperation."
  265. " "
  266. "VΣlj ett av f÷ljande alternativ."
  267.  
  268. [InformAboutBackup]
  269. caption = "Startfiler"
  270. "Dina startfiler har sΣkerhetskopierats."
  271. " "
  272. "AUTOEXEC.BAT, WIN.INI och SYSTEM.INI har kopierats till katalogen med pcANYWHERE."
  273.  
  274. [MustInstallHost]
  275. caption = "pcANYWHERE Konfigurering"
  276. "pcANYWHERE VΣrdprogram kunde inte hittas i ditt system."
  277. " "
  278. "Installera programmet frσn installationsdisketterna f÷r att konfigurera pcANYWHERE VΣrd."
  279.  
  280. [appselect]
  281. caption = "pcANYWHERE -- Val av applikationer"
  282. text    = "Markera vilken applikation du vill installera:"
  283.  
  284. [Registration]
  285. caption = "pcANYWHERE -- Registrering"
  286. text1   = "Var vΣnlig registrera ditt namn och f÷retag innan du fortsΣtter:"
  287. text2   = "&Namn:"
  288. text3   = "&F÷retag:"
  289. Cancel  = "&Avbryt"
  290. Help    = "&HjΣlp"
  291. appname = winaw.exe
  292. string  = "Symantec Install for Windows"
  293. active  = no
  294.  
  295. [VersionSearch]
  296. caption = "S÷kning efter tidigare versioner"
  297. text1   = "S÷ker efter en tidigare"
  298. text2   = "installerad version av pcANYWHERE."
  299. appname = "winaw.exe"
  300. apppath = c:\winaw
  301.  
  302. [TargetDrive]
  303. caption = "Installation av pcANYWHERE"
  304. defpath = C:\WINAW
  305. text    = "OBS: De enskilda delarna av produkten kan vΣljas/vΣljas bort om du vΣljer Anpassad installation."
  306. reqspace= "4225 K diskutrymme beh÷vs" ; space value must be
  307.                ; specified in kilobytes
  308. [errors]
  309. noprev  = "Symantec Install for Windows k÷rs redan!"
  310.  
  311. [FileCopy]
  312. copycaption   = "Installation av pcANYWHERE"
  313. errorcaption  = "Fel vid filkopiering"
  314. insertcaption = "SΣtt i diskett"
  315. Message       = MessageText
  316.  
  317. [MessageText]
  318. ""
  319. "SΣtt av nσgra minuter f÷r att fylla i registreringskortet som f÷ljde med din produkt och skicka in det till Symantec."
  320. ""
  321. "Detta g÷r att att du fσr information om viktiga meddelanden och framtida produkter. Det kommer Σven att kvalificera dig f÷r eventuella rabatter pσ framtida uppgraderingar."
  322. ""
  323. "Tack f÷r att du k÷pte pcANYWHERE f÷r Windows!"
  324.  
  325. [cancel]
  326. caption = "pcANYWHERE"
  327. text    = "─r du sΣker pσ att du vill avsluta?"
  328.  
  329. ;-----------------------------------------------------------------------
  330. [TargetSource]
  331. DefaultDir=
  332. Location=Source
  333.  
  334. [HostFiles]
  335. winhost.exe, target
  336.  
  337. [SaveEm]
  338. system.ini, system.ini, WINDOWS, target
  339. win.ini, win.ini, WINDOWS, target
  340. c:\autoexec.bat, autoexec.bat, dummy, target
  341.  
  342. [pcawinst]
  343. awinst.dll, awinst.dll, SOURCE, SYSTEM
  344.  
  345. [InstallDLLs]
  346. AWINST.DLL, SYSTEM
  347.  
  348. [original]
  349. system.ini, system.in0, WINDOWS, target
  350. win.ini, win.in0, WINDOWS, target
  351. c:\autoexec.bat, autoexec.ba0, dummy, target
  352.  
  353. [CheckAxc]
  354. autoexec.ba0, target
  355.  
  356. [PcawIni]
  357. pcaw.ini, windows
  358.  
  359. [PCAWVideo]
  360. IniSrc = pcaw.ini
  361. IniTrgt = system.ini
  362. SectionName = pcANYWHERE
  363. NewSectionName = boot
  364. display=*, NewItemName=display.drv
  365.  
  366. [PCAWMouse]
  367. IniSrc = pcaw.ini
  368. IniTrgt = system.ini
  369. SectionName = pcANYWHERE
  370. NewSectionName = boot
  371. mouse=*, NewItemName=mouse.drv
  372.  
  373. [PCAWKeyboard]
  374. IniSrc = pcaw.ini
  375. IniTrgt = system.ini
  376. SectionName = pcANYWHERE
  377. NewSectionName = boot
  378. keyboard=*, NewItemName=keyboard.drv
  379.  
  380. [AW5MOUSE]
  381. IniName = system.ini
  382. SectionName = boot
  383. mouse.drv=aw5mouse.drv
  384.  
  385. [AW5KBD]
  386. IniName = system.ini
  387. SectionName = boot
  388. keyboard.drv=aw5kbd.drv
  389.  
  390. [AW5XGA]
  391. IniName = system.ini
  392. SectionName = boot
  393. display.drv=aw5xga.drv
  394.  
  395. [AW5VGA]
  396. IniName = system.ini
  397. SectionName = boot
  398. display.drv=aw5vga.drv
  399.  
  400. [AW5VGABW]
  401. IniName = system.ini
  402. SectionName = boot
  403. display.drv=aw5vgabw.drv
  404.  
  405. [AW5EGA]
  406. IniName = system.ini
  407. SectionName = boot
  408. display.drv=aw5ega.drv
  409.  
  410. [RemHost]
  411. winhost.exe
  412.  
  413. [WinIni]
  414. IniName = win.ini
  415. SectionName = windows
  416. load=%s\winhost.exe, Append, target
  417.  
  418. [CheckWinIni]
  419. IniName = win.ini
  420. SectionName = windows
  421. load=*winhost*
  422.  
  423. [NetwareIsNetwork]
  424. IniName = system.ini
  425. SectionName = 386Enh
  426. network=*vnetware.386
  427.  
  428. [VIPX]
  429. IniName = system.ini
  430. SectionName = 386Enh
  431. network=",vipx.386", Append
  432.  
  433. [CheckNetHeapSize]
  434. IniName = system.ini
  435. SectionName = 386Enh
  436. NetHeapSize=*
  437.  
  438. [SetNetHeapSize]
  439. IniName = system.ini
  440. SectionName = 386Enh
  441. NetHeapSize=24
  442.  
  443. [CheckVideoXGA]
  444. IniName = system.ini
  445. SectionName = boot
  446. display.drv=*aw5xga.drv
  447.  
  448. [CheckVideoVGA]
  449. IniName = system.ini
  450. SectionName = boot
  451. display.drv=*aw5vga.drv
  452.  
  453. [CheckVideoVGABW]
  454. IniName = system.ini
  455. SectionName = boot
  456. display.drv=*aw5vgabw.drv
  457.  
  458. [CheckVideoEGA]
  459. IniName = system.ini
  460. SectionName = boot
  461. display.drv=*aw5ega.drv
  462.  
  463. [CheckVideoOldVGA]
  464. IniName = system.ini
  465. SectionName = boot
  466. display.drv=*awvga.drv
  467.  
  468. [CheckVideoOldVGABW]
  469. IniName = system.ini
  470. SectionName = boot
  471. display.drv=*awvgamon.drv
  472.  
  473. [CheckVideoOldEGA]
  474. IniName = system.ini
  475. SectionName = boot
  476. display.drv=*awega.drv
  477.  
  478. [CheckKeyboard]
  479. IniName = system.ini
  480. SectionName = boot
  481. keyboard.drv=*aw5kbd.drv
  482.  
  483. [CheckKeyboardHP]
  484. IniName = system.ini
  485. SectionName = boot
  486. keyboard.drv=*aw5kbdhp.drv
  487.  
  488. [CheckKeyboardOL]
  489. IniName = system.ini
  490. SectionName = boot
  491. keyboard.drv=*aw5kbdol.drv
  492.  
  493. [CheckKeyboardOld]
  494. IniName = system.ini
  495. SectionName = boot
  496. keyboard.drv=*awkbd.drv
  497.  
  498. [CheckKeyboardOldHP]
  499. IniName = system.ini
  500. SectionName = boot
  501. keyboard.drv=*awkbdhp.drv
  502.  
  503. [CheckKeyboardOldOL]
  504. IniName = system.ini
  505. SectionName = boot
  506. keyboard.drv=*awkbdoli.drv
  507.  
  508. [CheckMouseDriver]
  509. IniName = system.ini
  510. SectionName = boot
  511. mouse.drv=*aw5mouse.drv
  512.  
  513. [CheckMouseDriverOld]
  514. IniName = system.ini
  515. SectionName = boot
  516. mouse.drv=*awmouse.drv
  517.  
  518. [KeepVideoDriver]
  519. IniSrc = system.ini
  520. IniTrgt = pcaw.ini
  521. SectionName = boot
  522. NewSectionName = pcANYWHERE
  523. display.drv=*, NewItemName=display
  524.  
  525. [KeepKeyboardDriver]
  526. IniSrc = system.ini
  527. IniTrgt = pcaw.ini
  528. SectionName = boot
  529. NewSectionName = pcANYWHERE
  530. keyboard.drv=*, NewItemName=keyboard
  531.  
  532. [KeepMouseDriver]
  533. IniSrc = system.ini
  534. IniTrgt = pcaw.ini
  535. SectionName = boot
  536. NewSectionName = pcANYWHERE
  537. mouse.drv=*, NewItemName=mouse
  538.  
  539. [SaveMouseDriver]
  540. IniSrc = system.ini
  541. IniTrgt = pcaw.ini
  542. SectionName = boot
  543. NewSectionName = uninstall
  544. mouse.drv=*
  545.  
  546. [RestoreMouseDriver]
  547. IniSrc = pcaw.ini
  548. IniTrgt = system.ini
  549. SectionName = uninstall
  550. NewSectionName = boot
  551. mouse.drv=*
  552.  
  553. [MouseDriverSaved]
  554. IniName=pcaw.ini
  555. SectionName=uninstall
  556. mouse.drv=*
  557.  
  558. [CopyMouseDrv]
  559. dll=awinst.dll
  560. function=CopyMouseDriver
  561. PrevName=mouse.drv
  562. NewName=aworgmse.drv
  563.  
  564. [pix]
  565. color = %s\winaw.bmp
  566.  
  567. [CheckAutoexec]
  568. FindRems=0
  569. File=c:\autoexec.bat
  570. FindItems=AutoexecFindItems
  571.  
  572. [AutoexecFindItems]
  573. *AW5HOST*
  574.  
  575. [Config]
  576. caption    = "pcANYWHERE -- Modifiering av AUTOEXEC.BAT"
  577. text1      = "F÷ljande rad(er) beh÷ver tas bort frσn din autoexec.bat-fil:"
  578. FileSpec   = c:\autoexec.bat
  579. EditError1 = "Ett problem uppstod vid tillverkningen av den nya autoexec.bat-filen"
  580. EditError2 = " "
  581. EditError3 = "Du b÷r g÷ra f÷ljande:"
  582. EditError4 = "1. Kontrollera de rader som beh÷ver tas bort"
  583. EditError5 = "2. VΣlj alternativet 'Spara n÷dvΣndiga Σndringar i en ny fil'"
  584. EditError6 = "3. FortsΣtt och slutf÷r installationen"
  585. EditError7 = "4. G÷r Σndringarna i autoexec.bat-filen senare"
  586. AddPath    =
  587. DelItems   = AutoexecDelItems
  588. AddItems   =
  589.  
  590. [autoexec]
  591. caption    = "pcANYWHERE -- Modifiering av AUTOEXEC.BAT"
  592. text1      = "F÷ljande rad(er) beh÷ver lΣggas till i din autoexec.bat-fil:"
  593. FileSpec   = c:\autoexec.bat
  594. EditError1 = "Ett problem uppstod vid tillverkningen av den nya autoexec.bat-filen"
  595. EditError2 = " "
  596. EditError3 = "Du b÷r g÷ra f÷ljande:"
  597. EditError4 = "1. Kontrollera de rader som beh÷ver lΣggas till"
  598. EditError5 = "2. VΣlj alternativet 'Spara n÷dvΣndiga Σndringar i en ny fil'"
  599. EditError6 = "3. FortsΣtt och slutf÷r installationen"
  600. EditError7 = "4. G÷r Σndringarna i autoexec.bat-filen senare"
  601. AddPath    =
  602. DelItems   = AutoexecDelItems
  603. AddItems   = AutoexecAddItems
  604.  
  605. [AutoexecDelItems]
  606. *AW5HOST*
  607. *AWLAN*
  608. *AWHOST*
  609.  
  610. [AutoexecAddItems]
  611. %s\pcawaxc.$$$, target, LoadFromFile, PutMeAfterThis=PCAAfterThis
  612.  
  613. [PCAAfterThis]
  614. "login*"
  615. "set aw=*"
  616. "set aw =*"
  617.  
  618. [NetworkCustomize]
  619. dll        = awinst.dll
  620. function   = AWNetworkCustomize
  621. ConfigFile = winaw.bin, target
  622.  
  623. [LocalCustomize]
  624. dll        = awinst.dll
  625. function   = AWLocalCustomize
  626. ConfigFile = winaw.bin, target
  627. Workfile   = pcawaxc.$$$, target
  628. AxcCommand = "aw5host -P=%s -W=%s -M=R", target
  629. 
  630.