SharkCagey / SharkCage

1 stars 3 forks source link

39 installer for sharkcage #58

Closed SailReal closed 6 years ago

SailReal commented 6 years ago
SailReal commented 6 years ago

I can't open (/build / test) the installer project because my VS is missing some needed part for it, can you tell me what the prerequisites are for the installer project?

Sorry for that, you have to install an additional project type "Visual Studio Installer". screen shot 2018-06-30 at 11 04 51 am

DonatJR commented 6 years ago

Which component contains the Installer Project? Couldn't find anything named Visual Studio Installer image

SailReal commented 6 years ago

Hmm stay tuned 🍿, too long ago, I will figure out which component is required!

SailReal commented 6 years ago

I'm, quiet sure that I installed this one: MicrosoftVisualStudio2017InstallerProjects

DonatJR commented 6 years ago

Just thought about the /silent option to install the service without user interaction. Do you think this should be part of this PR?

SailReal commented 6 years ago

Good points, both (x86/x64 and silent installer) should be part of this PR 👍

DonatJR commented 6 years ago

Quiet install / install without user input is already baked into all msi installers, we just have to use a tool called msiexec shipped with windows. For example: msiexec /i SharkCage.msi /qb+ just displays a progress bar and informs the user on success. image

Building the installer for AnyCPU and x64 should be as easy as ticking the build-box displayed above. Once this is done I will approve the PR. :)

SailReal commented 6 years ago

Should be fixed now, thx!

SailReal commented 6 years ago

Thanks for the review!!!