|
#316
|
||||
|
||||
|
Use Icons.iss
__________________
Haters gonna hate
|
| Sponsored Links |
|
#317
|
||||
|
||||
|
ok i wrote those lines
HTML Code:
Name: "{group}\{#Name}"; Filename: "{app}\{code:ExeName2}"; Parameters: "{code:ExeParameter2}"; Check: CreateIcons
Name: "{commondesktop}\{code:AppName2}"; Filename: "{app}\{code:ExeName2}"; Parameters: "{code:ExeParameter2}"; Check: CreateIcons
Name: "{group}\{#Name}"; Filename: "{app}\{code:ExeName3}"; Parameters: "{code:ExeParameter3}"; Check: CreateIcons
Name: "{commondesktop}\{code:AppName3}"; Filename: "{app}\{code:ExeName3}"; Parameters: "{code:ExeParameter3}"; Check: CreateIcons
HTML Code:
line4:required function or procedure "exename2" not found you still here mate?!!! Last edited by JacksMafia; 05-06-2018 at 19:03. |
|
#318
|
||||
|
||||
|
hey Kaktor great job on the asis script =3
i have a question. is there a way to make the asis setup dialog be bigger than 496x491 resolution? i edited the iss script but every time i run the setup exe it shows the wallpaper at the resolution i put in the script but the actual installer with the 'music off/install/quit' wont change to match my custom resolution is this a hardcoded limitation of the script or can i make the setup dialog window bigger? thanks!-Kitsune |
|
#319
|
||||
|
||||
|
You can change everything. The thing is, buttons/labels/etc are placed to match with the wizardform size (i have not placed it by variables). You can edit the positions of all of them tough.
__________________
Haters gonna hate
|
|
#320
|
||||
|
||||
|
Quote:
Code:
Name: "{group}\NameForTheIcon"; Filename: "{app}\ExeName.exe"; Parameters: "-Parameter"; Check: CreateIcons
__________________
Haters gonna hate
|
|
#321
|
||||
|
||||
|
kaktor, here is the issue i am having. take a look at the attached pic and my script.iss and tell me what i need to do to get it to the resolution i want. i want the installer to be 720x455 though preferably 800x600 or higher resolution. how do i do this?
|
|
#322
|
||||
|
||||
|
Change resolution for image in
Code:
WizardForm.WizardBitmapImage.Width := 497; WizardForm.WizardBitmapImage.Height := 314; WizardForm.WizardBitmapImage2.Width := 497; WizardForm.WizardBitmapImage2.Height := 314; Code:
MusicButton := TNewButton.Create(WizardForm);
with MusicButton do begin
Parent := WizardForm;
Left := ScaleX(169);
Top := ScaleY(327);
Width := ScaleX(75);
Height := ScaleY(23);
Caption := ExpandConstant('{cm:MusicButtonCaptionSoundOff}');
OnClick := @MusicButtonClick;
end;
__________________
Haters gonna hate
|
|
#323
|
||||
|
||||
|
Thank you... i was looking for a simple and clean installer creator.
|
| The Following User Says Thank You to TheGeekyGamer For This Useful Post: | ||
Jiva newstone (08-07-2018) | ||
|
#324
|
|||
|
|||
|
Quote:
Nope, Website button is moving but when I tried to resize the image it's not resizing. My image has 750x500 but when I Tried to resize This happens:2018-07-02_14h45_36.png Original image looks like this: TS3collection1.jpg |
|
#325
|
||||
|
||||
|
did you change BOTH sets of lines where KaktoR posted them ?
https://www.fileforums.com/showpost....&postcount=322 |
|
#327
|
|||
|
|||
|
Quote:
I've changed both variables. As KaktoR said, something really Isn't right. Edit: OK, KaktoR please tell me the installer has 2 or 3 layers if I think correctly. The layer that is responsible for the image size is not resizing correctly and I think that it has a constant size. Last edited by Schabik; 03-07-2018 at 05:14. |
|
#328
|
||||
|
||||
|
Hm yeah
I think the problem is WelcomeLabel1 + WelcomeLabel2 transparency I have not worked on it for a long time. Anyway, script was initialy not made to change all that stuff.
__________________
Haters gonna hate
Last edited by KaktoR; 03-07-2018 at 05:54. |
|
#329
|
|||
|
|||
|
Quote:
KaktoR Can You please work on that? I'm not a programmer, so I can't solve this problem. I'm trying to solve the problem but no results. I've occured another problem, The wizard does not always run correctly. the steps are: running setup, splashscreen appears, after thar nothing happens. Last edited by Schabik; 04-07-2018 at 01:06. |
|
#330
|
|||
|
|||
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |