Skip to content

Commit

Permalink
Create RDPWInst.wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
galeksandrp authored Jun 13, 2017
1 parent f0e21b8 commit 7ef04f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RDPWInst.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
<Directory Id="CommonAppDataFolder">
<Directory Id="PACKAGECACHE" Name="Package Cache">
<Directory Id="INSTALLLOCATION" Name="{$(var.ProductCode)}">
<Component Id="ProductComponent" Guid="affd77d1-b35c-46f3-a97f-1686dc57b8b8">
<Component Id="RDPWrap" Guid="affd77d1-b35c-46f3-a97f-1686dc57b8b8">
<File Id='RDPWInst' DiskId='1' Source='RDPWInst.exe'/>
</Component>
</Directory>
</Directory>
</Directory>
</Directory>

<Feature Id="ProductFeature" Title="SetupProject1" Level="1">
<ComponentRef Id="ProductComponent" />
<Feature Id="RDPWrapInstall" Title="RDPWrapSetup" Level="1">
<ComponentRef Id="RDPWrap" />
</Feature>

<CustomAction Id='InstallAction' FileKey='RDPWInst' ExeCommand='-i -o' Execute='immediate' Return='check'/>
Expand Down

0 comments on commit 7ef04f2

Please sign in to comment.