Log in

View Full Version : FarCry 3 - 2xDVD5 [ONE LANG + LZMA + INNO SETUP]


REV0
30-11-2012, 02:55
FarCry 3

Compatible with: MULTI7 RETAIL, V1.01 Patch

CHANGELOG:

V1.00 - Initial Release
V1.20 - (After 1086th) Some redist fixed, moved support folder to dvd2 folder for those who couldn't think.
V1.30 - After 560th Download: Regkey Update, compatible with V.105 patch, thanks to mikey

1. Install the game.

2. Move Support folder's content to DVD2/Support. (The one in original DVD, which you have redist contents)

3. Go to following directories and delete any other languages you don't want.
NOTE:
Keep minimum one language, also do not delete multicommon, multicommon_vistas, fc3_main and fc3_main_vistas files

*\FarCry 3\data_win32\worlds\fc3_main
*\FarCry 3\data_win32\worlds\multicommon


4. Download Base Pack and Script from below

Put installerscript.iss in Conversion folder. Open it and edit following line according to your game's installed location:

#define ProgramFiles "E:\Program Files (x86)\Ubisoft\FarCry 3"


Save it and compile.
Conversion may take 15-20 minutes depends your hardware.

5. Move:

-Autorun.exe, Setup.cab, Setup.exe, Setup.ico, Setup.ini to DVD1
-All Setup-1*.bin files to DVD1
-All Setup-2*.bin files to DVD2

6. Test the conversion before burning (Meaning, play a bit)

DVD1: 4.34GB
DVD2: 1.78GB (without Redist)

http://img846.imageshack.us/img846/8237/49182502.png

http://img534.imageshack.us/img534/1913/92673085.png

http://img404.imageshack.us/img404/8348/93256279.png

http://img231.imageshack.us/img231/5200/33665122.png

http://img21.imageshack.us/img21/599/67434357.png

http://img812.imageshack.us/img812/949/87886769.png

The-revenge
30-11-2012, 02:59
thanks this is it I looking for!!
EDIT : one question : "vistas" file is a language or data file?

REV0
30-11-2012, 03:32
data file

Igor007
30-11-2012, 04:40
support folder from original DVD or from where we installed the game?

REV0
30-11-2012, 04:41
support folder from original DVD or from where we installed the game?

From the original DVD

buttignol
30-11-2012, 05:51
Revo in 1DVD you tried or not is possible

REV0
30-11-2012, 06:12
Revo in 1DVD you tried or not is possible

No, it's not possible

silviugut
30-11-2012, 06:47
If you want to keep all the languages on ​​2XDVD5, change the line in Installer Script Compression = lzma to Compression = lzma2/ultra64 ,after that game will fit on 2XDVD5 with all languages but conversion and installation will take a little longer!!
On Win 7 Ultimate,CPU I5 2500 Ghz,RAM 6GB,conversion ~ 60 min.,installation ~ 15 min.

chester444
30-11-2012, 07:55
//FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;

hello revo that has this command line? not affect the installation? in setup.ini

BAMsE
30-11-2012, 08:19
chester444 this line is "commented" by "//" so it doesn't matter for the installation, also this conversion uses internal compression and doesn't need such line

REV0
30-11-2012, 08:28
chester444 this line is "commented" by "//" so it doesn't matter for the installation, also this conversion uses internal compression and doesn't need such line


what he said :p

robbos21
30-11-2012, 08:40
What we compile with then ,you usually put compiler in with files and not now

Btx
30-11-2012, 08:42
How I can do to make the desktop shortcut contains the command -offline ? (I mean during the conversion and install the game) :confused:

silviugut
30-11-2012, 08:51
How I can do to make the desktop shortcut contains the command -offline ? (I mean during the conversion and install the game) :confused:

You can ! Just manually after installation!

Fabioddq
30-11-2012, 08:55
How I can do to make the desktop shortcut contains the command -offline ? (I mean during the conversion and install the game) :confused:
You can ! Just manually after installation!

It's possible add before the conversion under [Icons] in InstallerScript.iss:

Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-offline";
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-offline";

Btx
30-11-2012, 10:32
I just installed the game, but the shortcut does not stick with the command -offline. I'd like to add this too -offline -language spanish .
I'll try the conversion again, maybe put something wrong in InstallerScript.iss

http://img651.imageshack.us/img651/493/offliner.jpg (http://imageshack.us/photo/my-images/651/offliner.jpg/)

