visual studio - Question on Create Software Installation Package -
i have small c++ win forms project developed visual studio 2005.
how can create installation package using visual studio 2005?
and builds installer windows-based(no .net installed) application.
i want these features below:
- install package on no .net environment computer.
- after installation completed successfully, application check update alert automatically. (like komodo editor on windows os)
i googled , found this,
http://support.microsoft.com/kb/307353
i not sure required .net environment install package or not.
appreciated reading , replies.
create msi installer using wix. integrates vs 2005/2008/2010. has heavy learning curve complex things manageable simple things. uses default installation engine provided every windows.
Comments
Post a Comment