Closed yodantauber closed 10 years ago
I haven't built the installer with the vs project in a while (didn't work with VS2013 last I tried).
You should be able to build the MSI from the command line. (uh... whoops)
I just pushed up a change with my publish.cmd script in it.
G
It works with publish.cmd, thanks!
Having built CoApp.PowerShell.Tools successfully (from the source currently in the master branch of this GitHub project), I'm now trying to build the installer. I installed WiX 3.8. If I just open Installer.wixproj with Visual Studio and try to build it, I get the following error:
If I add an output path, I get the following error:
Should I open the installer project as part of some solution? Should I somehow build from command line and not from within VS?