Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-04-2013, 22:00
huanvip_1994 huanvip_1994 is offline
Registered User
 
Join Date: Apr 2013
Location: Viet Nam
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
huanvip_1994 is on a distinguished road
her.....
Code:
var
NewCheckBox: TCheckBox;

procedure WizardFormResizer(Sender: TObject);
begin
if NewCheckBox.Checked = True then
begin
WizardForm.Width:=NewWizardFormSizeX
WizardForm.Height:=NewWizardFormSizeY
end else begin
WizardForm.Width:=OldWizardFormSizeX
WizardForm.Height:=OldWizardFormSizeY
end;
end;

procedure InitializeWizard;
begin
NewCheckBox:= TCheckBox.Create(WizardForm);
with NewCheckBox do
begin
Parent:= WizardForm.InstallingPage;
Left:= SetPositionX;
Top:= SetPositionY;
Width:= SetSizeX;
Height:= SetSizeY;
Checked:= False;
OnClick:= @WizardFormResizer;
Caption := 'Compact View';
end;
end;
Reply With Quote
Sponsored Links
  #2  
Old 25-10-2013, 08:06
jksengko jksengko is offline
Registered User
 
Join Date: Jun 2010
Location: dont show
Posts: 71
Thanks: 5
Thanked 5 Times in 5 Posts
jksengko is on a distinguished road
error massage

i used v1.4 low compress during install come out this error massage??
Attached Images
File Type: jpg 1.4.jpg (77.6 KB, 279 views)
Reply With Quote
  #3  
Old 25-10-2013, 13:38
M3HDI M3HDI is offline
Registered User
 
Join Date: Nov 2011
Location: Isf
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
M3HDI is on a distinguished road
Quote:
Originally Posted by jksengko View Post
i used v1.4 low compress during install come out this error massage??
using v1.8
some bugs fixed in this version
Reply With Quote
  #4  
Old 25-10-2013, 14:28
doritox doritox is offline
Registered User
 
Join Date: Sep 2013
Location: israel
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
doritox is on a distinguished road
Quote:
Originally Posted by M3HDI View Post
using v1.8
some bugs fixed in this version
what about add password to arc/bin file?
how do this?


Edit: Nevermind

Last edited by doritox; 25-10-2013 at 17:09.
Reply With Quote
  #5  
Old 26-10-2013, 03:47
M3HDI M3HDI is offline
Registered User
 
Join Date: Nov 2011
Location: Isf
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
M3HDI is on a distinguished road
Quote:
Originally Posted by doritox View Post
what about add password to arc/bin file?
how do this?


Edit: Nevermind
add with using Encryption tab
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 14:08.


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