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

Add MSI parameter to disable launch after install #1839

Closed
2 tasks done
MJPGPleasant opened this issue Oct 21, 2020 · 5 comments
Closed
2 tasks done

Add MSI parameter to disable launch after install #1839

MJPGPleasant opened this issue Oct 21, 2020 · 5 comments

Comments

@MJPGPleasant
Copy link

My Setup

  • Operating System: Windows 10 19041.508
  • App Version: 3.0.4
  • Installation type: MSI / InTune (per-machine)
  • I have tested with the latest version
  • I can simulate the issue easily

Description

Add a parameter (MSI Property) to disable first launch after install

Current Behavior

Rocket Chat launches in installation context (potentially as "System") after silent installation.

Expected Behavior

Add a flag "LAUNCH" (or similar) which can be set to 0 to prevent launch.

@ankar84
Copy link

ankar84 commented Oct 30, 2020

Agree with that request!
Config file could be nice alternative.

@ankar84
Copy link

ankar84 commented Nov 11, 2020

@tassoevan hey!
That's a real big issue for organizations with centralized installations systems like InTune or System Center.
Please take a look at that issue.

@ankar84
Copy link

ankar84 commented Nov 12, 2020

We have a workaround for that problem, @MJPGPleasant
Edit MSI in advanced installer
Delete runAfterFinish in Existing Custom Actions
image
image
But native solution is waiting!

@MJPGPleasant
Copy link
Author

Thanks - Yes I had already edited the MSI to disable this step - Added a condition "NEVER" to "runAfterFinish" in the InstallExecuteSequence" table via Orca :)

@jeanfbrito
Copy link
Collaborator

Please test if the problem persists with our latest release. I will be closing the issue but if there is any problem yet, we will open it again.

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