Uploaded with ImageShack.us (http://imageshack.us)

REV0
30-11-2012, 10:56
It's possible add before the conversion under [Icons] in InstallerScript.iss:

Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-offline";
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-offline";

I just installed the game, but the shortcut does not stick with the command -offline. I'd like to add this too -offline -language spanish .
I'll try the conversion again, maybe put something wrong in InstallerScript.iss

Why are you torturing yourselves, really ? Download RELOADED's language switcher, it comes with DX11 selection and also enable/disable offline mode. Adding editing commands in INNO Setup... waste of time, download the switcher and launch it, it wont be harder than compiling conversion over and over again.

Besides game launch already in offline mode and languages are selectible via game's menu, you dont need commands to do them;

Launch the game - options - language ;)

Btx
30-11-2012, 11:01
Ok .. sorry. did not want to disturb. just wondering, I was curious only.

REV0
30-11-2012, 11:02
Ok .. sorry. did not want to disturb. just wondering, I was curious only.

No harm done, and i was trying to explain the easier way,

Cheers

Fabioddq
30-11-2012, 11:38
Yep, anyway Btx is putting the parameter (-offline) in the wrong place. :p

Btx
30-11-2012, 11:42
Yep, anyway Btx is putting the parameter (-offline) in the wrong place. :p

HAHAHAHA: - this tide a bit .. lol ... what would be the solution to my error? HAHAHAHA!:D:D:D:D:D

MartinezPL
30-11-2012, 12:00
1xDVD5? Possible:)
Compress biks they are hidden in:
common.dat file :)
(can be open with dragon unpacker)
you also delete map editor :)

REV0
30-11-2012, 12:24
1xDVD5? Possible:)
Compress biks they are hidden in:
common.dat file :)
(can be open with dragon unpacker)
you also delete map editor :)

I'm playing the game and didnt see a massive amount of bik files, in fact there's only one, and that's the one you saw beginning of the game.

It's not worth the effort.

MartinezPL
30-11-2012, 12:38
Biks are more than 1 about 10 :)

BANJA
01-12-2012, 06:45
I did not remove any langage file and conversion fit on 2 dvds.
DVD1=4.29GB
DVD2=3.54GB

Thanks REVO for all your effort.

pakrat2k2
01-12-2012, 08:15
thats already been repacked using different inno script, so why repack again?

Stacked Deck
01-12-2012, 10:26
Resample Videos and remove other languages. And it could fit to 1xdvd5
then arc-m0>pcf-slow>srep-m3f>arc-mrep+delta+exe+lzma:max:1gb

Btx
02-12-2012, 06:07
Without removing any language.

DVD 1 = 4.34 gb
DVD 2 = 3.54 gb

Fabioddq Thanks for the help with the shortcut, it worked perfect!

verhetetlenek
04-12-2012, 13:32
REV0: I do not have these files in it and the game goes perfectly:
data_win32/worlds/multicommon/multicommon_vistas.dat + .fat
&
data_win32/worlds/fc3_main/fc3_main_vistas.dat + .fat

IMPORTANT!
The register entries are added to the installation (for future updates to the game will recognize)???

REV0
04-12-2012, 16:13
REV0: I do not have these files in it and the game goes perfectly:
data_win32/worlds/multicommon/multicommon_vistas.dat + .fat
&
data_win32/worlds/fc3_main/fc3_main_vistas.dat + .fat

IMPORTANT!
The register entries are added to the installation (for future updates to the game will recognize)???

Regkeys are fine, i think, new update came out today, test the conversion with it.

Btx
05-12-2012, 22:24
I can do the conversion with patch v1.2 ???

pakrat2k2
06-12-2012, 05:05
sure you can , the patch V1.2 just replaces files with newer versions. shouldnt be a big deal.

verhetetlenek
06-12-2012, 12:22
Regkeys are fine, i think, new update came out today, test the conversion with it.

And the update install with this?

REV0
06-12-2012, 13:47
yep

balola
08-12-2012, 01:34
my pc goes down when the installation starts, as did the tutorial, already tried twice and it's always the same .....

choda125
10-12-2012, 05:36
Thanks for your excellent conversion.

For some reason i need execute the game from "farcry3_d3d11.exe" in pc W7 x64 + ati
Thanks

vasu001
11-12-2012, 02:06
can i put dlc and update 1.0.0.2[latest one] and then do conversion?

also how to resample bik and make it in 1xdvd5[ like resampling all bik files to 720p]?

and also what does this mean-
"Resample Videos and remove other languages. And it could fit to 1xdvd5
then arc-m0>pcf-slow>srep-m3f>arc-mrep+delta+exe+lzma:max:1gb"
???????

REV0
11-12-2012, 03:05
can i put dlc and update 1.0.0.2[latest one] and then do conversion?


you can, but check regkeys first and update them if necessary


also how to resample bik and make it in 1xdvd5[ like resampling all bik files to 720p]?


You're supposed to use a program, however i didnt say such an instruction in the thread.


and also what does this mean-
"Resample Videos and remove other languages. And it could fit to 1xdvd5
then arc-m0>pcf-slow>srep-m3f>arc-mrep+delta+exe+lzma:max:1gb"
???????

Have no idea, i didnt say such an instruction in thread, you sure you're writing correct place ?

akarikk
11-12-2012, 11:34
Why are you torturing yourselves, really ? Download RELOADED's language switcher, it comes with DX11 selection and also enable/disable offline mode. Adding editing commands in INNO Setup... waste of time, download the switcher and launch it, it wont be harder than compiling conversion over and over again.

Besides game launch already in offline mode and languages are selectible via game's menu, you dont need commands to do them;

Launch the game - options - language ;)

I know why he whats to do that, is cuz when u launch the game even if the game is installed in spanish configuration the game interface is still on english, the audio works in spanish but all the text is on english, so the only ways to get all the game in spanish is running every time the languaje selector or adding -offline -language spanish to the shorcut, so for those that want spanish straight for the begining need to do this manualy every time, so i ask too

is any way to do what he wants from the instalation?

pakrat2k2
11-12-2012, 12:09
yes, add under [ICONS] section of Installerscript.iss ( FIND the correct line ) add Parameters: "-offline -language spanish" to the end of the line(s) for the correct shortcut. ( need to look in setup.ini for which one it is, if more then 1 shortcut listed in setup.ini)

OR add RELOADED's language switcher, to the setup.ini to add it as another exe to create shortcut for... ( NOT 100% sure if will work as I use english only )

akarikk
11-12-2012, 12:47
yes, add under [ICONS] section of Installerscript.iss ( FIND the correct line ) add Parameters: "-offline -language spanish" to the end of the line(s) for the correct shortcut. ( need to look in setup.ini for which one it is, if more then 1 shortcut listed in setup.ini)

OR add RELOADED's language switcher, to the setup.ini to add it as another exe to create shortcut for... ( NOT 100% sure if will work as I use english only )

i added to my shortcut and works but the one i got after the instalation, so, ok ill see which one is the one I need to add this parameter

mmm i dont find any shortcut on the setup.ini


thanks pakrat2k2 and fabioddq

Worked like a charm!!! :)

vasu001
19-12-2012, 07:06
Hey REVO can I put video during installation ? how? will it give me the option to choose whether i want video or slide show or not?

and the last is this one better than ur other conversion posted here-
http://fileforums.com/showthread.php?t=93842

also can i put any video.avi file of any pixel?

:confused:

pakrat2k2
19-12-2012, 07:49
you can put any video you want, just replace the video with the one in cabfile/Background folder. if you want slideshow you delete the video file,
otherwise all you'll see is a loop of video during install.

vasu001
19-12-2012, 19:26
the instructions are wrong....it says move support folder to dvd2/support but there are 3 dvd folders and support folder is in 3rd one?

pakrat2k2
19-12-2012, 19:58
this is the 2dvd5 conversion, so probably same as 3dvd5 conversion without having to remove files.

vasu001
19-12-2012, 21:00
this is the 2dvd5 conversion, so probably same as 3dvd5 conversion without having to remove files.

so what u r sying is that i copy support to dvd3 folder and after conversion it is not even necessary....:confused:

pakrat2k2
19-12-2012, 21:40
no, run the conversion & see how many setup*.bin files you end up with. This topic is the 2dvd version & MAYBE rev0 just uploaded the same base files ( with 3dvds + support folder ) in wrong folder??

If you end up with setup-2X.bin files & no setup3X.bin files then you know the support folder has to be in dvd2 !!

cmon its not that hard to figure out.. just read the steps do what it says, and see what it ends up at. If you end up with setup3* files then the support has to be in 3rd folder, even tho its posted as 2xdvd5. :confused:

vasu001
19-12-2012, 21:51
no, run the conversion & see how many setup*.bin files you end up with. This topic is the 2dvd version & MAYBE rev0 just uploaded the same base files ( with 3dvds + support folder ) in wrong folder??

If you end up with setup-2X.bin files & no setup3X.bin files then you know the support folder has to be in dvd2 !!

cmon its not that hard to figure out.. just read the steps do what it says, and see what it ends up at. If you end up with setup3* files then the support has to be in 3rd folder, even tho its posted as 2xdvd5. :confused:

yeah thats what i think,maybe he had given wrong procedure or posted the wrong base files in attachments?/.

but my computer does conversion usually in about 3-4 hrs so i can't check it just to be sure[also electricity problem is also here-INDIA]........

REV0
22-12-2012, 09:36
@vasu,

If you waited until today since 19th, to move support folder from dvd3 to dvd2, that was unnecessary. The reason i separate script and base files is script needs tweaks in general, not base files.

Whatever, i moved support folder to DVD2 and deleted DVD3 folder in base file, next time if there's something like that, you should do this as well.

As a response to my visitor page, 3DVD5 - 2DVD5 threads are identical, only 2dvd5 requires max. 1 lang, therefore it's not multi6.

aizen27
24-12-2012, 22:07
Perfect, everything works fine including patch v1.04. :)
thank you REV0

Rekac
08-01-2013, 06:56
Guys, i get this, what now, how to start the conservation ?

http://farm9.staticflickr.com/8192/8360669997_81f179825f_b.jpg

pakrat2k2
08-01-2013, 07:20
read the steps again, you missed #4. you need to change that to your installed gamefolder
& remove ; from front of line.

Rekac
08-01-2013, 07:55
I already done that before i asked

http://farm9.staticflickr.com/8351/8360821789_2a06fe1471_b.jpg

but i dont know what ; to remove?

pakrat2k2
08-01-2013, 08:38
sometimes in front of line #define Programfiles...., there is a ; which is same as comment, so you end up with small setup.exe & no bin files.

you've changed it to your gamer folder so now compile the script.

Rekac
08-01-2013, 08:53
compile the script.

What that means, what to do?

And sorry for my nooby questions .

Fabioddq
08-01-2013, 09:10
What that means, what to do?

And sorry for my nooby questions .

You must have Inno Setup Unicode version installed on you system.

Download here: http://www.jrsoftware.org/download.php/is-unicode.exe?site=1

After install the program, open InstallerScript.iss with Inno Setup off course and press Compile: ctrl + F9.

Follow the instructions of the conversion step by step to succeed. ;)

Rekac
08-01-2013, 09:14
You must have Inno Setup Unicode version installed on you system.

Download here: http://www.jrsoftware.org/download.php/is-unicode.exe?site=1

After install the program, open InstallerScript.iss with Inno Setup off course and press Compile: ctrl + F9.

Follow the instructions of the conversion step by step to succeed. ;)

Thanx man ! Never heard about that app :P

Evil Boy
08-01-2013, 12:57
Hi I have one question like there is no border in Utorun i mean no close,minizie button .Is it also possible to do the same in Installer?

Theodor
05-02-2013, 11:54
While monitoring the registry entries executed by this conversion,I found a mistake although I don't think it will affect anything much.
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ubisoft\FarCry 3]
"UninstallString"="C:\\Program Files\\Ubisoft\\FarCry 3\\Uninstall\\unins000.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Ubisoft\FarCry 3 ]
"GDFBinary"="C:\\Program Files\\Ubisoft\\FarCry 3\\GDFBinary_en_US.dll"
"GameExplorer"="{32E9A39C-C639-4CDC-A755-B3752FE0702E}}"
"DisplayName"="Medal of Honor™ Warfighter"
"Locale"="en_US"
"Product GUID"="{1040143F-FEFB-4B90-8E51-E47D40E14C4E}}"
"Install Dir"="C:\\Program Files\\Ubisoft\\FarCry 3"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\FarCry 3_is1]
"Inno Setup: Setup Version"="5.5.2 (u)"
"Inno Setup: App Path"="C:\\Program Files\\Ubisoft\\FarCry 3"
"InstallLocation"="C:\\Program Files\\Ubisoft\\FarCry 3\\"
"Inno Setup: Icon Group"="Ubisoft\\FarCry 3"
"Inno Setup: User"="User"
"Inno Setup: Language"="eng"
"DisplayName"="FarCry 3"
"DisplayIcon"="C:\\Program Files\\Ubisoft\\FarCry 3\\bin\\farcry3.exe"
"UninstallString"="\"C:\\Program Files\\Ubisoft\\FarCry 3\\Uninstall\\unins000.exe\""
"QuietUninstallString"="\"C:\\Program Files\\Ubisoft\\FarCry 3\\Uninstall\\unins000.exe\" /SILENT"
"DisplayVersion"="FarCry 3"
"NoModify"=dword:00000001
"NoRepair"=dword:00000001
"InstallDate"="20130206"
"EstimatedSize"=dword:000007b8

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer]
"GlobalAssocChangedCounter"=dword:000001ca


