-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect If LabVIEW Is Already Running #34
Comments
Other option is can we build for both and install the correct bitness for the OS? Looks like it isn't straightforward according to https://stackoverflow.com/questions/1922259/how-to-implement-single-installer-for-32-64-platforms |
How about building both and then have postinstall determine bitness to launch corresponding installer? |
I use your tool for LabVIEW versions 2013 and newer. All of these versions run on either Win7 64bit or Win10 64bit. BUT: I use only the 32-bit versions of LabVIEW. Generally, I think the tool should support all possible use cases - perhaps build it for both bitnesses? |
This will be fixed in v2.0 |
There is an API that will allow us to detect if LabVIEW is already running but it appears it will require our application to be 64bit in order to support it.
Questions are:
The text was updated successfully, but these errors were encountered: