Replies: 1 comment
-
Visual Studio requires that changes to IntermediatePath and OutputPath (or any of their related properties) are made inside of PropertyGroups that are conditioned by the "current" Configuration/Platform settings. This has been discussed in all the various places people go to complain about Visual Studio for years. |
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 have a WixSetup project which is generating the msi file under the project bin folder in file explorer.
Is there any way I can change this and get the msi file to be generated at another preferred location on file explorer?
I tried unloading the project and editing the .wixproj code to achieve this but I keep getting an error.
I changed the value of the OutputPath and IntermediatePath to my preferred location.
Beta Was this translation helpful? Give feedback.
All reactions