Creating a setup.exe file that includes MSCOMM
I have written an application in VBscript that uses the comport. As many of you know this requires the use of MSCOMM. My problem is that my laptop travels throughout the hospital with the serial device I wrote the software for. So, I want to create an installation program, setup.exe, that will install my little script file and then install and register MSCOMM on the users computer. Does anyone know where I can research this in further detail?
Thanks,
CJ
Re: Creating a setup.exe file that includes MSCOMM
cjlectronics,
Is the VBScript or Scripting Runtime in VB. If you are using VB look in my signature for ********** and Inno Setup to create your installation package.
Re: Creating a setup.exe file that includes MSCOMM
No it is not runtime in VB. It is a stand alone script file that runs under Windows Script 5.6 for Windoes XP and Win2K that I downloaded from Microsoft. I wrote the script file in Notepad.
Thanks!