Page 20 - fjs-genero-3.00.02-manual-install_Neat
P. 20
Install Genero Application Server | 19
Argument IIS Description
version
ISAPIDIR=your_isapi_path All Path where the ISAPI extension will be
installed. If not specified, the default path is
<PRODUCTDIR>\isapi.
STARTMENUFOLDER=your_startmenufolder_pathAll Customize the location for the shortcuts in the
startmenu. For example: "fjs\gas"
WEBSITE=your_webSite IIS 6, Default value: "Default Web Site"
IIS7
WEBAPPNAME=your_webAppName All Default value: "gas"
WEBAPPPOOLNAME=your_webAppPoolName IIS 6, Default value: "GASAppPool"
IIS7
APPPOOLUSERDOMAIN=your_AppPoolUserDomainIIS 6, Default value: ""
IIS7
APPPOOLUSER=your_AppPoolUser IIS 6, Default value: "NetworkService"
IIS7
Other possible values:
"LocalService","LocalSystem"
FORCEREMOVEPRODUCTDIR=YES All On uninstall, remove the PRODUCTDIR location
even if it is not empty. Default value: ""
Note: Quotes are only required around the argument value when a space character is in the value
string.
Silent install examples
On IIS5:
C:\tmp> msiexec /qn /i fjs-gas-2.50.04-build129065-v32v100.msi /log
gas2.20.log PRODUCTDIR=c:\tmp\gas2 ADDLOCAL=ALL ISAPIDIR=c:\tmp\gas2\isapi
WEBAPPNAME=gas-msi
On IIS 6:
C:\tmp> msiexec /qn /i fjs-gas-2.50.04-build129065-v32v100.msi /log
gas2.20.log PRODUCTDIR=c:\tmp\gas2 ADDLOCAL=ALL ISAPIDIR=c:\tmp\gas2\isapi
WEBAPPNAME=gas-msi APPPOOLUSERDOMAIN="" APPPOOLUSER=NetworkService
WEBAPPPOOLNAME=gas-pool-msi
C:\tmp> msiexec /qn /i fjs-gas-2.50.04-build129065-v32v100.msi /log
gas2.20.log PRODUCTDIR=c:\tmp\gas2 ADDLOCAL=ALL ISAPIDIR=c:\tmp\gas2\isapi
WEBAPPNAME=gas-msi APPPOOLUSERDOMAIN=your_domain APPPOOLUSER=your_user
WEBAPPPOOLNAME=gas-pool-msi ALLUSERS=1
Silent uninstall examples
C:\tmp> msiexec /qn /x fjs-gas-2.50.04-build129065-v32v100.msi /log
as2_50_04.log

