08-02-2005 08:19 AM
Development systems: WinXP+SP2, VS.net, NI Measurement Studio 7.1
I need to deploy my application developed in nims.net for vc++ to my user. The application is primarily a vc++ application with integration of NI's MS interface elments such as knob, slide, and 2D graph. I followed the instructions introduced by Tony H (http://forums.ni.com/ni/board/message?board.id=232&message.id=302&query.id=41595#M302) to built an installer for my application. Unfortunately it failed to work on the user's winXP PC on which NI's MS is not installed.
To simplify the procedure, I created a new simple NI MS application (dialog based) and successively created a Setup Project in the same solution, rebuilt the solution, and then copied the release folder of the setup project to the user's PC. Ran the setup.exe, the application was successfully installed on. Double clicked the application and it ran properly.
I further inserted a knob, a slide and a 2d graph in the dialog of the application and rebuilt the solution again, repeated the steps above. The setup procedure was workable and the application was installed in the user's PC. But the application failed to run by double clicking it.
Could somebody can suggest there is something worng or something I missed to package in the installer? I apprecaite if you can give more details about creating an installer for my appliication.
Thanks very much,
George L
UNSW, Australia
08-03-2005 09:19 AM
CWUI_OCX.msm
NIMesaDLL.msm
nimetautils.msm
08-04-2005 01:45 AM
Thanks Bilal.
I got it. The merge module "nimetautils.msm" was missed before. The application can successfully run on the user's PC. By the way, can I ask a further question? As you know, my application used the "Microsoft Communications Control, version 6.0" active X control for serial communication. Unfortunately, the deployed version of the application can not receive data from the serial port. Why?
Thanks
George
08-04-2005 09:30 AM
08-16-2005 10:25 AM
08-26-2005 08:37 PM
有谁知道Measurement Studio for VC++ 中我的生成应用程序中,有时出现这个软件是评估版,只有30天试用期,而且5分钟后就不能用了,但是在别的机器上是好用的,可能好似什么问题啊?好郁闷啊,怎么解决啊?请帮帮我啊!
08-26-2005 08:38 PM
有谁知道Measurement Studio for VC++ 中我的生成应用程序中,有时出现这个软件是评估版,只有30天试用期,而且5分钟后就不能用了,但是在别的机器上是好用的,可能好似什么问题啊?好郁闷啊,怎么解决啊?请帮帮我啊!
08-28-2005 07:20 PM