-
Notifications
You must be signed in to change notification settings - Fork 46
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
Graphic error #35
Comments
Try attaching a sample script to reproduce your issue. |
#define VCLStylesSkinPath "{localappdata}\VCLStylesSkin" [Setup] [files] Source: Styles\Skin.vsf; DestDir: {#VCLStylesSkinPath}; Flags: uninsneveruninstall [code] function InitializeSetup(): Boolean; end; var procedure InitializeWizard(); PageNameLabel:= TLabel.Create(WizardForm) PageDescriptionLabel:= TLabel.Create(WizardForm) WizardForm.PageNameLabel.Hide; procedure CurPageChanged(CurPageID: Integer); procedure DeinitializeSetup(); UnLoadVCLStyles; |
When i load any skin with inno setup i see this problem:
http://i65.tinypic.com/23iv045.png
I could not solve it by resizing the image
The text was updated successfully, but these errors were encountered: