Results 1 to 2 of 2

Thread: program deployment

  1. #1
    Guest
    Hey all,

    The program I've written uses a TabStrip, which is part of mscomtl.ocx (ms windows common controls 6.0 sp3)

    Is there a way to have the needed files deployed and installed (automatically or manually) without using the depolyment wizard?

    Sunny

  2. #2
    Guest
    simply have a look at your ocx's .dep file normaly located in your system directory. when editing the file, you should find out easily which other dlls are required.

    copy all the files in the target computers's system directory and register the ocx using regsvr32.

    good luck

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