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

Reply
 
Thread Tools Search this Thread Display Modes
  #856  
Old 06-01-2014, 07:39
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
use inno ansi
how to convert the script into inno unicode? is it possible?
Reply With Quote
Sponsored Links
  #857  
Old 06-01-2014, 08:54
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by reiji777 View Post
how to convert the script into inno unicode? is it possible?
i try to convert it. but progress bar not showing it percentage
Attached Files
File Type: rar Script.rar (2.2 KB, 47 views)
Reply With Quote
The Following 2 Users Say Thank You to y_thelastknight For This Useful Post:
papas (02-09-2016), reiji777 (07-01-2014)
  #858  
Old 06-01-2014, 09:47
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
yes is possible
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
reiji777 (07-01-2014)
  #859  
Old 07-01-2014, 14:30
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
yes is possible
how bro? please help
Reply With Quote
  #860  
Old 07-01-2014, 15:26
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
if (FreeMB>{#NeedSize}) then NeedSpaceLabel1.Font.Color:=clBlack else NeedSpaceLabel1.Font.Color:=clRed;
if (FreeMB>{#NeedSize}) then Progress.State:= npbsNormal else Progress.State:= npbsError;
if (FreeMB>{#NeedSize}) then progress.Position:=FreeMB*100/TotalMB;
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
reiji777 (07-01-2014)
  #861  
Old 07-01-2014, 17:29
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
i try to convert it. but progress bar not showing it percentage
Quote:
Originally Posted by sentinelks View Post
if (FreeMB>{#NeedSize}) then NeedSpaceLabel1.Font.Color:=clBlack else NeedSpaceLabel1.Font.Color:=clRed;
if (FreeMB>{#NeedSize}) then Progress.State:= npbsNormal else Progress.State:= npbsError;
if (FreeMB>{#NeedSize}) then progress.Position:=FreeMB*100/TotalMB;
wow it really works like a charm bro. thankyou so much to both of you

Last edited by reiji777; 07-01-2014 at 21:28.
Reply With Quote
  #862  
Old 07-01-2014, 19:37
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
if (FreeMB>{#NeedSize}) then progress.Position:=FreeMB*100/TotalMB;
sentinelks i don't know about reiji777 but thats not in my mind..
progress percentage is should be like (((TotalMB-FreeMB)/TotalMB)*100)
not FreeMB*100/TotalMB
Reply With Quote
  #863  
Old 07-01-2014, 21:31
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
sentinelks i don't know about reiji777 but thats not in my mind..
progress percentage is should be like (((TotalMB-FreeMB)/TotalMB)*100)
not FreeMB*100/TotalMB
at first I didn't noticed it, apparently the progress bar is not relevant with the function indeed
btw when I embedded hdd.bmp file to setup by pre-extracting it to 'temp' suddenly my antivirus detecting it as virus/worm/trojan
what could possibly wrong? am I accidentally creating a virus?
Reply With Quote
  #864  
Old 08-01-2014, 00:41
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
y_thelastknight
perhaps a calculation error but the synthesis is that

however, does not change anything just give a different interpretation

Last edited by sentinelks; 08-01-2014 at 01:41.
Reply With Quote
  #865  
Old 12-01-2014, 03:16
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
sentinelks i don't know about reiji777 but thats not in my mind..
progress percentage is should be like (((TotalMB-FreeMB)/TotalMB)*100)
not FreeMB*100/TotalMB
how to run it without have to define #NeedSize?
because in default inno has already count the program size
Reply With Quote
  #866  
Old 13-01-2014, 10:12
mask512 mask512 is offline
Registered User
 
Join Date: May 2013
Location: Bandung
Posts: 7
Thanks: 2
Thanked 1 Time in 1 Post
mask512 is on a distinguished road
Hei .
I'm noob who tried to create simple installer with inno setup .
i am using unicode version and got problems about creating setup.exe icon

This is my script
Code:
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "My Program"
#define MyAppVersion "1.5"
#define MyAppPublisher "My Company, Inc."
#define MyAppURL "http://www.example.com/"
#define MyAppExeName "MyProg.exe"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{D9D83115-4AA4-4C1F-ABC1-E1C9CCCE5937}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
OutputBaseFilename=setup
SetupIconFile=C:\Program Files (x86)\Inno Setup 5\Examples\icon.ico
Compression=lzma
SolidCompression=yes

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "C:\Program Files (x86)\Inno Setup 5\Examples\MyProg.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files (x86)\Inno Setup 5\Examples\icon.ico"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon

[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
LOG
Code:
*** Starting compile.  [1:04:34 AM]

[ISPP] Preprocessing.
[ISPP] Preprocessed.

Parsing [Setup] section, line 14
Parsing [Setup] section, line 15
Parsing [Setup] section, line 16
Parsing [Setup] section, line 18
Parsing [Setup] section, line 19
Parsing [Setup] section, line 20
Parsing [Setup] section, line 21
Parsing [Setup] section, line 22
Parsing [Setup] section, line 23
Parsing [Setup] section, line 24
Parsing [Setup] section, line 25
Parsing [Setup] section, line 26
Parsing [Setup] section, line 27
Reading file (WizardImageFile)
   File: C:\Program Files (x86)\Inno Setup 5\WIZMODERNIMAGE.BMP
Reading file (WizardSmallImageFile)
   File: C:\Program Files (x86)\Inno Setup 5\WIZMODERNSMALLIMAGE.BMP
Preparing Setup program executable
   Updating icons (SETUP.E32)
Determining language code pages
Parsing [Languages] section, line 30
   File: C:\Program Files (x86)\Inno Setup 5\Default.isl
   Messages in script file
Reading default messages from Default.isl
Parsing [Languages] section, line 30
   File: C:\Program Files (x86)\Inno Setup 5\Default.isl
Parsing [LangOptions], [Messages], and [CustomMessages] sections
   Messages in script file
Reading [ Code] section
Parsing [Tasks] section, line 33
Parsing [Icons] section, line 41
Parsing [Icons] section, line 42
Parsing [Run] section, line 45
Parsing [Files] section, line 36
Parsing [Files] section, line 37
Creating setup files
   Updating icons (SETUP.EXE)
   Compressing: C:\Program Files (x86)\Inno Setup 5\Examples\MyProg.exe
   Compressing: C:\Program Files (x86)\Inno Setup 5\Examples\icon.ico
   Compressing Setup program executable
   Updating version info

*** Finished.  [1:04:35 AM, 00:00.624 elapsed]
My icon


and result with no icon


Can anyone tell me whats wrong that script



Sorry for my english .

thanks
Attached Images
File Type: jpg icon.JPG (104.6 KB, 136 views)
File Type: jpg result.JPG (28.6 KB, 132 views)
Reply With Quote
  #867  
Old 13-01-2014, 10:26
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
where did you get that icon file, did you create it?
there is no error in the script.

Last edited by y_thelastknight; 13-01-2014 at 11:13.
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
sentinelks (13-01-2014)
  #868  
Old 13-01-2014, 14:50
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
how to insert .png file in inno?
Reply With Quote
  #869  
Old 14-01-2014, 00:07
mask512 mask512 is offline
Registered User
 
Join Date: May 2013
Location: Bandung
Posts: 7
Thanks: 2
Thanked 1 Time in 1 Post
mask512 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
where did you get that icon file, did you create it?
there is no error in the script.
Yes i did .
This is the details of icon
Attached Images
File Type: jpg detail.JPG (44.6 KB, 120 views)
Reply With Quote
  #870  
Old 14-01-2014, 00:53
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Just attach the icon file. Or use other icon file
__________________
Glass BB | BlackBox v2 | Portable Installer
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
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 01:53.


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