Skip to content
⌘ NSIS Forum Archive

how to make setup's interface like setupfactory?

6 posts

Guest#

how to make setup's interface like setupfactory?

how to make setup's interface like setupfactory?

it's background is big image.
Comm@nder21#
same hint as in nearly every second forums post 🙂
:

use ressource hacker to add an image control to the installer ui. don't forget to remove the branding text bar.

then, add assign an image to the control by using SetBrandingImage /ID=<imageid> <imagefileonruntime>.
blackart#edited
Originally posted by Comm@nder21
same hint as in nearly every second forums post 🙂
:

use ressource hacker to add an image control to the installer ui. don't forget to remove the branding text bar.

then, add assign an image to the control by using SetBrandingImage /ID=<imageid> <imagefileonruntime>.
I try to use InstallOptions,but isn't success,and I try to use eXeScope to edit InstallOptions.dll,isn't success too.
where get ressource hacker,and how to hacker ressource?
Edit Source ??
blackart#
Originally posted by Joel
Did you try that ExperienceUI thing?
yes!I try it,but it didn't I want.