We are developing applications using LabWindows/CVI 8.0 and 8.1 (they ar both installed on the same computer).
The installer we made creates a couple of subdirectories in the main application directory.
We have 3 problems.
1) We need to permit end-users to install multiple instances of the application in different target directories
using the same installer. This seems to be impossible because of the versioning mechanism.
2) The installer created with CVI 8.1 doesn't correctly manage a directory change operated during install
by the end-user. The application directory is placed at the location chosen by the user, but subdirectories
are placed in their default locations, specified by us at build time.
3) The installer always asks for a reboot of the system, witch in fact isn't needed in our case.
How can we solve these problems?
Thank You in advance.