LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

adding .net to additional installers

I have .NET control in my project, and then I built my project to installer file.
When customer  install this project he don't see the .NET control . then I told him to install .NET framework from internet, That not satisfy for customer.
How I can add .NET framework to the additional installer in my project,
0 Kudos
Message 1 of 2
(2,436 Views)
wsaall,

since you are posting in the LabVIEW-forum, i asume that you are using LabVIEW. But which version are you using?

Nevertheless, you cannot add any non National Instruments Installers as "additional installer".
There is another solution you might want to use: You can include the installer of the .NET framework as supportfiles to you installer (they will be copied into the data-folder during installation). Another file you should add is a batchfile which calls the .NET installer (perharps as silent installation?) when executed.
Now you should call this batchfile after installation by selecting "Advanced >> Run executable after installation" in the application builder. Enter your batchfile here.

hope this helps,
Norbert B.
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,427 Views)