Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Georgievskiy <galeksandrp@gmail.com>2017-06-13 23:46:19 +0300
committerGitHub <noreply@github.com>2017-06-13 23:46:19 +0300
commit7ef04f27c2242e111c8932ae1c36c9f28fe7aabc (patch)
tree661d3fbd6d089a59ea38c51ff9ffa6235cdf8b43
parentf0e21b8802c7a69263703a01a24478e046900697 (diff)
Create RDPWInst.wxs
-rw-r--r--RDPWInst.wxs6
1 files changed, 3 insertions, 3 deletions
diff --git a/RDPWInst.wxs b/RDPWInst.wxs
index 358ce31..fa37565 100644
--- a/RDPWInst.wxs
+++ b/RDPWInst.wxs
@@ -19,7 +19,7 @@
<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>
@@ -27,8 +27,8 @@
</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'/>