You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning WIX1077: The 'Shortcut.MainExe.MyApp_.WorkDir' Property contains '[ProgramFilesFolder]' in its value which is an illegal reference to another property. If this value is a string literal, not a property reference, please ignore this warning. To set a property with the value of another property, use a CustomAction with Property and Value attributes.
error WIX0094: The identifier 'Directory:Shortcut.MainExe.MyApp_.WorkDir' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
I tried changing WorkingDirectory of the shortcut to the installDirId and then I don't get any errors but the shortcut is not created.
I've tried looking for the documentation on how to create shortcuts but haven't been able to find any, if there are I apologize. I tried looking at the samples and copying them but they didn't help either.
The text was updated successfully, but these errors were encountered:
Hello,
As the title says, I can't place a shortcut on the desktop to the main exe. This is my code:
That gives me this warning and error:
I tried changing
WorkingDirectory
of the shortcut to theinstallDirId
and then I don't get any errors but the shortcut is not created.I've tried looking for the documentation on how to create shortcuts but haven't been able to find any, if there are I apologize. I tried looking at the samples and copying them but they didn't help either.
The text was updated successfully, but these errors were encountered: