|
#91
|
||||
|
||||
|
Quote:
DL
__________________
if you understand read more |
| Sponsored Links |
|
#92
|
||||
|
||||
|
Firstly, thanks for this amazing script. I always want some short version installer like this without wallpaper or any things.
Now, 1) Mainly, what should I do in script to work with your Compressor 'Workbench' ? 2) what should I do in script to work with Ultraarc & record.ini because setup gives error in ISarc.dll ? 3) If I compress files with 'Workbench' then what should I do to work those bin files to work with Ultraarc supported setups
__________________
¬ BRAIN Can Do ANYTHING iF USE ;) ¬ Last edited by SAM2712; 12-02-2016 at 05:32. Reason: To add more. |
|
#93
|
||||
|
||||
|
I do not know the codex script, post the setup in order to understand
__________________
if you understand read more |
|
#94
|
||||
|
||||
|
exit in full page
Code:
procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); begin Confirm:=False; end; exit to selectdir Code:
Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); Begin if CurPageID = wpSelectDir then Confirm:=False; end; codex use fade type: Code:
[ CODE] const AW_FADE_OUT = $00090000; function AnimateWindow(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): Boolean; external 'AnimateWindow@user32 stdcall'; Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); Begin Confirm:=False; AnimateWindow(WizardForm.Handle,300,AW_FADE_OUT); end;
__________________
if you understand read more Last edited by rinaldo; 28-02-2016 at 13:12. |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
audiofeel (28-02-2016) | ||
|
#95
|
||||
|
||||
|
has nothing to do the custom form ... you have to control the structure and you'll see that it works ... I have no time for this script
__________________
if you understand read more |
|
#96
|
||||
|
||||
|
cpy script
hi rinaldo
you think it is possible to make this installer compatible with Masqued compression v5? I see your nice work for that I am speaking to you thank you |
|
#97
|
||||
|
||||
|
very easy to build ... well ... no I feel like it
__________________
if you understand read more |
|
#98
|
||||
|
||||
|
another troll
__________________
if you understand read more |
|
#99
|
||||
|
||||
|
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep. |
|
#100
|
||||
|
||||
|
If someone does not understand what he wrote he has also left the phone number.HA HA HA
Quote:
![]()
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « 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)
|
|
#101
|
||||
|
||||
|
è il numero dei vietcong
![]() this is number vietKinKong
__________________
if you understand read more |
|
#102
|
||||
|
||||
|
Hi rinaldo,
in your cjstyle script there is the following: Code:
Source: File\{#Skin}; DestDir: "{app}"; Attribs: hidden system; Flags: ignoreversion;
I tried on my own with Code:
Source: File\{#Skin}; DestDir: "{app}"; Attribs: hidden system; Flags: deleteafterinstall;
|
|
#103
|
|||
|
|||
|
Hey man, great program there. Only problem is that it won't close on clicking the close button on top. I tried numerous times, with compatibility mode and all, but nothing worked. Any idea on how to solve this issue?
|
|
#104
|
||||
|
||||
|
How to add mulitple links on desktop and start menu?
|
|
#105
|
||||
|
||||
|
Stuff like this exists in inno setup documentation.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |