Create Shortcut for exe located in sub directory of INSTALLDIR and using HarvestDirectory #7890
Unanswered
pravinchalke
asked this question in
Questions
Replies: 1 comment
-
Using heat (aka: the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating MSI using Wix 4.0 command line tools.
I came across a requirement where I want to create shortcut with pointing target exe located in sub folder of INSTALLDIR.
My directory structure is as below:
INSTALLDIR -> C:\Program Files\AppCheck
Folder Structure of AppCheck
o Somefile.dll
o Somefile4.xml
o AppBlock
Block.exe
o Somefile2.dll
o Somefile3.json
o AppSet
AppSet.exe
I need to create shortcuts for Block.exe and AppSet.exe
I have created Apps.wsx file as below
When I am creating msi shortcut getting created with TARGETDIR/INSTALLDIR as working directory instead of subfolder name appscan and appsecure.
Is any option or approach available in Wix 4 to use directory path of subfolder in working directory attribute of shortcut?
Thank you in advance!!!
Beta Was this translation helpful? Give feedback.
All reactions