hanselb / HyperionScreenCap

Screen capture program for Hyperion ambilight
MIT License
60 stars 26 forks source link

Create Installer #2

Closed hanselb closed 8 years ago

hanselb commented 8 years ago

Create simple installer package which will setup the correct DirectX version if needed.

IDmedia commented 8 years ago

Just a suggestion.. instead of creating a installer you could also include all necessary files using this Nuget: https://github.com/Fody/Costura

Regarding DirectX I would just make a check if it's installed and if not notify the user. :)

hanselb commented 8 years ago

Hey @IDmedia thanks for the suggestion. I had some issues embedding the SlimDX.dll libraries with the app but I will give Costura a try.

I found an easy way to check and install dependencies with Inno setup so adding DirectX / .net 4.0 won't be a problem :)

hanselb commented 8 years ago

@IDmedia I was able to use Costura :smile: I have also created an installer that sets up all the required dependencies. You can find it here https://github.com/djhansel/HyperionScreenCap/releases/latest