Objective
Without having access to LabVIEW's powerful publishing capabilities, I often worry about how to put my own tool pack to others, sometimes for some specific installation, you need to write a one-click installation of the program, long time to find it is not as fast as the direct copy, is bitter those who use the toolkit
Story
Today, look at Unclad's Lasyboots Toolkit, found that its installation features do very good, so you can learn a bit, found that there are really a lot of things have not explored before, so summary summary,
SOURCE Release
Source release can be easily lifted under the different path of dependency, its main role is used to give others the source of time, directly released on it, to avoid the duplication of code back and forth caused by the path conflict problem
Fill out some description information and release path for the publication
Put the publishing library file into the source file
You can publish the source directly to a file level or LLB, or you can set it as a new library file.
Can compare Directory,preserve disk hiearch,llb
You can configure some parameter settings
Advanced nothing, so do not summarize additional setup content, you can configure some dependencies
Install installation package settings set some paths for the installation package
You can set the location of the installation content
You can configure something on the Welcome screen.
Can execute some specific programs, and can choose some EXE files, such as some installation software to install
You can uninstall your own toolkit directly by uninstalling it
Other
VIPM can also do a similar release, and the function is also very strong, pending careful study
From for notes (Wiz)
[email protected] Release function summary