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
2010-08-14 08:34:23
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
2010-08-14 09:20:38