visual studio 2008 - How to create an advenced setup like those of MSOffice,Nero,Adobe etc -


i've completed windows project in c# , want build nice setup has following features:

1.shows popular agree/disagree page.

2.shows files being copied/updated.

3.any other custom activity want add.

i've built 2-3 basic setups in vs2008(setup wizard) don't know if possible achieve above requirements in visual studio's setup wizard?

any other third party software build nice windows setups welcome. thanks.

i should start asking money giving answer :p wix toolkit looking for. done through xml formatted files , compiled msi's (or other formats) there. can design own dialogs, add progress messages/bars, custom actions galour, , more low low price of...nothing. free. little bit learn, main page has link amazing tutorial going in no time.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

c++ - Convert big endian to little endian when reading from a binary file -