home *** CD-ROM | disk | FTP | other *** search
/ WinTools & DOS Utilities / YS.ISO / prog / f_und_a / demo / netuser.in! / NETUSER.INF
Encoding:
INI File  |  1993-12-08  |  13.0 KB  |  458 lines

  1. ;***************************************************************************
  2. ;* Athena Network Workstation install script                               *
  3. ;* NEW FORMAT SCRIPT - FOR VERSION 3.1+ OF SYMANTEC INSTALL FOR WINDOWS    *
  4. ;***************************************************************************
  5.  
  6. [InstallVersion]
  7. 3.1
  8.  
  9. [process]
  10. Bitmaps.pix
  11.  
  12. QaCopy = SetActiveCopy
  13.  
  14. AllowIntlChars
  15.  
  16. ; Registration is only for QA Write
  17. switch44 = Exists.QAWriteExe
  18. #if switch44
  19.     switch01 = IsRegistered
  20.     #ifnot switch01
  21.         Registration
  22.     #endif
  23. #endif
  24.  
  25. ResetTarget.SetNewPath
  26.  
  27. switch02 = Exists.qawini
  28.  
  29. Backup.SaveEm
  30. switch10=exists.CheckEm
  31.  
  32. #ifnot switch10
  33.    Backup.original
  34. #endif
  35.  
  36. ResetTarget.SetTutorPath
  37.  
  38. ; Only update QA stuff if it's installed
  39. switch43 = Exists.QAWinExe
  40. #if switch43
  41.     UpdateIni.QaExts
  42.     AssociateExe.dtf
  43. #endif
  44.  
  45. ; Only update QA Write stuff if it's installed
  46. #if switch44
  47.     switch16 = MessageYesNo.UpdateAssoc
  48.  
  49.     #if switch16
  50.        UpdateIni.Wininidocs
  51.        UpdateIni.WininiExts
  52.        AssociateExe.rtf
  53.        AssociateExe.doc
  54.        AssociateExe.txt
  55.     #endif
  56.  
  57.     UpdateIni.WininiComp
  58.     UpdateIni.QawriteExts
  59.     AssociateExe.qw
  60.     AssociateExe.qwt
  61. #endif
  62.  
  63.     DisableUtils
  64.     copy
  65.     EnableUtils
  66.  
  67. #if switch44
  68.     ; Update Ini file
  69.     UpdateIni.QAWriteIniMain
  70.     UpdateIni.QAWriteIniTemplates
  71.     UpdateIni.QAWriteIniUserDict
  72. #endif
  73.  
  74. groups
  75.  
  76. switch10 = IsRebootRequested
  77. switch11 = IsInstallShell
  78.  
  79. #if switch10
  80.    End.byeReboot
  81. #else
  82.    #ifnot switch11
  83.        messagebox.ByeMessage
  84.        exit
  85.    #else
  86.        End.byeshell
  87.    #endif
  88. #endif
  89.  
  90. end
  91.  
  92. ;***************************************************************************
  93. ;* SubProc Executed When Install Takes Over As Shell                       *
  94. ;***************************************************************************
  95.  
  96. [SubProc]
  97. Return
  98.  
  99.  
  100. ;***************************************************************************
  101. ;* Disks                                                                   *
  102. ;***************************************************************************
  103.  
  104. [disks]
  105. 1=A:\, "F&A fⁿr Windows, Diskette 1"
  106. 2=A:\, "F&A fⁿr Windows, Diskette 2"
  107. 3=A:\, "F&A fⁿr Windows, Diskette 3"
  108. 4=A:\, "F&A fⁿr Windows, Diskette 4"
  109.  
  110. ;***************************************************************************
  111. ;* Copy                                                                    *
  112. ;***************************************************************************
  113.  
  114. [QaCopy]
  115. CopyMain.BaseFiles,    "Q&&A fⁿr Windows",    60, Y, N, Y
  116.  
  117. [QaCopy.disk1]
  118. qawrite.ini,   "Q&A Write-Initialisierungsdatei",           Link:Basefiles, WINDOWS, switch02
  119. commdlg.dll, "Windows 3.1 Common Library", Link:Basefiles, SYSTEM,  VersionCheck
  120.  
  121. ;***************************************************************************
  122. ;* Groups                                                                  *
  123. ;***************************************************************************
  124.  
  125. [groups]
  126. "Symantec",           symantec.grp
  127.  
  128. [Symantec]
  129. "F&A fⁿr Windows",         qa.exe,             Basefiles,, SOURCE
  130. "F&A Write fⁿr Windows",   qawrite.exe,        Basefiles,, SOURCE
  131. "F&A Hilfe",                qawin.hlp,          Basefiles,, SOURCE
  132. "F&A Write-Hilfe",          qawrite.hlp,        Basefiles,, SOURCE
  133. "F&A Lernprogramm",            qatutor.exe,        Basefiles,, TARGET2
  134.  
  135.  
  136. ;***************************************************************************
  137. ;* Message Text                                                            *
  138. ;***************************************************************************
  139.  
  140. [QaCopy:CopyDialog]
  141. caption = "Kopiere F&A-Dateien..."
  142. posx = -10
  143. posy = -10
  144.  
  145. [QaCopy:Primary]
  146. caption = "F&A fⁿr Windows - Installationsmenⁿ"
  147. button1 = "Programme auswΣhlen"
  148. button2 = "Filter auswΣhlen"
  149. button3 = "Dateien auswΣhlen"
  150. button4 = "Dateien auswΣhlen"
  151. button5 = "Dateien auswΣhlen"
  152. text = App1Text
  153.  
  154. ;[QaCopy:Advo]
  155. ;posx = 10
  156. ;posy = 20
  157. ;location = siwqawin.dll
  158. ;count = 10
  159.  
  160. [App1Text]
  161. "Bitte wΣhlen Sie die Programmkomponenten aus, die Sie installieren"
  162. "m÷chten.  Klicken Sie auf die SchaltflΣche rechts neben einer Auswahl, "
  163. "wenn Sie einzelne Dateien oder Programmkomponenten installieren m÷chten."
  164.  
  165. [QaCopy:Component]
  166. caption = "F&A fⁿr Windows - Auswahl der Programmkomponenten"
  167. text    = "Geben Sie an, welche Komponenten Sie installieren m÷chten. Installiert werden die markierten Komponenten."
  168.  
  169. ;[AdvoDefault]
  170. ;posx = 10
  171. ;posy = 20
  172. ;text = AdvoText
  173. ;
  174. ;[AdvoText]
  175. ;"Bitte nehmen Sie sich einen Moment Zeit, um die Registrierkarte, "
  176. ;"die Sie mit F&A fⁿr Windows erhalten haben, auszufⁿllen, und an "
  177. ;"Symantec zurⁿckzuschicken."
  178. ;""
  179. ;"Hiermit stellen Sie sicher, da▀ Sie Informationen ⁿber weitere Symantec-"
  180. ;"Produkte und sonstige wichtige Hinweise erhalten. Au▀erdem k÷nnen Sie "
  181. ;"Upgrades von F&A fⁿr Windows zu einem gⁿnstigeren Preis erwerben."
  182. ;""
  183. ;"Vielen Dank fⁿr den Kauf von F&&A fⁿr Windows."
  184.  
  185. [QaCopy:TypeSelect]
  186. count = 3
  187. caption = "F&A fⁿr Windows - Installationstyp"
  188. text = "Bitte wΣhlen Sie den gewⁿnschten Installationstyp aus."
  189. grouptext = "Installationstypen"
  190. button1 = "&VollstΣndige Installation"
  191. button2 = "&Nur F&&A fⁿr Windows"
  192. button3 = "Nur F&&A &Write"
  193. button4 = "&Angepa▀te Installation"
  194. descrip1 = "Diese Option installiert F&&A fⁿr Windows und F&&A Write fⁿr Windows auf Ihrer Festplatte."
  195. descrip2 = "Diese Option installiert nur F&&A fⁿr Windows ohne F&&A Write fⁿr Windows."
  196. descrip3 = ""Mit dieser Option k÷nnen Sie auswΣhlen, welche Programmkomponenten installiert werden sollen.  Wenn Sie eine zusΣtzliche Komponente installieren mⁿssen, k÷nnen Sie das Installationsprogramm erneut aufrufen."
  197.  
  198. [ByeMessage]
  199. caption  =  "F&A fⁿr Windows - Installation beendet."
  200. "Hiermit ist die Installation der Netzwerkversion von F&A fⁿr Windows abgeschlossen."
  201. " "
  202. "Bitte lesen Sie im Anschlu▀ an die Installation die Datei README.TXT. Diese Datei enthΣlt Informationen, die nicht mehr in der Dokumentation aufgenommen werden konnten."
  203. " "
  204. "Klicken Sie auf OK,  um das Installationsprogramm zu verlassen."
  205.  
  206. [ByeShell]
  207. caption  =  "F&A fⁿr Windows - Installation beendet."
  208. "Hiermit ist die Installation der Netzwerkversion von F&A fⁿr Windows abgeschlossen."
  209. " "
  210. "Bitte wΣhlen Sie eine der folgenden Optionen zum Verlassen des Programms aus."
  211.  
  212. [byereboot]
  213. caption  =  "F&A fⁿr Windows - Installation beendet."
  214. "Hiermit ist die Installation der Netzwerkversion von F&A fⁿr Windows abgeschlossen."
  215. " "
  216. "Bitte wΣhlen Sie eine der folgenden Optionen zum Verlassen des Programms aus."
  217. "Wir empfehlen Ihnen dringend, Ihren Rechner neu zu starten. Bitte entfernen Sie dazu sΣmtliche Disketten aus den Laufwerken."
  218.  
  219. [InformAboutBackup]
  220. caption = "Sicherung der Startdatei(en)"
  221. "Ihre Startdateien wurde(n) "
  222. "folgenderma▀en gesichert;"
  223. ""
  224. "WIN.INI to WIN.QA1"
  225.  
  226. [InformAboutOrig]
  227. caption = "Sicherung der Startdatei(en)"
  228. "Ihre Startdateien wurde(n) "
  229. "folgenderma▀en gesichert;"
  230. ""
  231. "WIN.INI to WIN.QA0"
  232.  
  233. [UpdateAssoc]
  234. caption = "F&A Write - Verknⁿpfungen aktualisieren"
  235. "M÷chten Sie sΣmtliche Dateien mit "
  236. "den Erweiterungen .txt, .doc und .rtf"
  237. "mit F&A Write verknⁿpfen?"
  238. ""
  239. "Wenn Sie auf ein Dokument mit einer "
  240. "dieser Erweiterungen doppelklicken, wird "
  241. "F&A automatisch gestartet und Sie k÷nnen "
  242. "die Datei einsehen und bearbeiten."
  243.  
  244. [Registration]
  245. caption =  "F&A fⁿr Windows - Registrierung"
  246. text1   =  "Bitte geben Sie Ihren eigenen und Ihren Firmennamen an, bevor Sie fortfahren:"
  247. text2   =  "&Name:"
  248. text3   =  "&Firma:"
  249. Cancel  =  "Abbrechen"
  250. Help    =  "&Hilfe"
  251. appname =  qawin.exe
  252. string  =  "Symantec Install for Windows"
  253. active  =  yes
  254.  
  255. [VersionSearch]
  256. caption =  "Suche nach einer frⁿheren Version..."
  257. text1   =  "Das Installationsprogramm sucht nach einer "
  258. text2   =  "frⁿheren Version von F&A fⁿr Windows."
  259. appname =  "qawin.exe"
  260. apppath =  C:\FAWIN
  261.  
  262. [TargetDrive]
  263. caption =  "F&A fⁿr Windows - Ziellaufwerk/-pfad auswΣhlen"
  264. defpath =  C:\FAWIN
  265. text    =  "Bitte wΣhlen Sie das Ziellaufwerk und -verzeichnis fⁿr F&&A fⁿr Windows aus."
  266. reqspace=  "Ben÷tigter Plattenspeicher"
  267.  
  268. [errors]
  269. noprev  =  "Das Symantec-Installationsprogramm fⁿr Windows wurde bereits gestartet!"
  270. nohelp = "Bitte wenden Sie sich an Ihren Netzwerkverwalter oder lesen Sie Anhang C des F&A fⁿr Windows Benutzerhandbuches, wenn Sie Informationen ⁿber Netzwerkinstallationen ben÷tigen."
  271. nohelpcaption = "Q&A fⁿr Windows-Installationshilfe"
  272.  
  273. [FileCopy]
  274. copycaption   =  "F&A fⁿr Windows-Installation lΣuft..."
  275. errorcaption  =  "Fehler beim Kopieren von Dateien"
  276. insertcaption =  "Legen Sie die folgende Diskette ein"
  277.  
  278. [cancel]
  279. caption = "F&A fⁿr Windows - Installation beenden"
  280. text    = "Sind Sie sicher, da▀ Sie das Installationsprogramm verlassen wollen?"
  281.  
  282. [cancelshell]
  283. caption = "F&A fⁿr Windows - Installation beenden"
  284. text = "Sie haben die Option zum Abbruch des Installationsprogramms ausgewΣhlt. \nUm die Windows-Umgebung zurⁿckzusetzen\n, wird das Installationsprogramm auch Windows beenden.\nSind Sie sicher, da▀ Sie das Installationsprogramm verlassen m÷chten?"
  285.  
  286. ;***************************************************************************
  287. ;* Ini modifications                                                       *
  288. ;***************************************************************************
  289.  
  290. [Wininidocs]
  291. IniName = win.ini
  292. SectionName = windows
  293. Documents="doc txt wri xls xlc sam qw qwt tg1"
  294.  
  295. [WininiExts]
  296. IniName = win.ini
  297. SectionName = Extensions
  298. txt="%s\qawrite.exe /t=ASCII ^.txt",TARGET
  299. doc="%s\qawrite.exe ^.doc",TARGET
  300. rtf="%s\qawrite.exe ^.rtf",TARGET
  301.  
  302. [QawriteExts]
  303. IniName = win.ini
  304. SectionName = Extensions
  305. qw="%s\qawrite.exe ^.qw",       TARGET
  306. qwt="%s\qawrite.exe -n ^.qwt",  TARGET
  307.  
  308. [QaExts]
  309. IniName = win.ini
  310. SectionName = Extensions
  311. dtf="%s\qa.exe ^.dtf",          TARGET
  312.  
  313. [WininiComp]
  314. IniName = win.ini
  315. SectionName = Compatibility
  316. QAWRITE=0x42080
  317.  
  318. [QAWriteIniMain]
  319. IniName = QAWrite.ini
  320. SectionName = "Q&A Write for Windows"
  321. MainDictionary=%s\german.ndx,    TARGET
  322. HyphenFile=%s\german.hyf,     TARGET
  323.  
  324. [QAWriteIniTemplates]
  325. IniName = QAWrite.ini
  326. SectionName = "Q&A Write for Windows"
  327. TemplateDir=%s\VORLAGEN,        TARGET
  328.  
  329. [QAWriteIniUserDict]
  330. IniName = QAWrite.ini
  331. SectionName = "Q&A Write for Windows"
  332. UserDictionary=%s\user.spl,     TARGET
  333. Library=%s\standard.qwl,        TARGET
  334.  
  335. ;***************************************************************************
  336. ;* Registration Database                                                   *
  337. ;***************************************************************************
  338.  
  339. [txt]
  340. ext = .txt
  341. exe = "qawrite.exe /t=ASCII"
  342. insert = TARGET
  343.  
  344. [doc]
  345. ext = .doc
  346. exe = "qawrite.exe %1"
  347. insert = TARGET
  348.  
  349. [rtf]
  350. ext = .rtf
  351. exe = "qawrite.exe %1"
  352. insert = TARGET
  353.  
  354. [qw]
  355. ext = .qw
  356. exe = "qawrite.exe"
  357. insert = TARGET
  358.  
  359. [qwt]
  360. ext = .qwt
  361. exe = "qawrite.exe -n"
  362. insert = TARGET
  363.  
  364. [dtf]
  365. ext = .dtf
  366. exe = "qa.exe"
  367. insert = TARGET
  368.  
  369.  
  370. ;***************************************************************************
  371. ;* Delete Files                                                            *
  372. ;***************************************************************************
  373.  
  374. [Leftovers]
  375. win.siw, WINDOWS
  376. system.siw, WINDOWS
  377. siwqawin.dll, WINDOWS
  378.  
  379. ;***************************************************************************
  380. ;* Misc install functions                                                  *
  381. ;***************************************************************************
  382.  
  383. [SetNewPath]
  384. reset = TARGET
  385. location = %s, SOURCE
  386.  
  387. [SetTutorPath]
  388. reset = TARGET2
  389. location = %s\tutorial, SOURCE
  390.  
  391. [VerDll]
  392. ver.dll, system
  393.  
  394. [QAWriteExe]
  395. qawrite.exe, SOURCE
  396.  
  397. [QAWinExe]
  398. qawin.exe, SOURCE
  399.  
  400. [CheckEm]
  401. win.qa0, WINDOWS
  402.  
  403. [qawini]
  404. qawrite.ini, WINDOWS
  405.  
  406. [SaveEm]
  407. win.ini, win.qa1, WINDOWS, WINDOWS
  408.  
  409. [original]
  410. win.ini, win.qa0, WINDOWS, WINDOWS
  411.  
  412. [custdll]
  413. siwqawin.dll, siwqawin.dll, SOURCE, WINDOWS
  414.  
  415. [pix]
  416. color = %s\qawin.bmp
  417.  
  418. ;***************************************************************************
  419. ;* SetShell section                                                        *
  420. ;***************************************************************************
  421.  
  422. [SetShell]
  423. AppIniName = qawin.ini
  424. WinIniName = win.ini
  425. SystemIniName = system.ini
  426. Message = MessageBox.SetShellMessage
  427. SysSectionName = boot
  428. WinSectionName = windows
  429. shell = %s\install.exe
  430. load =
  431. run =
  432. SetShellIfLoaded=
  433. Backup = Backup.SetShellSave
  434. Restore = Backup.SetShellRestore
  435. Active = yes
  436. IfActiveList=LoadedList
  437. SubProcess=
  438.  
  439. [SetShellSave]
  440. win.ini, win.siw, WINDOWS, WINDOWS
  441. system.ini, system.siw, WINDOWS, WINDOWS
  442.  
  443. [SetShellRestore]
  444. system.siw, system.ini, WINDOWS, WINDOWS
  445. win.siw, win.ini, WINDOWS, WINDOWS
  446.  
  447. [LoadedList]
  448. commdlg.dll
  449.  
  450. [SetShellMessage]
  451. caption  =  "F&A fⁿr Windows-Installationsprogramm"
  452. "Willkommen im F&A fⁿr Windows-Netzwerkinstallationsprogramm."
  453. "Bitte klicken Sie auf OK, um es dem Installationsprogramm "
  454. "zu erm÷glichen, Windows neu zu starten und mit der Installation "
  455. "fortzufahren.  Klicken Sie auf Abbrechen, um das "
  456. "Installationsprogramm zu verlassen."
  457.  
  458.