#361
|
|||
|
|||
@y_thelastknight
I can not slide Video Background!! Why??? |
Sponsored Links |
#362
|
||||
|
||||
How do I make the shortcut work if the original .exe was in some folder like "Binaries" ?
|
#363
|
||||
|
||||
@tzrepacks
Code:
[Icons] Name: {commondesktop}\{#AppName}; Filename: {app}\Binaries\{#AppExec}; WorkingDir: {app}\Binaries\; Check: CheckError |
The Following User Says Thank You to Pein46 For This Useful Post: | ||
tzrepacks (03-07-2013) |
#364
|
||||
|
||||
Work perfect. Thank a lot to you
|
#365
|
|||
|
|||
in Program and Feature not show icon.?
|
#366
|
||||
|
||||
add this
[Setup] UninstallDisplayIcon=Icon Location e.g. UninstallDisplayIcon={app}\icon.ico |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
skakmatch (04-07-2013) |
#367
|
|||
|
|||
How to input Game Registry?
Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "AccountID"; ValueType: Dword; ValueData: "$666666"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "PersonaName"; ValueType: String; ValueData: "Player"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "Language"; ValueType: String; ValueData: "english"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty Hello, how to input the correct game registry in this Script? tnx in advance give me an example please.. Last edited by Pirate Ted; 06-07-2013 at 06:07. Reason: give me an example please.. |
#368
|
||||
|
||||
export those entries from registry to a reg file ( xyz.reg )
then goto Useful Programs thread here > http://fileforums.com/showthread.php?t=92995 grab the english version file from post #2. run the exe from that program, select your reg file ( that you saved earlier ) and it converts it into ISS script which has those values you can enter into the registry section of the ISS script. |
The Following 3 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
#369
|
|||
|
|||
Use InnoIDE for input registry.
|
#370
|
||||
|
||||
Edited
Last edited by Newbie; 24-07-2013 at 09:40. Reason: Copyright Reason |
#371
|
||||
|
||||
Black_Box_Script_By_Kurutucu_V1.8P:
Main.iss Compile Source:{#Internal}*; DestDir: {app}; Flags: ignoreversion recursesubdirs; Check: CheckError; Main(Compact.Mode+Slideshow & Video).iss Extract Arc Error... Error?????? Help!!! Last edited by basic23; 07-07-2013 at 03:58. |
#372
|
|||
|
|||
@Newbie
Use defaults DPI option on your screen. @basic23 This script not support internal compression. Use freearc -m0. |
The Following User Says Thank You to Kurutucu For This Useful Post: | ||
basic23 (07-07-2013) |
#373
|
||||
|
||||
Windows 7 Ultimate Service Pack 1 (Windows Original not Crack)
Defaults DPI option on your screen. I compress Normal.If not normal,Why? ARC???? But I can not use the-m4? What for? Other can but I do can. Please help me. "Kurutucu" Englisch use Google Translate. Last edited by pakrat2k2; 07-07-2013 at 10:51. Reason: double posting |
#375
|
||||
|
||||
Video.mp4 not playng
Thanks @Kurutucu!!!
But the problem I have is with video.mp4 Not Playng. What am I doing wrong? Please help me! Thank you very much! |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 06:51 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 07:57 |
Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 09:24 |