|
|
|
#1
|
|||
|
|||
|
I'm testing this inno script, change as describe on first step, compile with success but when I execute the setup, forms and text are mess up and I dint change nothing there.
Please, some one now what's happening. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Black_Box_Script_By_Kurutucu_V1.8 Based on Black_Box_Script_By_Kurutucu_V1.4_Unicode By Razor12911
Changes -Changed music button position for better place -Added Logo+URL. -Added Unlimited Picture Slideshow -Added Video Background -Added Compact Mode -Added Task Progressbar -Fixed Bug in Task Installation Put your video file in the same directory where is main.iss Support Mp4, avi, mpg, or wmv For Internal Compression Change this to Code:
;#define Internal "C:\Program Files\Fileforums\Blackbox Inno Setup Script\" Code:
#define Internal "yourgameinstallationpath\" ![]() ![]() ![]() ![]()
Last edited by y_thelastknight; 15-06-2013 at 11:17. |
| The Following 9 Users Say Thank You to y_thelastknight For This Useful Post: | ||
ashyamsundar (15-06-2013), BLACKFIRE69 (02-06-2019), kostaskaraivalis (16-06-2013), MMR (04-10-2013), Pein46 (15-06-2013), Prince Soft (10-11-2016), Razor12911 (15-06-2013), Simorq (16-01-2015), Stor31 (09-02-2015) | ||
|
#3
|
|||
|
|||
|
@y_thelastknight
It's my work. but you change logo with your name. Reported. |
|
#4
|
||||
|
||||
|
Quote:
(i dont want any credit)there is a psd file in psd folder..it has a gradient like that so everybody can change it.. it just a example no body is going to use my logo or your logo..that is the real fact ![]() i will Reupload. |
|
#5
|
|||
|
|||
|
error:
isdoneprogressbar1.Position:=isdoneprogressbar1.Po sition + 10; better precompile scripts or someone you can not go wrong
|
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
Kurutucu (15-06-2013) | ||
|
#6
|
||||
|
||||
|
which script are you using ??
just changing line in script ( to match installed game dir is fine ) BUT you also must make changes in setup.ini to match game information. |
|
#7
|
|||
|
|||
|
@y_thelastknight
I say to you 2 times. When you editing this script send me with message. Then I will test and share in main post. Sorry but you don't understand this. Last edited by Kurutucu; 15-06-2013 at 12:38. |
|
#9
|
|||
|
|||
|
@y_thelastknight
I'm testing v1.8. When test finished I will upload and add your name in credit. However, good job. Thanks. |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
y_thelastknight (15-06-2013) | ||
|
#10
|
|||
|
|||
|
HTML Code:
#ifexist "Video.avi"
ExtractTemporaryFile('Video.avi');
#endif
#ifexist "Video.mp4"
ExtractTemporaryFile('Video.MP4');
#endif
#ifexist "Video.mpeg"
ExtractTemporaryFile('Video.mpeg');
#endif
#ifexist "Video.mpg"
ExtractTemporaryFile('Video.mpg');
#endif
#ifexist "Video.wmv"
ExtractTemporaryFile('Video.wmv');
#endif
#ifexist "Video.wmv"
ExtractTemporaryFile('Video.wmv');
#endif
#ifexist "Video.swf"
ExtractTemporaryFile('Video.swf');
#endif
Code:
procedure ISFlash_init(Handle:HWND; Ffile: PAnsiChar); external 'isflash_init@files:ISFlash.dll stdcall';
procedure ISFlash_free; external 'isflash_free@files:ISFlash.dll stdcall';
procedure InitializeWizard();
var
FlashPanel: TPanel;
begin
RedesignWizardForm;
FlashPanel := TPanel.Create(WizardForm);
FlashPanel.Parent := WizardForm;
FlashPanel.Top := WizardForm.OuterNotebook.Height + 1;
FlashPanel.Left := -xxx;
FlashPanel.Height := xxx;
FlashPanel.Width := xxx;
ExtractTemporaryFile('video.swf')
ISFlash_init(FlashPanel.Handle, ExpandConstant('{tmp}\video.swf'));
end;
procedure DeinitializeSetup();
begin
ISFlash_free;
end;
|
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
y_thelastknight (15-06-2013) | ||
|
#11
|
|||
|
|||
|
@sentinelks
I'm testing now. I will upload fixed v1.8. |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
y_thelastknight (15-06-2013) | ||
|
#12
|
||||
|
||||
|
there is nothing to fix i think
![]() Quote:
|
|
#13
|
||||
|
||||
|
update post #1 with the updated, complete 'fixed' version 1.8 ?
you posted some other errors in inno troubleshoot thread .. ?? |
|
#14
|
|||
|
|||
|
@pakrat2k2
I will upload. Changed some Instructions
|
|
#15
|
|||
|
|||
|
@y_thelastknight
Code:
if isdoneprogressbar1.Position = 100 then isdoneprogressbar1.Position:=0 isdoneprogressbar1.Position:=isdoneprogressbar1.Position + 10; if WizardForm.ProgressGauge.Position = 100 then WizardForm.ProgressGauge.Position:=0 WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + 10; Code:
if isdoneprogressbar1.Position = 100 then isdoneprogressbar1.Position:=0; isdoneprogressbar1.Position:=isdoneprogressbar1.Position + 10; if WizardForm.ProgressGauge.Position = 100 then WizardForm.ProgressGauge.Position:=0; WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + 10; |
| The Following 2 Users Say Thank You to Kurutucu For This Useful Post: | ||
Prince Soft (10-11-2016), y_thelastknight (15-06-2013) | ||
![]() |
|
|
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 |