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
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
Re: bat file in vb.net setup project
Moved To Application Deployment