I have configured the Virtual Directory setting's from the Install Wizard.xml.
<SetEnvUIConfigItem><PromptText>Do you want to install virtual directories?</PromptText><PromptValue>true</PromptValue><ValueType>Checkbox</ValueType><EnvironmentVarName>IncludeVirtualDirectories</EnvironmentVarName></SetEnvUIConfigItem>
And the in the btdf.prof file, I have the following code:
<PropertyGroup Condition="'$(IncludeVirtualDirectories)' == 'true'"><IncludeVirtualDirectories>True</IncludeVirtualDirectories></PropertyGroup>
But am getting the below error when I "check" the checkbox for installing VDIR on Install Wizard.
The command "cacls "..\xxxxxx-xxxxxxx\Address" /E /G xxx\xxx_BTSIsoHst:R" exited with code 3.
<SetEnvUIConfigItem><PromptText>Do you want to install virtual directories?</PromptText><PromptValue>true</PromptValue><ValueType>Checkbox</ValueType><EnvironmentVarName>IncludeVirtualDirectories</EnvironmentVarName></SetEnvUIConfigItem>
And the in the btdf.prof file, I have the following code:
<PropertyGroup Condition="'$(IncludeVirtualDirectories)' == 'true'"><IncludeVirtualDirectories>True</IncludeVirtualDirectories></PropertyGroup>
But am getting the below error when I "check" the checkbox for installing VDIR on Install Wizard.
The command "cacls "..\xxxxxx-xxxxxxx\Address" /E /G xxx\xxx_BTSIsoHst:R" exited with code 3.