link start!
This commit is contained in:
Executable
+145
@@ -0,0 +1,145 @@
|
||||
##############################################################################
|
||||
#
|
||||
# Install.properties for Win32 Self-Extracting Installer
|
||||
#
|
||||
# %version% inserts the Niagara version number.
|
||||
#
|
||||
##############################################################################
|
||||
window.title=Vykon AX Supervisor %version% including WorkPlace AX
|
||||
|
||||
default.folder=C:\Niagara\Niagara-%version%
|
||||
startMenu.folder=Vykon AX Supervisor %version%
|
||||
|
||||
welcome.title=Installation
|
||||
welcome.message=
|
||||
welcome.message2=Welcome to the Vykon AX Supervisor %version% Installation Process
|
||||
welcome.message3=This program will install the Vykon AX Supervisor %version% software onto your computer.
|
||||
|
||||
licenseAgreement.title=License Agreement
|
||||
licenseAgreement.yes=Yes
|
||||
licenseAgreement.no=No
|
||||
licenseAgreement.message=Please read the following license agreement:
|
||||
licenseAgreement.accept=Do you accept this agreement?
|
||||
|
||||
selectModules.title=Select Install Location
|
||||
selectModules.destinationFolder=Destination Folder
|
||||
button.default=Default
|
||||
button.browse=Browse...
|
||||
button.refresh=Refresh
|
||||
install.dist=This instance of WorkPlace AX will be used as an installation tool
|
||||
selectModules.spaceRequired=Space Required
|
||||
selectModules.spaceAvailable=Space Available
|
||||
selectModules.spaceAvailible=Space Available
|
||||
|
||||
selectLexicons.title=Select Language Packages
|
||||
lexicon.selectAll=Select All
|
||||
selectLexicons.message=Select the language packages you wish to install:
|
||||
selectLexicons.spaceReq=Additional Space Required:
|
||||
|
||||
options.title=Select Options
|
||||
install.startMenu=Install Start Menu Shortcuts
|
||||
install.desktop=Install Desktop Shortcuts
|
||||
|
||||
installing.title=Installing...
|
||||
|
||||
finish.title=Finish Install
|
||||
finish.message=AX Supervisor %version% Installation is Complete!
|
||||
finish.launchMessage=Would you like to?
|
||||
finish.screen=JADE_FINISH
|
||||
finish.launchWbCommand=bin\\wb_w.exe
|
||||
finish.script=
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# Uninstall Properties
|
||||
#
|
||||
##############################################################################
|
||||
uninstall.window.title=Vykon AX Supervisor %version% Uninstall
|
||||
|
||||
uninstall.welcome.title=Uninstall
|
||||
uninstall.welcome.message=Vykon AX Supervisor %version% Uninstall Program!
|
||||
uninstall.welcome.message2=This program will uninstall the following software from your computer:
|
||||
|
||||
uninstall.options.display=true
|
||||
uninstall.options.title=Select Uninstall Options
|
||||
uninstall.options.message=Please select from the following uninstall options:
|
||||
uninstall.options.saveStations=Save station files.
|
||||
uninstall.options.saveUsers=Save user files.
|
||||
|
||||
uninstall.uninstalling.title=Uninstalling...
|
||||
|
||||
uninstall.finish.title=Finished
|
||||
uninstall.finish.message=Vykon AX Supervisor %version% Uninstall is Complete!
|
||||
|
||||
##############################################################################
|
||||
# Shortcuts
|
||||
#
|
||||
# - must be numbered sequentially, starting with 0
|
||||
# - all paths are relative to the install directory
|
||||
# - attributes: (* = required)
|
||||
# .bin * path to executable, relative to install dir.
|
||||
# .lnk * name of shortcut
|
||||
# .start * normal or min
|
||||
# .description description for mouseovers - defaults to ""
|
||||
# .startmenu display shortcut on start menu - defaults to true
|
||||
# .desktop display shortcut on desktop - defaults to true
|
||||
# .iconLocation path to file containing the alternate icon for the shortcut
|
||||
# .iconIndex index of icon in file
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
shortcut.0.bin=bin\\wb_w.exe
|
||||
shortcut.0.lnk=WorkPlace AX
|
||||
shortcut.0.start=normal
|
||||
shortcut.0.description=Shortcut to WorkPlace AX
|
||||
shortcut.0.desktop=true
|
||||
|
||||
shortcut.1.bin=bin\\wb.exe
|
||||
shortcut.1.lnk=WorkPlace AX (Console)
|
||||
shortcut.1.start=normal
|
||||
shortcut.1.description=Shortcut to WorkPlace AX
|
||||
shortcut.1.desktop=false
|
||||
|
||||
shortcut.2.bin=bin\\console.exe
|
||||
shortcut.2.lnk=Console
|
||||
shortcut.2.start=normal
|
||||
shortcut.2.description=Shortcut to Console
|
||||
shortcut.2.desktop=false
|
||||
|
||||
shortcut.3.bin=bin\\wb_w.exe
|
||||
shortcut.3.args=-profile:alarm:AlarmPortalProfile
|
||||
shortcut.3.lnk=Alarm Portal
|
||||
shortcut.3.start=normal
|
||||
shortcut.3.description=Niagara Alarm Portal
|
||||
shortcut.3.desktop=true
|
||||
shortcut.3.iconLocation=bin\\trayIcon.dll
|
||||
shortcut.3.iconIndex=0
|
||||
|
||||
shortcut.4.bin=bin\\station.exe
|
||||
shortcut.4.args=demo
|
||||
shortcut.4.lnk=Demo Station
|
||||
shortcut.4.start=min
|
||||
shortcut.4.description=Run the Demo Station
|
||||
shortcut.4.startmenu=true
|
||||
shortcut.4.desktop=false
|
||||
|
||||
shortcut.5.bin=bin\\uninstall.exe
|
||||
shortcut.5.lnk=Uninstall
|
||||
shortcut.5.start=normal
|
||||
shortcut.5.description=Uninstall Niagara %version%
|
||||
shortcut.5.desktop=false
|
||||
|
||||
shortcut.6.bin=bin\\plat.exe
|
||||
shortcut.6.args=installdaemon
|
||||
shortcut.6.lnk=Install Platform Daemon
|
||||
shortcut.6.start=normal
|
||||
shortcut.6.description=Install Platform Daemon %version%
|
||||
shortcut.6.desktop=false
|
||||
|
||||
shortcut.7.bin=docs\\index.html
|
||||
shortcut.7.lnk=Vykon Document Library
|
||||
shortcut.7.start=normal
|
||||
shortcut.7.description=Vykon Document Library
|
||||
shortcut.7.startmenu=true
|
||||
shortcut.7.desktop=false
|
||||
shortcut.7.iconLocation=bin\\uninstall.exe
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
Reference in New Issue
Block a user