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
It doesn't appear that we can create new build configurations in VS2022 for WiX4 installer project. You get the default Debug and Release but if you go to add a new one nothing ever happens. I've used this in projects so I can create different installers based off configuration picked. Is this no longer supported in v4?
<?define InstallPath=".Debug"?>
<?endif?>
<?if $(var.Configuration) = Development ?>
<?define InstallPath=".Development"?>
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.
-
It doesn't appear that we can create new build configurations in VS2022 for WiX4 installer project. You get the default Debug and Release but if you go to add a new one nothing ever happens. I've used this in projects so I can create different installers based off configuration picked. Is this no longer supported in v4?
Beta Was this translation helpful? Give feedback.
All reactions