LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

modifying vxipnp.inf

I would like to get some help regarding the .inf file modifications for VXI Pnp driver installation. In distribution kit i have added a new group "sample" which contains few files which i need to install in a directory that is determined at run time. how can i do it??
any help is welcome.
Also can anybody help me to give some pointer for where to get some document/white papers to understand this .inf file for modifications

Regards
S.Pradhan
0 Kudos
Message 1 of 3
(2,931 Views)
If you build an ionstaller with CVI the only directory that can be specified at run time is the Application Directory which is what the user is prompted to confirm as the default installation directory. You can get your group to install in a path which is relative to this install directory.

For more information on INF files please read Components of a Driver Package.

Hope this helps,
Amaury R.
National Instruments
0 Kudos
Message 2 of 3
(2,931 Views)
Hi Amaury
Thanks for ur reply,I went thru the .inf link u have provided but it seems that .inf file is different from vxipnp.inf. that inf file says its not an installation script where as vxipnp.inf is an installation script.

In ni site i found out that it is by a 3rd party tool called instalit from HPI. so can u plz tell me where can i get a reference manul for this scripting language.
I would also like to set a path to windows environment using this script. plz help me.
thanking in advance
santanu
0 Kudos
Message 3 of 3
(2,931 Views)