-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathInstall-NavComponentConfig.xml
More file actions
42 lines (42 loc) · 2.5 KB
/
Install-NavComponentConfig.xml
File metadata and controls
42 lines (42 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<Configuration>
<Component Id="ClickOnceInstallerTools" State="Absent" ShowOptionNode="yes"/>
<Component Id="WebClient" State="Local" ShowOptionNode="yes"/>
<Component Id="AutomatedDataCaptureSystem" State="Absent" ShowOptionNode="yes"/>
<Component Id="OutlookAddIn" State="Absent" ShowOptionNode="yes"/>
<Component Id="SPCServer" State="Absent" ShowOptionNode="yes"/>
<Component Id="SQLServerDatabase" State="Absent" ShowOptionNode="yes"/>
<Component Id="SQLDemoDatabase" State="Absent" ShowOptionNode="yes"/>
<Component Id="ServiceTier" State="Local" ShowOptionNode="yes"/>
<Component Id="Pagetest" State="Local" ShowOptionNode="yes"/>
<Component Id="STOutlookIntegration" State="Local" ShowOptionNode="yes"/>
<Component Id="Documentation" State="Absent" ShowOptionNode="yes"/>
<Component Id="ServerManager" State="Absent" ShowOptionNode="yes"/>
<Component Id="RoleTailoredClient" State="Absent" ShowOptionNode="yes"/>
<Component Id="ExcelAddin" State="Absent" ShowOptionNode="yes"/>
<Component Id="ClassicClient" State="Absent" ShowOptionNode="yes"/>
<Parameter Id="TargetPath" Value="[WIX_ProgramFilesFolder]\Microsoft Dynamics NAV\90"/>
<Parameter Id="TargetPathX64" Value="[WIX_ProgramFilesX64Folder]\Microsoft Dynamics NAV\90"/>
<Parameter Id="NavServiceSQMOption" Value="false"/>
<Parameter Id="NavServiceServerName" Value="localhost"/>
<Parameter Id="NavServiceInstanceName" Value="SampleDynamicsNAV90"/>
<Parameter Id="NavServiceAccount" Value="NT AUTHORITY\NETWORK SERVICE"/>
<Parameter Id="NavServiceAccountPassword" IsHidden="yes" Value=""/>
<Parameter Id="NavServiceClientServicesPort" Value="37046"/>
<Parameter Id="WebServiceServerPort" Value="37047"/>
<Parameter Id="WebServiceServerEnabled" Value="false"/>
<Parameter Id="DataServiceServerPort" Value="37048"/>
<Parameter Id="DataServiceServerEnabled" Value="false"/>
<Parameter Id="NavFirewallOption" Value="true"/>
<Parameter Id="CredentialTypeOption" Value="Windows"/>
<Parameter Id="DnsIdentity" Value=""/>
<Parameter Id="ACSUri" Value=""/>
<Parameter Id="SQLServer" Value="DUMMYSQLSERVER"/>
<Parameter Id="SQLInstanceName" Value=""/>
<Parameter Id="SQLReplaceDb" Value="FAILINSTALLATION"/>
<Parameter Id="WebServerPort" Value="38080"/>
<Parameter Id="WebClientRunDemo" Value="false"/>
<Parameter Id="WebClientDependencyBehavior" Value="install"/>
<Parameter Id="SPCServerDeployment" Value="1"/>
<Parameter Id="SPCServerHost" Value="localhost"/>
<Parameter Id="SPCServerPort" Value="80"/>
</Configuration>