views:

49

answers:

1

Hi all, Im a .Net beginner. i need to ask something. if i want to deploy my .net winform application (use 3.5 sp 1) using inno setup. do i also need to deploy Windows Installer Redistributable package for each user's pc. Is it mandatory ? thank you.

+2  A: 

inno setup is not Windows Installer based (see http://www.jrsoftware.org/isfaq.php#msi). So it you create a setup with respect of inno setup, you don't need Windows Installer at all.

Oleg
thank you so much, Oleg :D.
Ieie
@leie, please mark this one as answer. Or next time nobody answers your questions.
Lex Li