The display name value is Medal of Honour Warfighter instead of FarCry 3.

Btw can this conversion be updated for 1.4 version with respective registry entry !

REV0
15-03-2013, 09:04
V1.20 - Regkey Update, compatible with V1.05 update thanks to mikey

sied
24-07-2013, 03:26
work complete convert.. but . if setup game version 1.03 only, not change 1.05.

REV0
24-07-2013, 03:42
You can update regkeys yourself, i have other things to do for the moment unfortunately, also game is not installed

luqui89
03-09-2013, 08:13
Works great on Win7 x64.
Compression: none, 2 languages, update 1.05, still 2dvd5.

Many thanks!!

Smurf Stomper
03-09-2013, 08:18
here are the reg keys generated by the base game installation - with these you can install update 1.05. I tested this with my own 1x dvd9 conversion, works just fine:

[Registry]
Root: HKLM; Subkey: SOFTWARE\Ubisoft\; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Far Cry 3; Flags: uninsdeletekey

Root: HKLM; Subkey: SOFTWARE\Ubisoft\Far Cry 3; ValueName: Language; ValueType: String; ValueData: English; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Far Cry 3; ValueName: InstallDir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Far Cry 3; ValueName: SKU; ValueType: String; ValueData: WW; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Ubisoft\Far Cry 3; ValueName: Version; ValueType: String; ValueData: 1.00; Flags: uninsdeletekey
Root: HKLM; SubKey: SOFTWARE\Ubisoft\Far Cry 3; ValueName: ExecutableName; ValueData: {app}\bin\FC3Updater.exe; ValueType: string; Flags: uninsdeletekey;

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Far Cry 3\GameUpdate"; ValueName: execPath; ValueData: {app}\bin\FC3Updater.exe; ValueType: string; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Far Cry 3\GameUpdate"; ValueName: info; ValueData: 1032d8471475425fb2f50ba78e814747; ValueType: string; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Far Cry 3\GameUpdate"; ValueName: installdir; ValueData: {app}; ValueType: string; Flags: uninsdeletekey;
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Far Cry 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletekey;

Root: HKLM; SubKey: SOFTWARE\Ubisoft\Far Cry 3\1.00; Flags: uninsdeletekey;

; for applying installshield's patch 1.05
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: NoModify; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: NoRepair; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: InstallLocation; ValueData: {app}; ValueType: string; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: ProductGuid; ValueData: {{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}}; ValueType: string; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: DisplayName; ValueData: Far Cry 3; ValueType: string; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: Publisher; ValueData: Ubisoft; ValueType: string; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: DisplayVersion; ValueData: 1.00; ValueType: string; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: Version; ValueData: 1000000; ValueType: dword; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: VersionMajor; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: VersionMinor; ValueData: 0; ValueType: dword; Flags: uninsdeletekey; Check: not isWin64
Root: HKLM; SubKey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstal l\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: LogMode; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: not isWin64

Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: NoModify; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: NoRepair; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: InstallLocation; ValueData: {app}; ValueType: string; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: ProductGuid; ValueData: {{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}}; ValueType: string; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: DisplayName; ValueData: Far Cry 3; ValueType: string; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: Publisher; ValueData: Ubisoft; ValueType: string; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: DisplayVersion; ValueData: 1.00; ValueType: string; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: Version; ValueData: 1000000; ValueType: dword; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: VersionMajor; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: VersionMinor; ValueData: 0; ValueType: dword; Flags: uninsdeletekey; Check: isWin64
Root: HKLM; SubKey: "SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVers ion\Uninstall\{{E3B9C5A9-BD7A-4B56-B754-FAEA7DD6FA88}"; ValueName: LogMode; ValueData: 1; ValueType: dword; Flags: uninsdeletekey; Check: isWin64