LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to use an icon other than the default when building a distribution executable for a third party customer ?

I build stand-alone exe's for customers, and would like to know if in the "Build Distribution Kit" dialog there is an option for using a non-standard icon? If not, what else will work...? Thanks.
0 Kudos
Message 1 of 3
(3,019 Views)
On versions previous to CVI 5.5 when building the distribution you could
click onthe default icon to change it. Apparently this is no longer tha case
on CVI 5.5 .

Anyway using a text editor edit your .prj file look for
the line:
Icon File = "/c/MyStuff/CVI Stuff/Icons/project.ico"
under
[Create Executable]
and change the file name accordingly.


Luis Villa

"Ryyker" wrote in message
news:101-5065000000080000000E150000-982303670000@quiq.com...
> Possible to use an icon other than the default when building a
> distribution executable for a third party customer ?
>
> I build stand-alone exe's for customers, and would like to know if in
> the "Build Distribution Kit" dialog there is an option for using a
> non-standard icon? If not, what else will work...?
Thanks.
Message 2 of 3
(3,019 Views)
In article <101-5065000000080000000E150000-982303670000@quiq.com>,
Ryyker writes
>Possible to use an icon other than the default when building a
>distribution executable for a third party customer ?
>
>I build stand-alone exe's for customers, and would like to know if in
>the "Build Distribution Kit" dialog there is an option for using a
>non-standard icon? If not, what else will work...? Thanks.

CVI 5.5+

Project window -> Build -> Target Settings.

Start menu -> Programs -> National Instruments -> Measurement Studio - >
Utility Programs -> Icon Editor.

--
Regards
John Cameron.
0 Kudos
Message 3 of 3
(3,019 Views)