![]() |
PLEASE HELP ME I AM LOOKING FOR THIS BUT NOBODY REPLY ME ... ?
I have Script Black Box old not V2 .. is okay but my game has 2 .exe or two shorcuts how to put these exe on desktop what to add on script to put two exe on desktop pleasee ... ?? my half of script : WHAT SHOULD I EDIT HERE IN THIS SCRIPT : .... Quote:
|
please help me .... ??
|
Quote:
Code:
#define AppName "Subway Surfers" |
Quote:
you know what ... I LOVE YOU SO MUCH thank youuuuuuuuuuuuuuuuuuuuu :) thank you bro |
hey guys I have only last question I just want to know why is registry important to add to script or to inno setup , what does mean registry ... please explain me somebody , Why should I add registry of game to script ... ?
|
Quote:
Search in your Registry (regedit) if Games needed a Reg entry. |
Quote:
|
yes it still works without reg entries. SOME games don't need them to work. BUT some games wont run without them there.
|
please help me where can I fine any tutorial how to get registry from games , please tell me somebody how can I find registry of games ... ???
|
2 Attachment(s)
Quote:
Now go to HKEY_LOKAL_MACHINE->Software->Wow6432Node->Search your Game. Make a right click on the Folder and click Export. Now edit .reg Data for your Script. |
Quote:
|
along with that goto this topic & grab Reg to INNO Converter ENG.rar which will create a iss file so you can put those exported reg entries into your Inno script. They will of course need to be edited. IE in screenshot above shows InstallDir=E:\Program Files (x86)\Resident Evil 5, which would be changed to {app} so that anyone can install to where they want to & not to 1 specific location.
http://fileforums.com/showthread.php?t=92995 |
how to disable cancel button in welcome page and second back button innosetup..
|
Quote:
|
on a normal script, this is what you do.
[Code] procedure CurPageChanged(CurPageID: Integer); begin case CurPageID of wpWelcome: begin WizardForm.CancelButton.Enabled:=False; // to disable; WizardForm.CancelButton.Visible:=False; // to hide; WizardForm.BackButton.Enabled:=False; // to disable; WizardForm.BackButton.Visible:=False; // to hide; end; end; end; |
| All times are GMT -7. The time now is 15:11. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com