Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
changing msi installation location to C:\Program Files
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Sep 14, 2011
1 parent 9613b7b commit a2bb1f0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tools/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,10 @@
<Package InstallerVersion="200" Compressed="yes" Platform="x86" />

<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />

<CustomAction Id='SetRootDrive' Property='SD' Value='[%SystemDrive]\'/>

<InstallExecuteSequence>
<Custom Action="SetRootDrive" Before="CostInitialize"></Custom>
</InstallExecuteSequence>

<InstallUISequence>
<Custom Action="SetRootDrive" Before="CostInitialize"></Custom>
</InstallUISequence>

<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="SD">
<Directory Id="NodeRoot" Name="node">
<Directory Id="ProgramFilesFolder">
<Directory Id="NodeRoot" Name="nodejs">
<Component Id="nodeexe" Guid="AEC0F08E-89B3-4C35-A286-8DB8598597F2">
<File Id="filenodeexe" KeyPath="yes" Source="$(var.sourcedir)\node.exe" />
</Component>
Expand Down

0 comments on commit a2bb1f0

Please sign in to comment.