PDA

View Full Version : .reg To .iss Converter Help


Epic Titan 69
24-02-2021, 21:23
Need Help with pakrat2k2
reg to iss converter

I used his tool to convert a reg to iss but am little bit confused

orignal reg
Windows Registry Editor Version 5.00

; Assassin's Creed Syndicate registry

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Ubisoft\La uncher\Installs\1875]
"Language"="en-US"
"InstallDir"="Install Path"

converted iss
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Ubisoft\Launcher\Installs\187 5; ValueType: string; ValueName: InstallDir; ValueData: Install Path; Flags: uninsdeletevalue uninsdeletekeyifempty

can anyone tell me how to set Install path Automatically by the setup i.e.
ValueData: Install Path;

You CAN DOWNLOAD THE ATTACHMENT FOR REFFERENCE

ffmla
24-02-2021, 22:17
^^ You may try this,

Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Ubisoft\Launcher\Installs\187 5; ValueType: string; ValueName: InstallDir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty

Epic Titan 69
24-02-2021, 22:34
^^ You may try this,

Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Ubisoft\Launcher\Installs\187 5; ValueType: string; ValueName: InstallDir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty

What does
{app}
Means

Ele
24-02-2021, 23:04
What does
{app}
Means

Your final installing folder.(automatically)