Is it possible to build VS Setup projects?
Hey there,
is there a possibility to build Visual Studio Setup projects via AppVeyor? I just get the error that only xml project files are accepted when trying to let it build the installer.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 13 Jun, 2016 05:54 PM
Yes, you should use
devenv.exeto build .vdproj projects: http://help.appveyor.com/discussions/problems/626-added-a-visual-st...I'd better move to WiX though.
2 Posted by chris579 on 13 Jun, 2016 05:58 PM
Thanks for the answer.
I already had a look at WIX however it is too complicated for me to understand the whole topic. Plus, the application I am developing is not planned for public or even buisness environments so a proper installer is not needed atm.
3 Posted by chris579 on 13 Jun, 2016 07:26 PM
After implementing this into the after_build event the build task stops there and nothing happens. I waited 10 mins for it but it seems like its hanging up.
Here the code:
Support Staff 4 Posted by Feodor Fitsner on 13 Jun, 2016 07:29 PM
Use RDP to troubleshoot: http://www.appveyor.com/docs/how-to/rdp-to-build-worker
5 Posted by chris579 on 13 Jun, 2016 08:22 PM
Thanks for this head up.
With the help of the rdp I adjusted my code to this:
However there is another problem: When building there pops up a window notfiying me that PostSharp is not installed and therefore the project can't be compiled. How could I handle this?
Support Staff 6 Posted by Feodor Fitsner on 13 Jun, 2016 08:45 PM
I think you should restore nuget packages before build with
nuget restorecommand.7 Posted by chris579 on 13 Jun, 2016 09:01 PM
Yeah, I'm already restoring them.
You can find the whole appveyor.yml here:
https://github.com/chris579/PKInfRemi/blob/faceDetection/appveyor.yml
Support Staff 8 Posted by Feodor Fitsner on 13 Jun, 2016 11:55 PM
Indeed, looks interesting :) Told you vdproj is a slippery way!
To workaround that I would try to creating a separate .sln solution with that .vdproj project only and then building it with devenv.exe
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:06 AM.