FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Assassins Creed III 3xDVD5 [MULTI 7 + INNO SETUP] (https://fileforums.com/showthread.php?t=93760)

REV0 23-11-2012 12:25

1 Attachment(s)
Quote:

Originally Posted by prudislav (Post 410708)
an v1.24 works the same?? (i have compiled v110)

Download the newer one and use it's setup.ini, also overwrite the font below. More than this, everything is same, you dont have to recompile the damn game again :D

Cheers

REV0 23-11-2012 12:27

Quote:

Originally Posted by The_Killer (Post 410707)
ok. mais uma pergunta, tem como fazer a conversao sem a necessidade de instalar o jogo? como aconte com outros jogos movendo os arquivos cab e editando alguns outros arquivos de instalação? pois gostaria de fazer dessa maneira e nao ter que instalar o jogo primeiro.

okay. one more question, is how to make the conversion without the need to install the game? As with other games hap moving the cab files and editing some other setup files? I would make it this way and not have to install the game first.

Depends the game. Most of the games need to be installed before splitting them, aka INNO Setup way. Splitting cabs are almost impossible now because they're using new version of IS. AC3 was an exception.

mikey26 23-11-2012 12:38

Hi revo just a quick heads up the setup.ini uplay is pointing to the wrg folder it should be pointing to \Support\GameLauncher.

i gave ur script another go just to test.it still does not pick up the game as updated to 1.01 is still says version can be found if i try to reapply the update but if i used my reg that i posted earlier in the script it picks up the update by saying this version is already installed.

REV0 23-11-2012 12:51

Quote:

Originally Posted by mikey26 (Post 410714)
Hi revo just a quick heads up the setup.ini uplay is pointing to the wrg folder it should be pointing to \Support\GameLauncher.

i gave ur script another go just to test.it still does not pick up the game as updated to 1.01 is still says version can be found if i try to reapply the update but if i used my reg that i posted earlier in the script it picks up the update by saying this version is already installed.

Regs are same my friend, open iss and compare with yours. And i updated the thread about uplay stuff,

Cheers

xalempong 23-11-2012 19:35

can this conversion create 4xdvd5
i've seen senseman conversion, but i prefer to use inno setup.

REV0 24-11-2012 03:29

Quote:

Originally Posted by xalempong (Post 410741)
can this conversion create 4xdvd5
i've seen senseman conversion, but i prefer to use inno setup.

Set compression to 'none' then you got 4DVD5

mrandrason 24-11-2012 06:08

I select Eng flag and installed game...

but when i play its in Rus.

i used AC3_3DVD5_BASE_PACK_V121
and InstallerScript_V120

i used compression=none for 4DVD5

please help...

REV0 24-11-2012 06:11

Quote:

Originally Posted by mrandrason (Post 410789)
I select Eng flag and installed game...

but when i play its in Rus.

i used AC3_3DVD5_BASE_PACK_V121
and InstallerScript_V120

i used compression=none for 4DVD5

please help...

What game do you have ?

mrandrason 24-11-2012 06:40

Assassin’s creed 3 multi 7 [15.21 gb]

REV0 24-11-2012 06:53

Quote:

Originally Posted by mrandrason (Post 410793)
Assassin’s creed 3 multi 7 [15.21 gb]

It can't be russian because i checked regkeys and they're all correct. Did you try with other language ?

mikey26 24-11-2012 06:56

i also had that issue with language beening in different language after conversion so i just removed all the language from the registry in script only left eng as i only need it in english and then is worked fine.mine was launching in swedish i think(SW)

REV0 24-11-2012 07:06

Quote:

Originally Posted by mikey26 (Post 410795)
i also had that issue with language beening in different language after conversion so i just removed all the language from the registry in script only left eng as i only need it in english and then is worked fine.mine was launching in swedish i think(SW)

I dont know this conversion has sooooo many problems, i'm on the edge of deleting the whole fucking thread.

EXTRA: Open installerscript.iss and find regkeys;

add following language extenstion to end of eng regkeys: 'Languages: eng', so they both look like this:

Code:

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng


mrandrason 24-11-2012 07:15

Quote:

Originally Posted by REV0 (Post 410794)
It can't be russian because i checked regkeys and they're all correct. Did you try with other language ?

I just edit "localization.lang" file in Installation directory and delete everything...and type "eng"...

save and all done

its converted in eng.

mrandrason 24-11-2012 07:18

Quote:

Originally Posted by REV0 (Post 410800)
I dont know this conversion has sooooo many problems, i'm on the edge of deleting the whole fucking thread.

EXTRA: Open installerscript.iss and find regkeys;

add following language extenstion to end of eng regkeys: 'Languages: eng', so they both look like this:

Code:

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng


omg :eek: i just compliled....

i have to compile it 1 more time...:mad:

yener90 24-11-2012 07:25

REV0
you know it will not bring anything :p
-> Languages: eng change^^

-> your gameupdate languages registry are wrong.
The GameUpdater doesnt support so much languages.
Look at Resources in Assassins Creed 3 Folder.
You can see on the folder names which are supported.

Try those values:
Code:

[Registry]
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed ® III 1.01\1.01"; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: InstallDir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: French; ValueType: string; Languages: fre; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Italian; ValueType: string; Languages: ita; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: German; ValueType: string; Languages: ger; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Spanish; ValueType: string; Languages: esp; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Russian; ValueType: string; Languages: rus; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Polish; ValueType: string; Languages: pol; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: ChineseTrad; ValueType: string; Languages: cnt; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Hungarian; ValueType: string; Languages: hun; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Czech; ValueType: string; Languages: cze; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Dutch; ValueType: string; Languages: ndl; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Danish; ValueType: string; Languages: dan; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Norwegian; ValueType: string; Languages: nor; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Swedish; ValueType: string; Languages: swe; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Portuguese; ValueType: string; Languages: porbr; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Brazil; ValueType: string; Languages: por; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Finnish; ValueType: string; Languages: fin; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: execPath; ValueData: {app}\AC3SP.exe; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: info; ValueData: c8756eaa3e624090a7004c7c386c8e77; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: installdir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: de; ValueType: string; Languages: ger; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: es; ValueType: string; Languages: esp; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: fr; ValueType: string; Languages: fre; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: it; ValueType: string; Languages: ita; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: nl; ValueType: string; Languages: ndl; Flags: uninsdeletekey;

i used english on my installation, did work.

REV0 24-11-2012 07:25

Quote:

Originally Posted by mrandrason (Post 410803)
I just edit "localization.lang" file in Installation directory and delete everything...and type "eng"...

save and all done

its converted in eng.

if lang file solved the problem, you dont need to recompile. If it's working, dont fix it.

mrandrason 24-11-2012 07:33

Quote:

Originally Posted by REV0 (Post 410807)
if lang file solved the problem, you dont need to recompile. If it's working, dont fix it.

my setup did'nt have the Updated "localization.lang" file so i have to re-compile it...:)

and also i edit the Latest eng regkeys which yener90 posted...

REV0 24-11-2012 07:41

Quote:

Originally Posted by yener90 (Post 410806)
REV0
you know it will not bring anything :p
-> Languages: eng change^^

-> your gameupdate languages registry are wrong.
The GameUpdater doesnt support so much languages.
Look at Resources in Assassins Creed 3 Folder.
You can see on the folder names which are supported.

Try those values:
Code:

[Registry]
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed ® III 1.01\1.01"; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: InstallDir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: French; ValueType: string; Languages: fre; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Italian; ValueType: string; Languages: ita; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: German; ValueType: string; Languages: ger; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Spanish; ValueType: string; Languages: esp; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Russian; ValueType: string; Languages: rus; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Polish; ValueType: string; Languages: pol; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: ChineseTrad; ValueType: string; Languages: cnt; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Hungarian; ValueType: string; Languages: hun; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Czech; ValueType: string; Languages: cze; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Dutch; ValueType: string; Languages: ndl; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Danish; ValueType: string; Languages: dan; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Norwegian; ValueType: string; Languages: nor; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Swedish; ValueType: string; Languages: swe; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Portuguese; ValueType: string; Languages: porbr; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Brazil; ValueType: string; Languages: por; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: Finnish; ValueType: string; Languages: fin; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: execPath; ValueData: {app}\AC3SP.exe; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: info; ValueData: c8756eaa3e624090a7004c7c386c8e77; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: installdir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletekey; 
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: de; ValueType: string; Languages: ger; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: es; ValueType: string; Languages: esp; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: fr; ValueType: string; Languages: fre; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: it; ValueType: string; Languages: ita; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: nl; ValueType: string; Languages: ndl; Flags: uninsdeletekey;

i used english on my installation, did work.

The one i got from store had folders of languages i put in regkey part.

The second one i obtained has 7 of them, the ones you posted only...

My head gonna explode. Since 2 days i'm trying to had 2 more exe files on autorun which is a torture, gonna be retired.

mikey26 24-11-2012 09:28

hi guys this is what worked for me:

Root: "HKLM"; Subkey: "SOFTWARE\{{{{code:GetAppPublisher}\{{{{code:GetAp pName}"; ValueType: String; ValueName: "UninstallString"; ValueData: "{{uninstallexe}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft"; ValueType: String; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "InstallDir"; ValueData: "{app}"; Flags: uninsdeletekey; MinVersion: 0.0,5.01
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed (R) III\1.01"; ValueType: String; ValueName: "(Default)"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "InstallDir"; ValueData: "{{app}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "Language"; ValueData: "English"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "language"; ValueData: "us"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "installdir"; ValueData: "{{app}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "execPath"; ValueData: "{app}\AC3SP.exe"; Flags: uninsdeletekey; MinVersion: 0.0,5.01
Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "info"; ValueData: "f77ec040f361440b8eec12981898da70"; Flags: uninsdeletekey; MinVersion: 0.0,5.01
Root: "HKLM"; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{{9D15E813-0C26-41E7-ABC5-3EB06FF1B3CF}"; ValueType: String; ValueName: "DisplayVersion"; ValueData: "1.01"; Flags: uninsdeletekey; MinVersion: 0.0,5.01


if i try any other languages in reg my game starts up in a different language i tried every type of fix posted from ur's revo and yener.either in different language or it cant pick up the updates.since i only need english i gonna just leave it like this it works fuck this games starting to really piss me of compiling and recompiling.

REV0 24-11-2012 09:48

Quote:

Originally Posted by mikey26 (Post 410822)
fuck this games starting to really piss me of compiling and recompiling.

http://ct.fra.bz/ol/fz/sw/i53/2/11/1...age-28c977.jpg

And... now what ? I put 3 regkeys which say 'IT'S V1.01 DAMN IT' in Anthology conversion. It'll work now, i am sure of it.

Fox22743 27-11-2012 07:47

Ok, no sure what problems people are having. As far as i've tested this works 100% on Windows 7 64bit English. The directx and stuff doesn't auto install, but the arguments are not right that's why. put /silent for directx, and I put /q:a for vcredist. This works for me.

eliwodkung 30-11-2012 21:03

"Move UplayLauncher to Support and delete it's folder."

Move from where? Is that Uplayinstaller in Gamelauncher folder?

pakrat2k2 30-11-2012 21:33

no... It's in your retail DVD, Move UplayLauncher to Support folder in dvd3/support..

its step 2 in first post.

eliwodkung 30-11-2012 22:08

It don't have in my retail DVD
http://i104.photobucket.com/albums/m...Untitled-2.jpg

pakrat2k2 30-11-2012 23:10

then thats the one you copy into dvd3 support folder

aizen27 04-12-2012 01:27

How am i supposed to open the installerscript.iss and compile it?

pakrat2k2 04-12-2012 04:57

use Inno UNICODE version

http://fileforums.com/showthread.php?t=92407

tonet666 04-12-2012 11:08

Thanks. It works fine but I compared your Registry in the with the original that the game create and it wasn't the same.

Yours
Quote:

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed ® III 1.01\1.01"; Flags: uninsdeletekey;
Mine
Quote:

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed ® III\1.01"; Flags: uninsdeletekey;

TheDarkness 04-12-2012 13:43

hi i want update my game
to ver 1.1 i have this error
could not retrieve installation folder...
please help! my game is version 1.0
sorry for my english

REV0 04-12-2012 15:56

Quote:

Originally Posted by tonet666 (Post 411533)
Thanks. It works fine but I compared your Registry in the with the original that the game create and it wasn't the same.

Yours


Mine

It was 1.01/1.01 in my game's registry, edit the regkey then

Quote:

Originally Posted by TheDarkness (Post 411542)
hi i want update my game
to ver 1.1 i have this error
could not retrieve installation folder...
please help! my game is version 1.0
sorry for my english

Which version you used as conversion file ? There's no extra regkey about this conversion AFAIK.

stoka 05-12-2012 02:24

works great on win7 64 nice job

tonet666 05-12-2012 04:12

Quote:

Originally Posted by REV0 (Post 411548)
Overwrite the content you want, you dont need to know the pass.



It was 1.01/1.01 in my game's registry, edit the regkey then



Which version you used as conversion file ? There's no extra regkey about this conversion AFAIK.

Mine reg is the one that I've edited, and also do you think that the line in Installscript.iss
Quote:

AppVersion={code:GetAppName}
should be
Quote:

AppVersion=1.01
?
Thanks and sorry for bad english

REV0 05-12-2012 04:17

I checked my regkeys and there's no such 'App Version', instead there's display version and it's correct

prudislav 13-12-2012 00:09

updating (Ben arnold dlc) still not working :-( but that Unistall key should make it work - dont know whats the problem
EDIT: ok found solution ;-)
Quote:

Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{{9D15E813-0C26-41E7-ABC5-3EB06FF1B3CF}]"; ValueName: DisplayVersion; ValueData: 1.01;
there is one extra right bracket ;-)
It should be: (tried it and it works fine)
Quote:

{{9D15E813-0C26-41E7-ABC5-3EB06FF1B3CF}

REV0 13-12-2012 12:46

Quote:

Originally Posted by prudislav (Post 411895)
updating (Ben arnold dlc) still not working :-( but that Unistall key should make it work - dont know whats the problem
EDIT: ok found solution ;-)
there is one extra right bracket ;-)
It should be: (tried it and it works fine)

Ok, done, thanks for heads-up

pakrat2k2 13-12-2012 15:58

not an extra right bracket ( ] ) , just didnt hold down shift key for second } ... left-hand side has 2 left {, should also be 2 right }...

prudislav 13-12-2012 23:38

Quote:

Originally Posted by pakrat2k2 (Post 411938)
not an extra right bracket ( ] ) , just didnt hold down shift key for second } ... left-hand side has 2 left {, should also be 2 right }...

when i have left {{ and right } it works fine , when i have on both side 2 of them it doesnt work - can try one of each on both sides

pakrat2k2 14-12-2012 16:58

strange inno usually wants 2 brackets, but you say it works with 2+1 then thats good enough for me :)

Joe Forster/STA 19-12-2012 02:34

This string (a GUID) has to be the same, character by character, as the one added to the Windows registry. If the creators of the original messed up the installer (settings) then, yeah, a string with seemingly incorrect syntax is required.

61n4n74r 08-02-2013 21:19

hy mr rev0, i use this conversion, i instal it, but if i want to update the game to version 1.02 the updater doesn't find the game... please help...


All times are GMT -7. The time now is 06:45.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com