We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be very nice to be able to modify or reject this area of wxs file:
<DirectoryRef Id="ApplicationProgramsFolder"> <Component Id="ApplicationShortcut" Guid="e1f638e4-99af-4e28-bfc9-79b9c2e3d4f0" Win64='no'> <Shortcut Id="ApplicationStartMenuShortcut" Name="the-great-app" Description="theCucumber.app" Target="[APPLICATIONROOTDIRECTORY]the-great-app.exe" WorkingDirectory="APPLICATIONROOTDIRECTORY"> <ShortcutProperty Key="System.AppUserModel.ID" Value="xxx" /> </Shortcut> <RemoveFolder Id="ApplicationProgramsFolder" On="uninstall"/> <RegistryValue Root="HKCU" Key="Software\Microsoft\the-great-app" Name="installed" Type="integer" Value="1" KeyPath="yes"/> </Component> </DirectoryRef>
The text was updated successfully, but these errors were encountered:
Especially the Target
Target
Sorry, something went wrong.
No branches or pull requests
It would be very nice to be able to modify or reject this area of wxs file:
The text was updated successfully, but these errors were encountered: