views:

57

answers:

2

I have a game application developed using C#. Is there any way to skin my MSI (installer) package ?

+7  A: 

you can use 3rd party tools to skin your installer

check this : http://www.skincrafter.com/products/skincrafter-installer

shrikant.soni
A: 

I found a good library to skin MSI packages. It is NvnInstaller.MsiDotNet.dll which is shipped with Nvn Installer. We just have to create .Net application using this library and that library controls whole installation process. Really nice !

kumar