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:

  1. install package on no .net environment computer.
  2. 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.

http://wix.sourceforge.net/


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -