mirror of https://gitee.com/bigwinds/arangodb
added platform hints
This commit is contained in:
parent
7e8d73fe43
commit
401a8d2d07
|
@ -8,7 +8,7 @@
|
|||
Version='1.1.0.0'
|
||||
Manufacturer='triAGENS'>
|
||||
|
||||
<Package Id='*' InstallerVersion='200' Compressed='yes' />
|
||||
<Package Id='*' InstallerVersion='200' Compressed='yes' Platform='x64' />
|
||||
|
||||
<Media Id='1' Cabinet='arango.cab' EmbedCab='yes' />
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
<Directory Id='js_dir' Name='js'/>
|
||||
|
||||
<Component Id='MainExecutable' Guid='{D7363040-5D54-4C08-B777-0119BCD0E15E}'>
|
||||
<Component Id='MainExecutable' Guid='{D7363040-5D54-4C08-B777-0119BCD0E15E}' Win64='yes'>
|
||||
<File Id='arangodEXE' Name='arangod.exe' Source='arangod64.exe' Vital='yes' />
|
||||
<File Id='arangoShellEXE' Name='arangosh.exe' Source='arangosh64.exe' Vital='yes' />
|
||||
<File Id='arangodImportEXE' Name='arangoimp.exe' Source='arangoimp64.exe' Vital='yes' />
|
||||
|
@ -59,7 +59,7 @@
|
|||
|
||||
<Feature Id='Complete' Level="1">
|
||||
<ComponentRef Id='MainExecutable' />
|
||||
<ComponentGroupRef Id='jsDirectory'/>
|
||||
<ComponentGroupRef Id='jsDirectory' />
|
||||
</Feature>
|
||||
|
||||
<Icon Id="arango.ico" SourceFile="arango.ico"/>
|
||||
|
|
Loading…
Reference in New Issue