12-20-2007 01:24 AM
12-20-2007 07:35 AM - edited 12-20-2007 07:35 AM
12-20-2007 08:43 AM - edited 12-20-2007 08:43 AM
12-21-2007 12:32 PM
Hi Dsavir,
@dsavir wrote:Hi,I have a program that I am upgrading from Labview 8.2 to LV 8.5. I succeeded in creating an exe file with all the supporting folders (for example - Global.vi is in Scan Control folder). When I try to create an installer, I go to source Files and move the build into the destination folder. When looking at the destination files, I find that the installer has moved the files around (now Global.vi is in the root folder and Scan Control folder is filled with other stuff which are totally disconnected).How do I change this? Why is the installer moving things around?Thanks,Danielle
12-24-2007 02:19 AM
Hi,
I replied also on the other thread, but if someone comes across this one - these files solve all the installer problems I'd been having: files moving around and problem running an exe after the installation.
Thanks a lot, Bob!
Danielle
05-01-2008 05:35 AM
Hi all,
Unfortunately, the problem has returned...
When building the application, everything is fine and the preview is the same as what I actually get.
When attempting to build an installer, in "source files" the files from the build are incorrect - it adds an additional empty folder called "config data refnum" and then refuses to build the installer because it cannot find this folder.
I recopied the vi.lib.zip files that Bob posted and it didn't change anything. I built a new builder and installer from scratch - nothing.
Does anyone have any idea what could be the matter now?
Thanks,
Danielle
05-01-2008 02:56 PM
dsavir wrote:
Hi all,
Unfortunately, the problem has returned...
When building the application, everything is fine and the preview is the same as what I actually get.
When attempting to build an installer, in "source files" the files from the build are incorrect - it adds an additional empty folder called "config data refnum" and then refuses to build the installer because it cannot find this folder.
I recopied the vi.lib.zip files that Bob posted and it didn't change anything. I built a new builder and installer from scratch - nothing.
Does anyone have any idea what could be the matter now?
Thanks,
Danielle
04-06-2011 09:04 AM
I am seeing a similar issue with LabVIEW 2009 SP1. I have created an exe. Now I want to create an installer. This program is one of several demo programs that can each be loaded onto the machine or not. I thought it made sense to have a folder under the [programfilesfolder] called indy demos, then put this demo in that folder. This is causing problems, It seems that if I want to put the whole thing in [ProgramFilesFolder]/indy demos/indy demo feedback it automatically moves the data folder up a level. Strangely it leaves an empty data folder where it is supposed to be but the dlls got moved up a level. As a result when I run the installer on the target computer then run the program it is not able to find the dlls.
Why it is doing this? Am I violating some conventions? Can I change this behavior?
James
04-06-2011 09:09 AM
Here is a screen shot showing my configuration. You can see the empty data folder and the moved data folder with the plus sign next to it. In the project view you can see that this is not my original file layout. I can't seem to stop it from moving these files around.
04-07-2011 05:45 PM
You should check your desination settings. Are they relative to one another and relative to what you would expect? Have you tried Bob's suggestion of adding CDK.EnableLog=TRUE to your LabVIEW.ini? This log file might help identify where the problem is occuring.
Jordan