12-14-2013 11:32 AM
I have already installed a standalone executable to another computer, software/hardware is working fine....I now want to make a few changes to the Main VI.
your input is appreciated.....
Solved! Go to Solution.
12-14-2013 12:11 PM
@apok wrote:
I have already installed a standalone executable to another computer, software/hardware is working fine....I now want to make a few changes to the Main VI.
- Do I need make another full install of the updated VI? Good idea if you want to distribute the new application to "Any Target"
- Do I need to uninstall the standalone executable and start fresh? No
- Can I just update the Main VI and build without the runtime engine and daqmx files already installed on the standalone computer? Yes, but your new installer should see that the dependancies are already installed and skip the installation of those files
your input is appreciated.....
In summary, it is better practice to update the installer so that when you install a fresh copy the installer is clean.
12-16-2013 06:14 AM
As Jeff has stated, it is really best to make a new installer. Personally, I just copy over a new executable when I am in the debug stage of EXE development. But once a release hits, it HAS TO be a new installer.
12-16-2013 10:19 AM
@apok wrote:
- Do I need make another full install of the updated VI?
- Do I need to uninstall the standalone executable and start fresh?
- Can I just update the Main VI and build without the runtime engine and daqmx files already installed on the standalone computer?
your input is appreciated.....
To answer all your questions: