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 the ability to optionally hide the operating system label in the UI #91

Open
icnocop opened this issue Sep 9, 2015 · 3 comments
Open

Comments

@icnocop
Copy link
Collaborator

icnocop commented Sep 9, 2015

DotNetInstaller should have the option to hide the operating system label in the UI to potentially support new operating systems when they are released without having to make any code changes for example.

See conversation here.

@AdamBruss81
Copy link

You can do this in the htmlinstaller in index.html. Comment the following out.

<div id="os" />

@icnocop
Copy link
Collaborator Author

icnocop commented Jan 12, 2018

Thank you, Adam!

When using the MFC-based bootstrapper, there's still no equivalent way to do it yet.

@AdamBruss81
Copy link

In this thread: https://github.com/dotnetinstaller/dotnetinstaller/issues/90 p4bl0cs said:

The only workaround I've found was to change the label's position (dialog_osinfo_position) to a negative one (i.e. -1000, -1000) or set the width and height to 1 (thankfully no pixel whatsoever is shown).

I haven't verified this works perfectly myself but it's worth a try until a proper fix is released.

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

No branches or pull requests

2 participants