Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3

Thread: Scan VB Project

  1. #1
    Join Date
    May 2007
    Posts
    1

    Grin Scan VB Project

    Does this have the Scan VB Project functionality? Or do I have to hunt and pick all the files associated with my project?

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    No, that functionality is not in there right now. We may add it in if there is enough demand. However, VB6 installation with MSI can be tricky due to all of the ActiveX DLLs required for many apps. In most cases you should use Merge Modules from the third-party vendors to bring in ActiveX controls (if they have them)

  3. #3
    Join Date
    May 2007
    Posts
    18

    Smile

    I am a VB6 developer and if you do this for a long time you will the DLLs by heart. Alternatively you can drag the VBP file into notepad and that will tell you exactly what your app uses and can add them to your product. As for microsoft controls, most of common ones such as common dialog or MSCOMCAT have merge modules that can be downloaded freely.

    One thing you should a .local file for every EXE in the install DIR this is a blank/empty renamed text file. This way the installer will tell the EXE to look for the ocxes in the installdir first and if it cannot find it look elsewhere.

    Make sure you tick the self-register the ocxes.

    Hope this helps.

Similar Threads

  1. Scan VB Project doesn't include all ocx's
    By David Wellman in forum Setup Factory 7.0
    Replies: 4
    Last Post: 12-15-2006, 02:49 PM
  2. HOWTO: Open a Version 3.0 Project in Version 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-30-2002, 02:09 PM
  3. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM
  4. Visual Basic project scan
    By alanK in forum Setup Factory 6.0
    Replies: 7
    Last Post: 08-15-2002, 02:53 PM
  5. VB Project Using Excel Object
    By rjncr6 in forum Setup Factory 6.0
    Replies: 1
    Last Post: 03-12-2002, 05:52 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