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
This now results in the following error in Wix v4:
error WIX0094: The identifier 'Directory:HomeDrivePath' could not be found.
Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
Converting the property to a directory looks correct inside Orca (the directory table contains the two environment variables, but the installation is not correct and the value gets substituted with incorrect ones (C:\C:\Users\jcasale\) when installed:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In Wix v3 I used to be able to set the Shortcut WorkingDirectory attribute to a literal string as follows:
This now results in the following error in Wix v4:
According to the documentation at https://wixtoolset.org/docs/schema/wxs/shortcut the value must be a directory identifier or a property that refers to one.
Converting the property to a directory looks correct inside Orca (the directory table contains the two environment variables, but the installation is not correct and the value gets substituted with incorrect ones (
C:\C:\Users\jcasale\
) when installed:Any idea how to resolve this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions