c# - how to create multi language windows installer? -


whats best way create multi language installer office addin deployment setup?

is possible using vs.net 2008, c# or need use 3rd party tool or install shield 2009 ??

i suggest using innosetup, free , supports multiple languages.

http://www.jrsoftware.org/isinfo.php


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -