Wiki Markup |
---|
{anchor:top} h2. Overview 概要 {styleclass: Class=topLink}[topページトップ|#top]{styleclass} An additional properties file may be specified when using silent installation. For historical reasons, the properties in this file have different names, but map to the same values as the custom properties file. The silent installer properties file must exist on the file system of the computer being installed onto. The file name must be the first argument after the {{-silent}} switch:サイレントインストールを使用するときは、追加のプロパティファイルを指定できます。過去の経緯から、このファイル内のプロパティの名前は異なっていますが、カスタムプロパティファイルと同じ値にマップします。サイレントインストーラーのプロパティファイルは、インストール先コンピューターのファイルシステム上に存在する必要があります。ファイル名は、-silentスイッチの後の最初の引数にする必要があります: {code:none} java -jar yellowfin-yyyymmdd-full.jar -silent install.properties java -jar yellowfin-yyyymmdd-full.jar -silent install.properties option.winservice=true option.serverport=8090 {code} When passing command-line arguments to the silent installer, you *must* include a silent installer properties file as the first argument before any additional options, even if it is just an empty file. The following will not work:コマンドライン引数をサイレントインストーラーに渡すときは、たとえ空のファイルであっても、サイレントインストーラーのプロパティファイルを、他のオプションよりも前に最初の引数として含める{*}必要{*}があります。以下は動作しません: {code:none} java -jar yellowfin-yyyymmdd-full.jar -silent option.winservice=true option.serverport=8090 {code} h3. {expand:title=Propertiesプロパティ} Property names in the silent installer properties file:サイレントインストーラーのプロパティファイル内のプロパティ名: ||Silent Installer Propertiesサイレントインストーラーのプロパティファイル File||Custom Propertiesカスタムプロパティファイル File|| | {{JavaHome}} | {{option.javahome}} | | {{InstallPath}} | {{option.installpath}} | | {{ExtractOnly}} | {{action.nodbaccess}} | | {{InstallTutorialDatabase}} | {{option.pack.tutorial}} | | {{InstallUsageReports}} | {{option.pack.usage}} | | {{InstallJapaneseLangPack}} | {{option.pack.lang.ja}} | | {{InstallSpanishLangPack}} | {{option.pack.lang.es}} | | {{InstallFrenchLangPack}} | {{option.pack.lang.fr}} | | {{InstallPortugueseLangPack}} | {{option.pack.lang.pt}} | | {{InstallChineseLangPack}} | {{option.pack.lang.zh}} | | {{LicenceFilePath}} | {{option.licencefile}} | | {{ServicePort}} | {{option.serverport}} | | {{InstallService}} | {{option.winservice}} | | {{DatabaseType}} | {{option.db.dbtype}} | | {{Authentication}} | {{option.db.sqlauthtype}} | | {{LogonDomain}} | {{option.db.sqldomain}} | | {{InstanceName}} | {{option.db.sqlinstance}} | | {{ProgressDriver}} | {{option.db.progressdriver}} | | {{CreateYellowfinDB}} | {{option.db.createdb}} | | {{CreateYellowfinDBUser}} | {{option.db.createuser}} | | {{DatabaseHostname}} | {{option.db.hostname}} | | {{DatabasePort}} | {{option.db.port}} | | {{DatabaseName}} | {{option.db.dbname}} | | {{DatabaseDBAUser}} | {{option.db.dbausername}} | | {{DatabaseDBAPassword}} | {{option.db.dbapassword}} | | {{DatabaseUser}} | {{option.db.username}} | | {{DatabasePassword}} | {{option.db.userpassword}} | {expand} h3. Example例 An example silent installer properties file: サイレントインストーラーのプロパティファイルの例: {code:none} InstallPath=/applications/yellowfin InstallTutorialDatabase=True InstallUsageReports=True InstallJapaneseLangPack=False InstallSpanishLangPack=False ServicePort=8080 InstallService=False DatabaseType=MySQL CreateYellowfinDB=True CreateYellowfinDBUser=False DatabaseHostname=localhost DatabaseName=yellowfin DatabaseDBAUser=root DatabaseDBAPassword= DatabaseUser=yf DatabasePassword=secret {code} \\ \\ {horizontalrule} {styleclass: Class=topLink}[topページトップ|#top] {styleclass} |
Page Comparison
General
Content
Integrations