.net - How can create an installer from my Application C# -
i create wizard create installer in c#. how can that? please help.. need pack executable files , mdb database application creator. database dynamically generated. usual setup project won't work.
in order have more flexible (custom) installer, recommend using wix
you can start here
download wix here
or
the faster (typical) way not flexible (custom) is:
new project -> other project types -> setup , deployment
Comments
Post a Comment