Skip to content

Condition to test if installing on 64-bit platform #1706

Answered by oleg-shilo
frnds1 asked this question in Q&A
Discussion options

You must be logged in to vote

Do the WixSharp project settings affect the output?

Not at all. The best way to look at it this way:

  • A normal VS build process is based on the build script (csproj file) written in XML declarative syntax and executed by MSBuild/dotnet.exe
  • A normal WixSharp process is based on the build script (cs file) written in C# procedural syntax and executed by MSBuild/dotnet.exe (in the post-build event). That's why you can even execute the build script without VS. Execute it as a true script with CS-Script, which was the historical approach for build execution and it gave the name "build script".

You can read more about it here: https://github.com/oleg-shilo/wixsharp/wiki/Managed-Setup-Model#bu…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by frnds1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants