-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
silent setup #264
silent setup #264
Conversation
fredericrous
commented
May 4, 2017
- silent install without prompt as it's expected when we install nvm-windows from a script
- silent uninstall
- fix a warning (Warning: Line 80, Column 10: [Hint] Variable 'Result' never used)
- silent install without prompt as it's expected when we install nvm-windows from a script - silent uninstall - fix a warning (Warning: Line 80, Column 10: [Hint] Variable 'Result' never used)
- silent install without prompt as it's expected when we install nvm-windows from a script - silent uninstall - fix a warning (Warning: Line 80, Column 10: [Hint] Variable 'Result' never used)
on my first commit 2f27f4f I used WizardSilent and UninstallSilent variables to detect if nvm setup is in silent mode in order to suppress the message boxes. In the second commit 40d9063 I replaced MsgBox function with SuppressibleMsgBox which is better suited I believe. Indeed the code is simpler and it follows better the inno setup philosophy. use nvm-setup.exe /SILENT /SUPPRESSMSGBOXES to execute the setup without being prompted with message boxes |
Hi @coreybutler I believe this PR is easy to test & review, what do you think? would you merge it? |
I'm sorry for the delayed response... I had a very intense client project over the last few weeks. At first glance, I am not opposed to merging this, but I would like to run a few tests myself. I really appreciate what you've done... not many people dive into the installer. I'll review this in more detail as soon as I can. |
This would be lovely to have, commenting to bring attention to this 🏓 |
Yup, I was tired to wait I bought a mac. I'm only half joking, I'm on mac now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM