home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-10-28 | 27.0 KB | 862 lines |
- DefineVariables
- Number [SizeOfBase]
- Number [SizeOfMin]
- Number [SizeOfBaseMDL]
- Number [SizeOfAll]
- Number [SizeOfFullUstn]
- Number [SizeOfMech]
- Number [SizeOfModel]
- Number [SizeOfArch]
- Number [SizeOfCivil]
- Number [SizeOfMap]
- Number [SizeOfFullMech]
- Number [SizeOfFullModel]
- Number [SizeOfFullArch]
- Number [SizeOfFullCivil]
- Number [SizeOfFullMap]
- Number [SizeOfOnlyMech]
- Number [SizeOfOnlyModel]
- Number [SizeOfOnlyArch]
- Number [SizeOfOnlyCivil]
- Number [SizeOfOnlyMap]
- Number [InstalledLearn]
- Number [InstalledMech]
- Number [InstalledMap]
- Number [InstalledCivil]
- Number [InstalledArch]
- Number [SetWindows]
- Number [xnumber10]
- Number [xnumber11]
- Number [xnumber12]
- Number [xnumber13]
- Number [xnumber14]
- Number [xnumber15]
- Number [xnumber16]
- Number [xnumber17]
- Number [xnumber18]
- Number [xnumber19]
- Number [xnumber20]
- Number [insideget]
- Number [JustSetWin]
- Number [UnAttended]
- Text [FileString]
- Text [InstallType]
- Text [FileName]
- EndDefineVariables
-
- [insideget] := 0
- [UnAttended] := 0
- [JustSetWin] := 0
- SetAllowExit off
- SetCheckmarks Off
- LetButton <Esc> Do ourExitProc
- ;;SetCompletionStatusTo Finished
- ;;DetermineInstallationDirectory
- ;;goto [Point30]
-
- SetCompletionStatusTo Unfinished
-
- If commandline contains /s:
- TextBox
- Welcome to the MicroStation Installation Program
-
- The program is performing an unattended
- installation of MicroStation files.
-
- You need take no further action until the
- installation is complete.
- EndTextBox
- if [CommandLine1] contains /s:
- [FileName] := SubstringOf [CommandLine1] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine2] contains /s:
- [FileName] := SubstringOf [CommandLine2] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine3] contains /s:
- [FileName] := SubstringOf [CommandLine3] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine4] contains /s:
- [FileName] := SubstringOf [CommandLine4] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine5] contains /s:
- [FileName] := SubstringOf [CommandLine5] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine6] contains /s:
- [FileName] := SubstringOf [CommandLine6] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine7] contains /s:
- [FileName] := SubstringOf [CommandLine7] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine8] contains /s:
- [FileName] := SubstringOf [CommandLine8] from 4 to End
- GoTo [Point10]
- endif
- if [CommandLine9] contains /s:
- [FileName] := SubstringOf [CommandLine9] from 4 to End
- GoTo [Point10]
- endif
- [Point10]
- if FileExists [FileName]
- Else
- SetCompletionStatusTo Unfinished
- Goto [Point30]
- EndIf
- ExamineTextFile [FileName]
- [String4] := SettingFor DestPath
- [InstallType] := SettingFor InstallType
- [String1] := SettingFor Name
- [String2] := SettingFor Organization
- [String3] := SettingFor Serial
- ForgetTextFile
- TextBox @xy(Center,18)
- Installing to directory [String4],
- installation type : [InstallType]
- endTextBox
- [InstallationDirectory] := [string4]
-
- if [InstallType] = complete
- do doinstallall
- Endif
- if [InstallType] = fullnomde
- do doinstallfull
- Endif
- if [InstallType] = minmde
- do dominimalmde
- Endif
- if [InstallType] = minimum
- do dominimal
- Endif
- if [InstallType] = absmin
- do doabsmin
- Endif
- [Number1] := quesize
- if [Number1] = 0
- Popup "Invalid option in definition file."
- SetCompletionStatusTo UnFinished
- goto [Point30]
- endif
- [Number1] := FreeSpaceOnDrive InstallationDrive
- [Number2] := QueSize
- if [Number1] < [Number2]
- popup "Insufficient space on specified drive..."
- SetCompletionStatusTo UnFinished
- goto [Point30]
- endif
- [UnAttended] := 1
- goto [Point27]
- Endif
- Dialog
- Welcome to the MicroStation Installation Program
-
- This program installs MicroStation on your system.
- Press arrows to select options, the space bar to include
- in installation list (where applicable), then press Enter
- or Return to execute them. To exit this program, press <Esc>
- EndDialog
- TextBox
- Please wait while your system is examined...
- The installation program's specifications of disk space
- occupied by MicroStation files are estimates; the space
- actually used on your hard disk depends upon how it is
- formatted.
- EndTextBox
- [SizeOfMin] := SizeOfGroup 1
- [SizeOfMin] := [SizeOfMin] + SizeOfGroup 2
- [SizeOfMin] := [SizeOfMin] + SizeOfGroup 9
- [SizeOfMin] := [SizeOfMin] / 1024
- [SizeOfBase] := SizeOfGroup 1
- [SizeOfBase] := [SizeOfBase] +sizeofgroup 2
- [SizeOfBase] := [SizeOfBase] +sizeofgroup 20
- [SizeOfBase] := [SizeOfBase] +sizeofgroup 9
- [SizeOfBase] := [SizeOfBase]/1024
- [SizeOfBaseMDL] := sizeofgroup 1
- [SizeOfBaseMDL] := [SizeOfBaseMDL] +sizeofgroup 2
- [SizeOfBaseMDL] := [SizeOfBaseMDL] +sizeofgroup 20
- [SizeOfBaseMDL] := [SizeOfBaseMDL] +sizeofgroup 6
- [SizeOfBaseMDL] := [SizeOfBaseMDL] +sizeofgroup 9
- [SizeOfBaseMDL] := [SizeOfBaseMDL]/1024
- [SizeOfAll] := sizeofgroup 1
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 2
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 20
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 21
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 22
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 10
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 4
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 41
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 5
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 6
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 7
- ;;[SizeOfAll] := [SizeOfAll] +sizeofgroup 8
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 11
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 12
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 13
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 14
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 9
- [SizeOfMech] := [SizeOfAll] + SizeOfGroup 94
- [SizeOfModel] := [SizeOfAll] + SizeOfGroup 96
- [SizeOfArch] := [SizeOfAll] + SizeOfGroup 91
- [SizeOfCivil] := [SizeOfAll] + SizeOfGroup 92
- [SizeOfMap] := [SizeOfAll] + SizeOfGroup 93
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 91
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 92
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 93
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 94
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 96
- [SizeOfAll] := [SizeOfAll] +sizeofgroup 97
- [SizeOfAll] := [SizeOfAll]/1024
- [SizeOfMech] := [SizeOfMech] / 1024
- [SizeOfModel] := [SizeOfModel] / 1024
- [SizeOfArch] := [SizeOfArch] / 1024
- [SizeOfCivil] := [SizeOfCivil] / 1024
- [SizeOfMap] := [SizeOfMap] / 1024
- [SizeOfFullUstn] := sizeofgroup 1
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 2
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 20
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 21
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 22
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 10
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 4
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 41
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 5
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 11
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 12
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 13
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 14
- ;;[SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 7
- ;;[SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 8
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 9
- [SizeOfFullMech] := [SizeOfFullUstn] + SizeOfGroup 94
- [SizeOfFullModel] := [SizeOfFullUstn] + SizeOfGroup 96
- [SizeOfFullArch] := [SizeOfFullUstn] + SizeOfGroup 91
- [SizeOfFullCivil] := [SizeOfFullUstn] + SizeOfGroup 92
- [SizeOfFullMap] := [SizeOfFullUstn] + SizeOfGroup 93
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 91
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 92
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 93
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 94
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 96
- [SizeOfFullUstn] := [SizeOfFullUstn] +sizeofgroup 97
- [SizeOfFullUstn] := [SizeOfFullUstn]/1024
- [SizeOfFullMech] := [SizeOfFullMech] / 1024
- [SizeOfFullModel] := [SizeOfFullModel] / 1024
- [SizeOfFullArch] := [SizeOfFullArch] / 1024
- [SizeOfFullCivil] := [SizeOfFullCivil] / 1024
- [SizeOfFullMap] := [SizeOfFullMap] / 1024
- [SizeOfOnlyMech] := SizeOfGroup 94
- [SizeOfOnlyModel] := SizeOfGroup 96
- [SizeOfOnlyArch] := SizeOfGroup 91
- [SizeOfOnlyCivil] := SizeOfGroup 92
- [SizeOfOnlyMap] := SizeOfGroup 93
- Dialog PressAKey @xy(CENTER,20)
- MicroStation Installation Program
- (c) 1993 Bentley Systems, Inc.
- EndDialog
- [Point1]
- ClearScreen
- SetTopLineAttrTo WhiteOnBlue
- SetBottomLineAttrTo BlueOnLightGray
- SetTopLineTo "MicroStation Installation Program"
- SetBottomLineTo " Arrows - Select <Enter> - Execute <Esc> - Quit "
- UnQueAllFiles
- [Number1] := [SizeOfAll]/1024
- [Number2] := [SizeOfFullUstn]/1024
- [Number3] := SizeofGroup 1 + SizeOfGroup 2 + SizeofGroup 9
- [Number3] := [Number3] + [Number3] / 10
- [Number3] := [Number3] /1048576
- [Number1] := [Number1] + [Number1]/10
- [Number2] := [Number2] + [Number2]/10
- GetMenuChoice UseHeader "Select type of installation"
- Minimum
- ;This type of installation is recommended only if disk space
- ;is VERY limited. It does not include any examples or on-line
- ;help. It takes approximately [Number3] MB of hard disk space.
- MicroStation without MDE
- ;This option installs all the MicroStation files and no
- ;MicroStation Development Environment files. The files
- ;occupy about [Number2] MB of hard disk space.
- Complete (all files)
- ;Complete installation includes all files. The files occupy
- ;approximately [Number1] MB of hard disk space.
- Custom (selected groups of files)
- ;A custom installation installs one or more of these groups of files:
- ;For MicroStation: System, Database, Help, and Workspaces.
- ;For MDE: Base, Examples and Workbench.
- endGetMenuChoice
- Incase choice is
- =1: do doabsmin
- =2: do doinstallfull
- =3: do doinstallall
- =4: do docustom
- endincase
- if queSize = 0
- if [JustSetWin] = 1
- Dialog [InstallationDirectory]
- Where is MicroStation currently located?
- EndDialog
- if DirectoryExists [InstallationDirectory]
- SetCompletionStatusTo Finished
- Goto [Point30]
- EndIf
- PopUp "Directory does not exist..."
- Goto [Point1]
- EndIf
- EndIf
- ;;getquedfiles
- ;;SetCompletionStatusTo Finished
- procedure doinstallall
- quefilegroup 1 2 20 21
- quefilegroup 22 4 41 5 6 97
- quefilegroup 7 91 92 93 94 96
- quefilegroup 9 10 11 12 13 14
- [InstalledLearn] := 1
- [InstalledMech] := 1
- [InstalledMap] := 1
- [InstalledCivil] := 1
- [InstalledArch] := 1
- endprocedure
- procedure doinstallfull
- quefilegroup 1 2 20 21 22
- quefilegroup 4 41 5 9 97
- quefilegroup 10 91 92 93 94 96
- quefilegroup 11 12 13 14
- [InstalledLearn] := 1
- [InstalledMech] := 1
- [InstalledMap] := 1
- [InstalledCivil] := 1
- [InstalledArch] := 1
- endprocedure
- procedure dominimal
- quefilegroup 1 2 20 9
- [InstalledLearn] := 0
- [InstalledMech] := 0
- [InstalledMap] := 0
- [InstalledCivil] := 0
- [InstalledArch] := 0
- endprocedure
- procedure dominimalmde
- quefilegroup 1 2 20 6 9
- [InstalledLearn] := 0
- [InstalledMech] := 0
- [InstalledMap] := 0
- [InstalledCivil] := 0
- [InstalledArch] := 0
- endprocedure
- procedure doabsmin
- quefilegroup 1 2 9
- [InstalledLearn] := 0
- [InstalledMech] := 0
- [InstalledMap] := 0
- [InstalledCivil] := 0
- [InstalledArch] := 0
- endprocedure
- procedure docustom
- SetBottomLineTo " <Space> - Mark <Enter> - Execute <Esc> - Quit "
- [Point11]
- UnQueAllFiles
- [InstalledLearn] := 0
- [InstalledMech] := 0
- [InstalledMap] := 0
- [InstalledCivil] := 0
- [InstalledArch] := 0
- [Number1] := SizeOfGroup 20 / 1024
- [Number2] := SizeofGroup 4 / 1024
- [Number3] := SizeOfGroup 22 / 1024
- [Number4] := SizeOfGroup 5 / 1024
- [Number5] := SizeOfGroup 6 / 1024
- [Number6] := SizeOfGroup 7 / 1024
- [Number7] := SizeOfGroup 10 / 1024
- [Number8] := SizeOfGroup 11 / 1024
- [Number9] := SizeOfGroup 12 / 1024
- [xnumber10] := SizeOfGroup 13 / 1024
- [xnumber11] := SizeOfGroup 14 / 1024
- [xnumber12] := [SizeOfOnlyArch] / 1024
- [xnumber13] := [SizeOfOnlyModel] / 1024
- [xnumber14] := [SizeOfOnlyCivil] / 1024
- [xnumber15] := [SizeOfOnlyMech] / 1024
- [xnumber16] := [SizeOfOnlyMap] / 1024
- [xnumber17] := SizeOfGroup 21 / 1024
- [xnumber19] := Sizeofgroup 41 / 1024
- [xnumber20] := Sizeofgroup 97 / 1024
- [Number1] := [Number1] + [Number1] / 10
- [Number2] := [Number2] + [Number2] / 10
- [Number3] := [Number3] + [Number3] / 10
- [Number4] := [Number4] + [Number4] / 10
- [Number5] := [Number5] + [Number5] / 10
- [Number6] := [Number6] + [Number6] / 10
- [Number7] := [Number7] + [Number7] / 10
- [Number8] := [Number8] + [Number8] / 10
- [Number9] := [Number9] + [Number9] / 10
- [xNumber10] := [xNumber10] + [xNumber10] / 10
- [xNumber11] := [xNumber11] + [xNumber11] / 10
- [xNumber12] := [xNumber12] + [xNumber12] / 10
- [xNumber13] := [xNumber13] + [xNumber13] / 10
- [xNumber14] := [xNumber14] + [xNumber14] / 10
- [xNumber15] := [xNumber15] + [xNumber15] / 10
- [xNumber16] := [xNumber16] + [xNumber16] / 10
- [xNumber17] := [xNumber17] + [xNumber17] / 10
- [xNumber18] := [SizeOfMin] + [SizeOfMin] / 10
- [xNumber19] := [xNumber19] + [xNumber19] / 10
- [xNumber20] := [xNumber20] + [xNumber20] / 10
- GetMenuChoice AllowMultiple UseHeader "Files to be Installed"
- Install MicroStation system files [xNumber18] Kilobytes
- ; These files are required for MicroStation.
- Install help and documentation files [Number2] Kilobytes
- ; These files contain on-line documentation.
- Install help files in Windows format [xNumber19] Kilobytes
- ; These files contain on-line documentation to use with
- ; Windows Connection.
- Install rendering palettes and materials [Number3] Kilobytes
- ; These files contain material tables for rendering.
- Install utility programs and files [Number4] Kilobytes
- ; These files contain utilities to use with MicroStation.
- Install MDE programming tools [number5] Kilobytes
- ; These files are necessary for MDE development, but do not include
- ; sample files.
- Install MDE examples [Number6] Kilobytes
- ; These files contain sample MDE programs.
- Install Oracle Database files [Number7] Kilobytes
- ; These files contain the Oracle Database files and examples.
- Install Xbase Database(dBASE IV) files [Number8] Kilobytes
- ; These files contain the Xbase Database files and examples for
- ; dBASE IV compatibility.
- Install Xbase Database(dBASE III+) files [Number9] Kilobytes
- ; These files contain the Xbase Database files and examples for
- ; dBASE III+ compatibility.
- Install Xbase Database(FoxBase) files [xnumber10] Kilobytes
- ; These files contain the Xbase Database files and examples for
- ; FoxBase compatibility.
- Install RIS Database files [xnumber11] Kilobytes
- ; These files contain the RIS Database files and examples for
- ; RIS compatibility.
- Install Modeling files [xnumber13] Kilobytes
- ; These files contain 3D sample Modeling drawings.
- Install learning and sample design files [xnumber20] Kilobytes
- ; These files contain example designs and files necessary to
- ; work through the lessons in the User's Guide.
- Install Architectural Workspace [xnumber12] Kilobytes
- ; These files contain architectural examples and interface.
- Install Civil Engineering Workspace [xnumber14] kilobytes
- ; These files contain civil engineering examples and interface.
- Install Mechanical Drafting Workspace [xnumber15] Kilobytes
- ; These files contain mechanical drafting examples and interface.
- Install Mapping Workspace [xnumber16] Kilobytes
- ; These files contain mapping examples and interface.
- Install Menu Design files [xnumber17] Kilobytes
- ; These files contain drawings for tablet menus design.
- endGetMenuChoice
- incase choice is
- =1: quefilegroup 1 2 9 20
- =2: quefilegroup 4
- =3: quefilegroup 41
- =4: quefilegroup 22
- =5: quefilegroup 5
- =6: quefilegroup 6
- =7: quefilegroup 7
- =8: quefilegroup 10
- =9: quefilegroup 11
- =10: quefilegroup 12
- =11: quefilegroup 13
- =12: quefilegroup 14
- =13: quefilegroup 96
- =14: quefilegroup 97
- [InstalledLearn] := 2
- =15: quefilegroup 91
- [InstalledArch] := 2
- =16: quefilegroup 92
- [InstalledCivil] := 2
- =17: quefilegroup 94
- [InstalledMech] := 2
- =18: quefilegroup 93
- [InstalledMap] := 2
- =19: quefilegroup 21
- endincase
- SetBottomLineTo " Arrows - Select <Enter> - Execute <Esc> - Quit "
- [Number2] := QueSize
- If [number2] = 0
- If [JustSetWin] = 0
- Goto [Point1]
- EndIf
- Endif
- endprocedure
- [Point2]
- [Number1] := QueSize + QueSize / 10
- if commandline contains -bernoulli
- determineinstallationdrive [Number1] RequireFixed BernoulliAsFixed
- else
- determineinstallationdrive [Number1] RequireFixed
- endif
- [number1] := FreeSpaceOnDrive InstallationDrive
- [number2] := QueSize
- [number2] := [number2] + [number2] / 10
- GetMenuChoice UseHeader "Please confirm..."
- Proceed with installation
- ; You have selected drive InstallationDrive ([Number1] Bytes free)
- ; for installation totaling [Number2] Bytes.
- Change installation options
- ; You have selected drive InstallationDrive ([Number1] Bytes free)
- ; for installation totaling [Number2] Bytes.
- Change target drive
- ; You have selected drive InstallationDrive ([Number1] Bytes free)
- ; for installation totaling [Number2] Bytes.
- EndGetMenuChoice
- InCase Choice is
- =2: goto [Point1]
- =3: goto [Point2]
- endInCase
- [Point3]
- determineinstallationdirectory RequireFixed
- [point41]
- if DirectoryExists [InstallationDirectory]
- if DirectoryIsEmpty [InstallationDirectory]
- else
- GetMenuChoice UseHeader "Installation Directory Exists"
- Select new directory
- ; Do this if you want to preserve the old version.
- Delete this directory and install from scratch
- ; Do this if you want to replace all files.
- Delete everything but license information
- ; Do this if you want to delete everything but
- ; licensing information, workspaces and design files.
- Install over files in this directory
- ; Do this if you are adding components to MicroStation.
- endGetMenuChoice
- incase choice is
- =1: GoTo [Point3]
- =2: Dialog [YesOrNo1] WhiteOnRed
- You are about to delete the entire MicroStation
- directory. Please confirm that you want to do this.
- EndDialog
- if [YesOrNo1] = NoCharacter
- goto [point41]
- endif
- Run [InstallFromDirectory]\cleanup.exe [InstallationDirectory] -wt245158906 Quietly NoPrompt SwapOut
- =3: Dialog [YesOrNo1] WhiteOnRed
- You are about to delete most of the MicroStation
- directory. Please confirm that you want to do this.
- EndDialog
- if [YesOrNo1] = NoCharacter
- goto [point41]
- endif
- Run [InstallFromDirectory]\cleanup.exe [InstallationDirectory] -wt245158906 partially Quietly NoPrompt SwapOut
- endincase
- endif
- endif
- [Point20]
-
- If FileExists [InstallationDirectory]\License\ms50.lic
- Goto [Point38]
- EndIf
- SetBottomLineTo " Please type in information, then press Control-Enter "
- Dialog Multiple UseHEader "Please supply registration information."
- "Your name: "
- "Organization : "
- "Serial number: "
- InputVariable [String1] @xy(16,1) 50
- InputVariable [String2] @xy(16,2) 50
- InputVariable [String3] @xy(16,3) 50
- EndDialog
- SetBottomLineTo " Arrows - Select <Enter> - Execute <Esc> - Quit "
- if [String1] = BlankString
- Goto [Point20]
- EndIf
- if [String2] = BlankString
- Goto [Point20]
- EndIf
- if [String3] = BlankString
- Goto [Point20]
- EndIf
-
- Dialog [YesorNo1]
- You entered the following information:
-
- Name: [String1]
- Organization: [String2]
- Serial Number: [String3]
-
- Is this information correct ?
- endDialog
- if [YesOrNo1] = NoCharacter
- Goto [Point20]
- EndIf
-
- [Point27]
-
- CreateDirectoryIfNecessary [InstallationDirectory]
- CreateDirectoryIfNecessary [InstallationDirectory]\license
- ModifyTextFile [InstallationDirectory]\license\ms50.lic quietly
- InsertAtLine End "[String3],0,"[String1]","[String2]""
- EndModifyTextFile
- [Point38]
-
- if [InstalledLearn] = 0
- UnQueFiles
- learning.ucf
- learning.pcf
- endUnQueFiles
- endif
- if [InstalledArch] = 0
- UnQueFiles
- arch.ucf
- archacad.ucf
- arch.pcf
- endUnQueFiles
- endif
- if [InstalledMech] = 0
- UnQueFiles
- mechdrft.ucf
- mechnew.ucf
- mechdrft.pcf
- endUnQueFiles
- endif
- if [InstalledCivil] = 0
- UnQueFiles
- civil.ucf
- civil.pcf
- endUnQueFiles
- endif
- if [InstalledMap] = 0
- UnQueFiles
- mapping.ucf
- maprev.ucf
- mapping.pcf
- endUnQueFiles
- endif
- QueFiles to [installationdirectory]
- README.TXT
- endQueFiles
-
- CreateDirectoryIfNecessary [installationdirectory]
- setBottomLineTo " Any key interrupts the installation process... "
- if [InstalledLearn] = 2
- QueFiles
- learning.ucf
- learning.pcf
- endQueFiles
- endif
- if [InstalledArch] = 2
- QueFiles to [installationdirectory]\config\user
- arch.ucf
- archacad.ucf
- endQueFiles
- QueFiles to [installationdirectory]\config\project
- arch.pcf
- endQueFiles
- endif
- if [InstalledMech] = 2
- QueFiles to [installationdirectory]\config\user
- mechdrft.ucf
- mechnew.ucf
- endQueFiles
- QueFiles to [installationdirectory]\config\project
- mechdrft.pcf
- endQueFiles
- endif
- if [InstalledCivil] = 2
- QueFiles to [installationdirectory]\config\user
- civil.ucf
- endQueFiles
- QueFiles to [installationdirectory]\config\project
- civil.pcf
- endQueFiles
- endif
- if [InstalledMap] = 2
- QueFiles to [installationdirectory]\config\user
- mapping.ucf
- maprev.ucf
- endQueFiles
- QueFiles to [installationdirectory]\config\project
- mapping.pcf
- endQueFiles
- endif
- SetAllowExit On
- [insideget] := 1
- getquedfiles ShowJustOne
- [insideget] := 0
- SetAllowExit Off
- setBottomLineTo ""
- [Number1] := quesize
- If [Number1] = 0
- SetCompletionStatusTo Finished
- else
- SetCompletionStatusTo UnFinished
- Goto [Point30]
- Endif
- CreateDirectoryIfNecessary [installationdirectory]\config\appl
- if DirectoryExists [installationdirectory]\database\ris
- CreateDirectoryIfNecessary [installationdirectory]\database\ris\examples\tables
- endif
- CreateDirectoryIfNecessary [installationdirectory]\license
- CreateDirectoryIfNecessary [installationdirectory]\material
- CreateDirectoryIfNecessary [installationdirectory]\material\bump
- CreateDirectoryIfNecessary [installationdirectory]\material\pattern
- if DirectoryExists [installationdirectory]\mdl
- CreateDirectoryIfNecessary [installationdirectory]\mdl\objects
- endif
- if DirectoryExists [installationdirectory]\database\oracle
- CreateDirectoryIfNecessary [installationdirectory]\database\oracle\examples\forms
- endif
- CreateDirectoryIfNecessary [installationdirectory]\wsui\default
- CreateDirectoryIfNecessary [installationdirectory]\out
- CreateDirectoryIfNecessary [installationdirectory]\out\plot
- CreateDirectoryIfNecessary [installationdirectory]\out\cgm
- CreateDirectoryIfNecessary [installationdirectory]\out\iges
- CreateDirectoryIfNecessary [installationdirectory]\out\image
- CreateDirectoryIfNecessary [installationdirectory]\out\tag
- CreateDirectoryIfNecessary [installationdirectory]\out\dwgordxf
- CreateDirectoryIfNecessary [installationdirectory]\out\dgn
- CreateDirectoryIfNecessary [installationdirectory]\tagcfg
- CreateDirectoryIfNecessary [installationdirectory]\tmp
- CreateDirectoryIfNecessary [Installationdirectory]\dgn
- CreateDirectoryIfNecessary [Installationdirectory]\dgn\default
- [Point30]
- If [UnAttended] = 1
- SoLong
- EndIf
- If completionstatus = Finished
- ChangeDirectoryTo [InstallationDirectory]
- if DirectoryExists [InstallationDirectory]\winconn
- If [JustSetWin] = 1
- Goto [Point32]
- EndIf
-
- Dialog [YesOrNo1]
- Would you like to set up Windows Connection ?
-
- This option will force Windows to create a group for MicroStation
- Windows Connection the next time you start Windows. (If you are
- running Windows now, you will need to quit and restart it.) You
- should not, however, do this if this is a network server
- installation or you do not have Windows installed.
- EndDialog
- if [YesOrNo1] = YesCharacter
- [SetWindows] := 0
- else
- [SetWindows] := 1
- endif
-
- [Point35]
- if [SetWindows] = 1
- GoTo [Point40]
- EndIf
- [point32]
-
- if FileExists [WindowsDirectory]\win.ini
- else
- Dialog [YesOrNo1] WhiteOnRed
- Cannot locate WINDOWS directory.
- Do you have Windows installed ?
- EndDialog
- if [YesOrNo1] = NoCharacter
- [SetWindows] := 1
- Goto [Point40]
- EndIf
- do askForWinDir
- goto [Point35]
- EndIf
- if FileExists [WindowsDirectory]\system.ini
- else
- Dialog [YesOrNo1] WhiteOnRed
- Cannot locate WINDOWS directory.
- Do you have Windows installed ?
- EndDialog
- if [YesOrNo1] = NoCharacter
- [SetWindows] := 1
- Goto [Point40]
- EndIf
- do askForWinDir
- goto [Point35]
- EndIf
-
- procedure askForWinDir
- Dialog [Dir1] 63
- Please supply the path to Windows directory:
- EndDialog
- [WindowsDirectory] := [Dir1]
- endprocedure
-
- [String1] := [WindowsDirectory]
- [Number1] := LengthOf [String1]
- [String2] := SubstringOf [String1] from End to End
- [Number1] := [number1] - 1
-
- if [String2] = "\"
- [String1] := SubstringOf [String1] from Beginning to [Number1]
- Endif
-
- Run [installationDirectory]\connect.exe [String1] > [installationDirectory]\connect.txt UseSecond Quietly SwapOut
- If FileExists [installationdirectory]\connect.txt
- ExamineTextFile [installationDirectory]\connect.txt
- [String1] := Line 1
- [String2] := Line 2
- [String3] := Line 3
- ForgetTextFile
- Dialog
- Establishing Windows Connection:
- [String1]
- [String2]
- [String3]
- endDialog
-
- DeleteFiles from [installationDirectory] Quietly
- connect.txt
- endDeleteFiles
- else
- Popup "Cannot modify WIN.INI and/or SYSTEM.INI"
- EndIf
-
- Dialog [YesOrNo1]
- Would you like to configure Windows Connection?
- You must configure Windows Connection before
- you run it the first time. However, you may not
- want to configure if this is a network server
- installation, unless you would like to provide
- all local systems with the same default
- configuration.
- EndDialog
- if [YesOrNo1] = YesCharacter
- ChangeDirectoryTo [InstallationDirectory]
- Run [InstallationDirectory]\usconfig.exe -windows NoPrompt SwapOut
- endif
- endif
- [Point40]
- Dialog [YesOrNo1]
- Would you like to configure MicroStation for DOS?
- You will need to configure MicroStation before
- you run it the first time. However, you may not
- want to configure if this is a network server
- installation, unless you would like to provide
- all local systems with the same default
- configuration.
- EndDialog
- if [YesOrNo1] = YesCharacter
- ChangeDirectoryTo [InstallationDirectory]
- Run [InstallationDirectory]\usconfig.exe -dos NoPrompt SwapOut
- endif
- Dialog
- MicroStation installation completed.
- EndDialog
- else
- Dialog
- MicroStation was not completely installed.
- You should run the installation program again.
- EndDialog
- Endif
-
- procedure ourExitProc
- if [Insideget] = 0
- Dialog [YesOrNo1] WhiteOnRed
- Do you want to terminate the installation ?
- EndDialog
- if [YesOrNo1] = YesCharacter
- Solong
- EndIf
- Endif
- endprocedure
-