Skip to content
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

Closed
JamesMc86 opened this issue Oct 25, 2017 · 4 comments
Closed

Detect If LabVIEW Is Already Running #34

JamesMc86 opened this issue Oct 25, 2017 · 4 comments

Comments

@JamesMc86
Copy link
Collaborator

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:

  1. Do we mind the application being 64bit? I think it is unlikely to be a problem for most people.
  2. Do we add the ability to kill LabVIEW if it is running?
@JamesMc86
Copy link
Collaborator Author

JamesMc86 commented Oct 25, 2017

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

@chinghwayu
Copy link
Contributor

How about building both and then have postinstall determine bitness to launch corresponding installer?

@joerghampel
Copy link
Contributor

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?

JamesMc86 added a commit that referenced this issue Oct 25, 2017
@JamesMc86
Copy link
Collaborator Author

This will be fixed in v2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants