mirror of https://gitee.com/bigwinds/arangodb
issue #664: ArangoDB installer on windows requires drive c:
This commit is contained in:
parent
af41a6d634
commit
d7b90bb7df
|
@ -12,10 +12,8 @@
|
|||
|
||||
<Media Id='1' Cabinet='arango.cab' EmbedCab='yes' />
|
||||
|
||||
<Property Id="IISROOT" Value="c:\"/>
|
||||
<Property Id="WIXUI_DONTVALIDATEPATH" Value="1"/>
|
||||
|
||||
|
||||
<Directory Id='TARGETDIR' Name='SourceDir'>
|
||||
<Directory Id='ProgramFilesFolder'>
|
||||
<Directory Id="IISROOT" Name=".">
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
<Media Id='1' Cabinet='arango.cab' EmbedCab='yes' />
|
||||
|
||||
<Property Id="IISROOT" Value="c:\"/>
|
||||
<Property Id="WIXUI_DONTVALIDATEPATH" Value="1"/>
|
||||
|
||||
<Directory Id='TARGETDIR' Name='SourceDir'>
|
||||
|
|
Loading…
Reference in New Issue