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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -