#316
|
||||
|
||||
perfect resolved the code
![]() |
Sponsored Links |
#318
|
|||
|
|||
Yes i know but when hitting browse button the appname stay no matter what drive/folder i choose, why not in your new hack?
I don't want to manually edit the folder name with each project. ![]() |
#319
|
||||
|
||||
use this one
WizardForm.DirEdit.Text:=AddBackslash(DirTreeView. Directory) + 'Dead Space 3' |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (04-04-2013) |
#320
|
||||
|
||||
Inno Freearc Extract v4.0
Creator: Bulat Ziganshin Easily extracts freearc files on an inno setup script. -has disk change -progress doesn't overflow to (300%) |
#321
|
|||
|
|||
How to replace "Dead Space 3" with a dynamic value?
|
#322
|
||||
|
||||
if you used inno setup preprocessor you would define the value like this.
#define AppName "Street Fighter" then at this stage you would do this WizardForm.DirEdit.Text:=AddBackslash(DirTreeView. Directory) + '{#AppName}' it will automatically write Street Fighter. |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (04-04-2013) |
#323
|
|||
|
|||
It worked, thanks.
|
#324
|
||||
|
||||
you can also do this
#define AppName "Street Fighter" #define AppPublisher "Capcom" [Setup] AppName={#AppName} AppPublisher={#AppPublisher} AppVerName={#AppName} |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (04-04-2013) |
#325
|
|||
|
|||
Oh man, this is so much better and a time saver, thank you very much
![]() |
#326
|
||||
|
||||
Project
Converter Progress Convertor Design=75% Compressor=0% Preview ![]() Credits Imageshack: Photo Uploads Download Last edited by Razor12911; 04-04-2013 at 06:10. |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
danswano (04-04-2013) |
#327
|
|||
|
|||
Looks interesting.
|
The Following User Says Thank You to danswano For This Useful Post: | ||
Razor12911 (04-04-2013) |
#328
|
||||
|
||||
Hi guys, I have a doubt, I making the conversion for gears of war and the registry key that I have is for x64 windows 'cause is what I have installed.
Code:
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: SetupPath; ValueData: {app}\binaries\; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: EXEPath; ValueData: {app}\Binaries\startup.exe; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: string; ValueName: PID; ValueData: 92353-896-4404376-70444; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: binary; ValueName: DigitalProductID; ValueData: 6c 93 48 93 31 c3 4a c3 7f 3b c1 a2 6f 88 03 00; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: string; ValueName: PID 2.0 Ex; ValueData: 92353-00140-896-440437-00-11274-7600.0000-0932013; Flags: uninsdeletevalue uninsdeletekeyifempty
__________________
always above all, keep in mind that some day you will die. Bushido. |
#329
|
||||
|
||||
Quote:
|
The Following User Says Thank You to JacksMafia For This Useful Post: | ||
spawniectes (04-04-2013) |
#330
|
||||
|
||||
Quote:
Code:
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: SetupPath; ValueData: {app}\binaries\; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: IsWin64; Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: EXEPath; ValueData: {app}\Binaries\startup.exe; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: IsWin64; Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: string; ValueName: PID; ValueData: 92353-896-4404376-70444; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: IsWin64; Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: binary; ValueName: DigitalProductID; ValueData: 6c 93 48 93 31 c3 4a c3 7f 3b c1 a2 6f 88 03 00; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: IsWin64; Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: string; ValueName: PID 2.0 Ex; ValueData: 92353-00140-896-440437-00-11274-7600.0000-0932013; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: IsWin64; Root: HKLM; SubKey: SOFTWARE\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: SetupPath; ValueData: {app}\binaries\; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: not IsWin64; Root: HKLM; SubKey: SOFTWARE\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: EXEPath; ValueData: {app}\Binaries\startup.exe; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: not IsWin64; Root: HKLM; SubKey: SOFTWARE\Microsoft\Microsoft Games\Gears of War; ValueType: string; ValueName: PID; ValueData: 92353-896-4404376-70444; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: not IsWin64; Root: HKLM; SubKey: SOFTWARE\Microsoft\Microsoft Games\Gears of War; ValueType: binary; ValueName: DigitalProductID; ValueData: 6c 93 48 93 31 c3 4a c3 7f 3b c1 a2 6f 88 03 00; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: not IsWin64; Root: HKLM; SubKey: SOFTWARE\Microsoft\Microsoft Games\Gears of War; ValueType: string; ValueName: PID 2.0 Ex; ValueData: 92353-00140-896-440437-00-11274-7600.0000-0932013; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: not IsWin64; Last edited by altef_4; 04-04-2013 at 09:46. |
The Following User Says Thank You to altef_4 For This Useful Post: | ||
spawniectes (04-04-2013) |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
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 |