|
|
|
#1
|
|||
|
|||
|
Quote:
Hey edit your Archives.ini file . Ie .total progress is 100. You need to separate the progress with isdone extraction. ISArcextract(0,40 for setup-1.bin ISArcextract(0,40 for setup-2.bin ISArcextract(0,20 for setup-3.bin if you create more bin files allocate their progress value total of 100. These type of questions asked and answers before. So youread all previous threads and know much things. Be effective not lazy ![]() Read this thread http://fileforums.com/showpost.php?p...1&postcount=89 Last edited by ffmla; 12-04-2016 at 20:26. Reason: Updating |
| The Following User Says Thank You to ffmla For This Useful Post: | ||
inatha3 (15-04-2016) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
I've read but still do not understand , now problem solved hehe thanks . i can make installer
|
| The Following User Says Thank You to inatha3 For This Useful Post: | ||
ffmla (20-09-2016) | ||
|
#3
|
|||
|
|||
|
Language ???
it is possible to change the installer language?
|
|
#4
|
|||
|
|||
|
whenever i create a repack any game and after installed the game it create installed game folder's shortcut on desktop not playable exe game shortcut. plz help me out,,,,,
|
|
#5
|
|||
|
|||
|
Hi! i am new. How do I change ¨kurutucu fileforums¨ in the beginning of the setup? Thanks.
|
|
#6
|
||||
|
||||
|
Create a new custom logo and replace it to that existing in the style folder.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche) ![]() ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
|
|
#7
|
|||
|
|||
|
Quote:
Gracias!!! |
|
#8
|
|||
|
|||
|
Other question...... I eliminated the tasks. ¿How change the name (and the function) next button on previous page (rename folder, direct access,etc) by install button?
PD: sorry for my bad english. |
|
#9
|
|||
|
|||
|
Open URL
How to Open URL after finish instalation and how to roll back install if corupt or eror ? thanks
|
|
#10
|
||||
|
||||
|
Quote:
Code:
procedure CurStepChanged(CurStep: TSetupStep);
var
URL: integer;
begin
if (CurStep = ssPostInstall) and ISDoneError then
begin
Exec2(ExpandConstant('{uninstallexe}'), '/VERYSILENT', false);
end;
if (CurStep=ssPostInstall) and not (ISDoneError) then
begin
ShellExec('open', 'http://your.app.url/', '', '', SW_SHOW, ewNoWait, URL);
end;
end;
|
|
#11
|
|||
|
|||
|
Quote:
can you help me edit my script ? heheh |
|
#12
|
|||
|
|||
|
I compiled the setup but when try to install it shows setup has stopped working tried many times please help!
|
|
#13
|
||||
|
||||
|
Try this
|
|
#14
|
||||
|
||||
|
Hi, how we could add music function during installation in UltraARC Script?!
|
|
#15
|
|||
|
|||
|
Okay you can...........Simply add a loopable MP3 file called music.mp3 to the /Style folder in script folder.
I am asking how to use an MP4 video as the setup background? I enabled the option "Video Background" in script and added a Video.MP4 to /Style but I got a black screen........ Any ideas on fixing that?
Last edited by hpmbot149; 07-06-2016 at 18:01. Reason: Replied to @TsubasaHP |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |