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

VCL Styles for NSIS - MessageBox_ reverts to standard window (un-themed) #21

Open
RRUZ opened this issue Oct 28, 2015 · 0 comments
Open
Assignees
Milestone

Comments

@RRUZ
Copy link
Owner

RRUZ commented Oct 28, 2015

Migrated from RRUZ/vcl-styles-utils#43

First and foremost Love your work you made the bland installer have abit of
life!

What steps will reproduce the problem?

!include "Sections.nsh"

;--------------------------------

Name "MessageBox"
OutFile "MessageBox.exe"
RequestExecutionLevel user

; Sections

Function .onInit

InitPluginsDir
File /oname=$PLUGINSDIR\Amakrits.vsf "C:\nsis\RubyGraphite.vsf"
NSISVCLStyles::LoadVCLStyle $PLUGINSDIR\Amakrits.vsf

FunctionEnd

Section !Required
MessageBox MB_OK "Hi there!"
SectionEnd

What is the expected output? What do you see instead?

Hopefully messagebox to be themed along with the rest of the installer

What version of the product are you using? On what operating system?
Current Version 1.0.0.9

Please provide any additional information below.
This extends to all messagebox variants not just messagebox_ok.
also if a fix is found can i please be notified to update my plugin!

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

1 participant