Results 1 to 3 of 3

Thread: bat file in vb.net setup project

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    6

    bat file in vb.net setup project

    i have user mscomm.ocx in my vb.net project.
    i need to register the control in client machine at installation time
    i craeted a bat file which has the following code
    regsvr32 \s mscomm32.ocx.

    plz tell me how to include bat file in setup project. and how to make it to run first when installation starts

    plzzzz help me

    Thanks

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: bat file in vb.net setup project

    The installer should know how to register controls itself, you should not have to run a batch file to do this. A quick google found this

    http://bytes.com/groups/net/435821-a...-setup-project

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: bat file in vb.net setup project

    Moved To Application Deployment

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