FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   **New Installer (https://fileforums.com/showthread.php?t=97259)

rinaldo 08-02-2016 23:56

Quote:

Originally Posted by taporocrufeljan (Post 446949)
hi Guys! I'm having error when i'm compiling it.
i dunno what to do.
thanks in advance.
please help.:):)

use this version:
DL

SAM2712 12-02-2016 05:29

Please help some..!
 
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 :(

rinaldo 28-02-2016 08:43

I do not know the codex script, post the setup in order to understand

rinaldo 28-02-2016 12:20

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;


rinaldo 28-02-2016 16:42

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

kenzo34 09-03-2016 07:35

cpy script
 
1 Attachment(s)
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

rinaldo 09-03-2016 09:30

very easy to build ... well ... no I feel like it :rolleyes:

rinaldo 10-03-2016 05:37

another troll :rolleyes:

RamiroCruzo 10-03-2016 07:50

Quote:

Originally Posted by rinaldo (Post 448003)
another troll :rolleyes:

Whats that???? :o Nutrition Values???? Amigo..:eek::eek:

felice2011 10-03-2016 07:57

If someone does not understand what he wrote he has also left the phone number.HA HA HA
Quote:

Mr Tùng (0947 222 309)
:eek::rolleyes:

rinaldo 10-03-2016 08:43

è il numero dei vietcong :D
this is number vietKinKong

ShadowEagle 31-03-2016 11:13

Hi rinaldo,

in your cjstyle script there is the following:

Code:

Source: File\{#Skin}; DestDir: "{app}"; Attribs: hidden system; Flags: ignoreversion;
So the skin won`t be deleted after the setup finished. How to modify that it`ll be deleted?

I tried on my own with

Code:

Source: File\{#Skin}; DestDir: "{app}"; Attribs: hidden system; Flags: deleteafterinstall;
but this will crash the setup. Pls help. Cheers

Stained 12-04-2016 01:29

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?

ShadowEagle 02-06-2016 03:01

How to add mulitple links on desktop and start menu?

Razor12911 03-06-2016 00:47

Stuff like this exists in inno setup documentation.


All times are GMT -7. The time now is 19:20.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com