Installation package (MSI) with animation, lot of customization
I have a gaming application developed in C#. I want to have animation, lot of customization in my installation package. Please recommend me a good software.
I recommend you NvnInstaller.MsiDotNet library. It comes with Nvn Installer . Using that library you can use Windows application (even WPF application) as installation UI. So you can easily place animations and lot of customization is possible as you are coding in C#.