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

wixstdba: Add auto-launch option via 'AutoLaunch' variable. #487

Closed
wants to merge 3 commits into from

Conversation

nickdademo
Copy link

Any feedback welcome on this PR.

A feature often requested that could be quite useful, e.g:

If accepted, perhaps WiX4 would be a better place for it?

Usage

Within bootstrapper .wxs Bundle:

<Variable Name="AutoLaunch" bal:Overridable="yes" Type="numeric" Value="0" />

When running bootstrapper:

BootstrapperInstaller.exe AutoLaunch=1

Auto-launching will not be performed if a restart is to be performed.

@dnfclas
Copy link

dnfclas commented May 9, 2019

CLA assistant check
All CLA requirements met.

@barnson barnson force-pushed the develop branch 4 times, most recently from f5d73ed to 90c9809 Compare February 27, 2020 22:51
@barnson barnson added the moveto5 Consider moving feature to WiX v5 label Jun 11, 2020
@barnson
Copy link
Member

barnson commented Jun 11, 2020

This should go into WiX v4 first but should start with a thread on wix-devs: Triage was concerned about the name AutoLaunch as not being clearly to control this feature.

@nickdademo
Copy link
Author

@barnson Do I need to create this thread on wix-devs? Or is it something the WiX team will do?

@robmen
Copy link
Member

robmen commented Oct 31, 2022

Consider moving to WiX v5 (when development starts).

@robmen robmen closed this Oct 31, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
moveto5 Consider moving feature to WiX v5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants