Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-02-2017, 09:19
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end
Reply With Quote
Sponsored Links
  #2  
Old 10-02-2017, 09:59
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end
You must have at least 1 application executable else you'll get this error.
AppExe1 must be defined.

Quote:
Originally Posted by pakrat2k2 View Post
never seen written with so many #endif in a row.

usually written

#ifdef AppExe1
Launch1Tile.Tmr: TleTimer(Launch1Tile);
#endif
#ifdef AppExe2
Launch1Tile.Tmr: TleTimer(Launch2Tile);
#endif
#ifdef AppExe3
Launch1Tile.Tmr: TleTimer(Launch3Tile);
#endif
#ifdef AppExe4
Launch1Tile.Tmr: TleTimer(Launch4Tile);
#endif
#ifdef AppExe5
Launch1Tile.Tmr: TleTimer(Launch5Tile);
#endif
#ifdef AppExe6
Launch1Tile.Tmr: TleTimer(Launch6Tile);
#endif
ImgApplyChanges(Autorun.Form.Handle);
#end
It's actually correct, nothing wrong.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
78372 (11-02-2017)
  #3  
Old 10-02-2017, 05:54
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Not working, However, I only need to use reflate on this script, for now
__________________
NOT AVAILABLE
Reply With Quote
  #4  
Old 10-02-2017, 06:09
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by 78372 View Post
Not working, However, I only need to use reflate on this script, for now
if you are unable to solve such a simple mistake, it is very difficult if not impossible to engage in compressions
Reply With Quote
  #5  
Old 10-02-2017, 08:55
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Sorry but I am very much new to inno setup coding.
__________________
NOT AVAILABLE

Last edited by 78372; 10-02-2017 at 09:03.
Reply With Quote
  #6  
Old 10-02-2017, 09:25
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
noted defects by working version at not working version

move WindowsPhone.iss working version to box1 and WindowsPhone.iss not working version box2
and look for a difference
Attached Images
File Type: png Screenshot_3.png (132.0 KB, 305 views)
Attached Files
File Type: rar BCompareLite.rar (997.6 KB, 90 views)
Reply With Quote
  #7  
Old 12-02-2017, 21:55
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
how can i unpack data1.bin and data2.bin at the same time ?

i tried playing around with this

Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}
Archive1Disk=1
Archive1Password=

but i cannot seem to make it work :/
Reply With Quote
  #8  
Old 13-02-2017, 01:01
-XCX-'s Avatar
-XCX- -XCX- is offline
Registered User
 
Join Date: Nov 2016
Location: In Any Planet
Posts: 60
Thanks: 121
Thanked 92 Times in 23 Posts
-XCX- is on a distinguished road
Archive2Type=Freearc
Archive2Source={src}\data1.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=


Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=
Reply With Quote
The Following User Says Thank You to -XCX- For This Useful Post:
TWOELV (13-02-2017)
  #9  
Old 13-02-2017, 03:57
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
Quote:
Originally Posted by -XCX- View Post
Archive2Type=Freearc
Archive2Source={src}\data1.bin
Archive2Output={app}
Archive2Disk=1
Archive2Password=


Archive2Type=Freearc
Archive2Source={src}\data2.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=
doesn't work :/ it still extracts only data1.bin
i am using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002)
Reply With Quote
  #10  
Old 13-02-2017, 04:25
-XCX-'s Avatar
-XCX- -XCX- is offline
Registered User
 
Join Date: Nov 2016
Location: In Any Planet
Posts: 60
Thanks: 121
Thanked 92 Times in 23 Posts
-XCX- is on a distinguished road
Quote:
Originally Posted by TWOELV View Post
doesn't work :/ it still extracts only data1.bin
i am using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002)
[Archives]
;Archive Types 7Zip, Freearc and WinRAR
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}\
Archive1Disk=1
Archive1Password=
Archive2Source={src}\data2.bin
Archive2Output={app}\
Archive2Disk=2
Archive2Password=
Reply With Quote
  #11  
Old 13-02-2017, 04:34
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
Quote:
Originally Posted by -XCX- View Post
[Archives]
;Archive Types 7Zip, Freearc and WinRAR
Archive1Type=Freearc
Archive1Source={src}\data1.bin
Archive1Output={app}\
Archive1Disk=1
Archive1Password=
Archive2Source={src}\data2.bin
Archive2Output={app}\
Archive2Disk=2
Archive2Password=
i have already tried this but this seems to extract nothing not even data1.bin
Reply With Quote
  #12  
Old 13-02-2017, 04:43
-XCX-'s Avatar
-XCX- -XCX- is offline
Registered User
 
Join Date: Nov 2016
Location: In Any Planet
Posts: 60
Thanks: 121
Thanked 92 Times in 23 Posts
-XCX- is on a distinguished road
Quote:
Originally Posted by TWOELV View Post
i have already tried this but this seems to extract nothing not even data1.bin
give your script to check it whether it works or not
Reply With Quote
  #13  
Old 13-02-2017, 04:43
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
okay found the issue "Yourpassword" was missing that's why it wasn't working
so you posted like this Archive2Password=
but its suppose to be like this Archive2Password=Yourpassword
but thank you so much for helping me
Reply With Quote
  #14  
Old 19-02-2017, 03:16
TWOELV TWOELV is offline
Registered User
 
Join Date: Feb 2017
Location: united states
Posts: 51
Thanks: 31
Thanked 3 Times in 3 Posts
TWOELV is on a distinguished road
how can i add this "optimal-twoelv.bin"

i tried changing this

ArchiveoptimalType=Freearc
ArchiveoptimalSource={src}\optimal-twoelv.bin
ArchiveoptimalOutput={app}
ArchiveoptimalDisk=2
ArchiveoptimalPassword=YourPassword

also tried like this


Archive2Type=Freearc
Archive2Source={src}\optimal-twoelv.bin
Archive2Output={app}
Archive2Disk=2
Archive2Password=YourPassword

but none of these seems to work :/

Edit: nvm fixed it

Last edited by TWOELV; 19-02-2017 at 12:25.
Reply With Quote
  #15  
Old 19-02-2017, 20:23
Siber Pro's Avatar
Siber Pro Siber Pro is offline
Registered User
 
Join Date: Dec 2016
Location: Afghanistan
Posts: 64
Thanks: 113
Thanked 20 Times in 7 Posts
Siber Pro is on a distinguished road
Please Help Me.
How I Can Add Video on wizard In WindowsIphone.iss?
Anyone Can Help Me About This?
I Need To Know It.
Please.

Last edited by Siber Pro; 19-02-2017 at 22:29.
Reply With Quote
Reply


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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
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 16:48.


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