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

    Program distribution

    I've written a project that uses an access database. Of course, I'll be distributing the exe file and the access database, but surely that can't be all! I know this is asking a lot but when I package my software using inno setup I would like it to at least WORK on the workstation/Clients PC that it is installed upon.

    Am I just being paranoid?


  2. #2
    Join Date
    May 2003
    Posts
    19

    Program Distribution

    Would anyone like to add to this?

    http://msdn.microsoft.com/library/de...distribvc6.asp

    This is the answer from MSDN and it is of NO HELP to me. I know my app will need more DLL's when I package it but I don't know which ones.
    Last edited by Roddy; December 21st, 2003 at 04:53 AM.

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