CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1998
    Posts
    1

    Getting a .ins file to install



    I need to get a .ins file to install as I am making a setup wizard. I tried Shell but that would only run exectuables. Is there some way to execute a file based on registry associations or is there an Install option I have missed??

    Thanks in advance,Dave

  2. #2
    Join Date
    Dec 1998
    Posts
    28

    Re: Getting a .ins file to install



    Windows supports native file installation with inf file. There is documentation on it at MSDN.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured