![]() |
perfect resolved the code ;)
|
Sorry error in code format my pc :(
|
Quote:
I don't want to manually edit the folder name with each project. :) |
use this one
WizardForm.DirEdit.Text:=AddBackslash(DirTreeView. Directory) + 'Dead Space 3' |
1 Attachment(s)
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%) |
Quote:
|
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. |
It worked, thanks.
|
you can also do this
#define AppName "Street Fighter" #define AppPublisher "Capcom" [Setup] AppName={#AppName} AppPublisher={#AppPublisher} AppVerName={#AppName} |
Oh man, this is so much better and a time saver, thank you very much :)
|
1 Attachment(s)
Project
Converter Progress Convertor Design=75% Compressor=0% Preview http://img853.imageshack.us/img853/2...0404150708.jpg Credits Imageshack: Photo Uploads Download |
Looks interesting.
|
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 |
Quote:
|
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; |
| All times are GMT -7. The time now is 05:39. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com