11-17-2018 10:11 AM
i have created the executable from my project and now creating installer but my VIs that are in project and also in execuatiable are not showing in installer as shown in figure ..please help me
Solved! Go to Solution.
11-17-2018 10:50 AM
You seem unclear. You are installing an executable or are you trying to install the source distribution? Or both?
11-17-2018 10:46 PM
thanks for your reply Sir, i just want to create installer exe so that i can install and run without labview software anywhere. up till now i learnt for creating installer firstly you have to create executable and from executable you can create installer. i have created executable and it work fine, but now creating installer is difficult for me as it can be seen in picture when i add my executable to the program file it doest have all the VI that are available in my executable and that's why if i create my installer it doest work without labveiw..
11-18-2018 01:23 AM
After building the executable, did you leave it in the build location or move it elsewhere before building the installer?
11-18-2018 01:30 AM
@shami_jadoon wrote:
thanks for your reply Sir, i just want to create installer exe so that i can install and run without labview software anywhere. up till now i learnt for creating installer firstly you have to create executable and from executable you can create installer. i have created executable and it work fine, but now creating installer is difficult for me as it can be seen in picture when i add my executable to the program file it doest have all the VI that are available in my executable and that's why if i create my installer it doest work without labveiw..
I think you are failing to understand a few things:
So add your executable to the installer build, then build it. Install it on your computer and run the executable. Install it on a computer that has no NI software on it and run the executable. If it works for all those scenarios, pat yourself on the back, knock back a few beers and call it a day. 🙂
11-18-2018 11:10 AM
yes sir it is on its own place, because if i remove it from its place than it did not run at its place. in picture you can see project is coming above from my computer although in videos on you tube my computer is above of all.
11-18-2018 11:13 AM
hahaa yes sir i got it i got it... nice info 😄
when i creat my installer and install it, it again need labview and search for things i don't why..
11-18-2018 12:51 PM
Yes, there is clearly something wrong because of the <error creating preview> message in the middle pane. Unfortunately you don't give sufficient information for us to troubleshoot the problem.
11-19-2018 09:38 AM
thanks alot for your time ... i dont know how but it is done now 😄 i copied the project and created it in another PC its now working dont how but its great for me now ,,, b happy you all ... 🙂
11-26-2018 08:37 PM
@shami_jadoon wrote:
thanks alot for your time ... i dont know how but it is done now 😄 i copied the project and created it in another PC its now working dont how but its great for me now ,,, b happy you all ... 🙂
The "Other PC" must have had a dependency (dll, .NET object, Toolkit Driver, CLR, etc...) that your PC did not have handy.
Documenting Dependencies is tough! But you "Shall do it!"