|
#331
|
|||
|
|||
|
Don't used (Compact.Mode+Slideshow & Video) i think Script is not yet fixed!
the installer working perfect at windows 7 64-Bit. 32-bit Os is not working Last edited by Pirate Ted; 27-06-2013 at 07:12. |
| Sponsored Links |
|
#332
|
|||
|
|||
|
Tested. Working!
|
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
y_thelastknight (27-06-2013) | ||
|
#333
|
|||
|
|||
|
Too bad that setup don't support this compression methods:
Quote:
|
|
#334
|
|||
|
|||
|
Quote:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 7zip RAR
|
|
#335
|
|||
|
|||
|
[IMG]
Uploaded with ImageShack.us[/IMG]@Kurutucu its not working properly in windows 7 32-bit Black_Box_Script_By_Kurutucu_V1.3 are tested in windows 7 32/64-Bit So nice working properly. Last edited by Pirate Ted; 28-06-2013 at 01:47. |
|
#336
|
||||
|
||||
|
How to fix this?
|
|
#337
|
|||
|
|||
|
tzrepacks, this script don't support ansi version. Use unicode version!
Last edited by pakrat2k2; 28-06-2013 at 09:37. |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
tzrepacks (29-06-2013) | ||
|
#338
|
||||
|
||||
|
Change like this
Code:
#ifdef UNICODE type PChar = PAnsiChar; #endif @Kurutucu The script works fine on ansi version..i always use ansi version |
|
#339
|
|||
|
|||
|
why this scrip is giving me runtime error null point exception?
what is this error? |
|
#340
|
||||
|
||||
|
Edited
Last edited by Newbie; 24-07-2013 at 08:39. Reason: Copyright Reason |
|
#341
|
|||
|
|||
|
@Newbie
If you compressed files with precomp 0.43 use Main(precomp0.43).iss. |
|
#342
|
||||
|
||||
|
Edited.
Last edited by Newbie; 24-07-2013 at 08:40. Reason: Copyright Reason |
|
#343
|
|||
|
|||
|
@Newbie
1. Don't change #define PrecompVer "Inside". 2. Ask for video script @y_thelastknight. 3. You can add more shortcuts. Example: Code:
#define AppExec #define AppExec2 #define AppExec3 #define AppName (Main exe) #define AppName2 #define AppName3 Code:
[Icons]
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError
|
|
#344
|
||||
|
||||
|
Edited
Last edited by Newbie; 24-07-2013 at 08:40. Reason: Copyright Reason |
|
#345
|
||||
|
||||
|
Bro still black screen
video not woking |
![]() |
|
|
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 |