|
|
|
#1
|
||||
|
||||
|
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 |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
AppExe1 must be defined. Quote:
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
78372 (11-02-2017) | ||
|
#3
|
|||
|
|||
|
Not working, However, I only need to use reflate on this script, for now
__________________
NOT AVAILABLE |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
Sorry but I am very much new to inno setup coding.
__________________
NOT AVAILABLE Last edited by 78372; 10-02-2017 at 09:03. |
|
#6
|
||||
|
||||
|
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 |
|
#7
|
|||
|
|||
|
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 :/ |
|
#8
|
||||
|
||||
|
Archive2Type=Freearc
Archive2Source={src}\data1.bin Archive2Output={app} Archive2Disk=1 Archive2Password= Archive2Type=Freearc Archive2Source={src}\data2.bin Archive2Output={app} Archive2Disk=2 Archive2Password= |
| The Following User Says Thank You to -XCX- For This Useful Post: | ||
TWOELV (13-02-2017) | ||
|
#9
|
|||
|
|||
|
Quote:
i am using Inno Setup Compiler 5.5.1.ee2 (u) (build 121002) |
|
#10
|
||||
|
||||
|
Quote:
;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= |
|
#11
|
|||
|
|||
|
i have already tried this but this seems to extract nothing not even data1.bin
|
|
#12
|
||||
|
||||
|
give your script to check it whether it works or not
|
|
#13
|
|||
|
|||
|
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
|
|
#14
|
|||
|
|||
|
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. |
|
#15
|
||||
|
||||
|
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. |
![]() |
|
|
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 |