|
-
Feb 27th, 2009, 12:34 AM
#1
Thread Starter
New Member
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
-
Feb 27th, 2009, 05:11 AM
#2
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
-
Feb 27th, 2009, 07:03 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|