Quote:
Originally Posted by inovateqsa
Ok,
Another question regarding the Custom installer ultimate:
There are 3 images labeled "Uninstall", "Exit" and "Play.
In the default far cry 3 setup you need to click the "UnInstall" button to Install, Huh?
How do I simply put in my own plain button like I used to with the regular custom installer - one that i can put text with my custom font on?
|
just use the button you want, and edit in setup.ini the dimension of the button under [AutorunSettings] (ie: uninstall buttons)
Code:
[UnInstallButton]
Left=459
Top=112
Width=58
Height=58
LabelY=1500
for
Code:
[UnInstallButton]
Left=459
Top=112
Width=your button eidth
Height=your button height
LabelY=1500 (delete this line if you want to show the label install/uninstall)
remember to use the same name that has the button you want replace.