|
hy anyone can need help.
how to add registry in inno setup ?
example :
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\illusion]
[HKEY_CURRENT_USER\SOFTWARE\Ubisfot\Assassins Creed Revelations]
"INSTALLDIR"="C:\\Program Files (x86)\\Assassins Creed Revelations"
@=""
"PRODUCTNAME"="Assassins Creed Revelations"
"VERSION"=dword:00000064
"Screenmanager Is Fullscreen mode_h3981298716"=dword:00000001
"Screenmanager Resolution Width_h182942802"=dword:00000556
"Screenmanager Resolution Height_h2627697771"=dword:00000300
"UnityGraphicsQuality_h1669003810"=dword:00000 002
"UnitySelectMonitor_h17969598"=dword:00000000
[HKEY_CURRENT_USER\SOFTWARE\Ubisoft\Assassins Creed Revelations]
"INSTALLDIR"="C:\\Program Files (x86)\\Assassins Creed Revelations"
"PRODUCTNAME"="Assassins Creed Revelations"
"
"Screenmanager Resolution Width_h182942802"=dword:00000556
"Screenmanager Resolution Height_h2627697771"=dword:00000300
"Screenmanager Is Fullscreen mode_h3981298716"=dword:00000001
"UnityGraphicsQuality_h1669003810"=dword:00000 003
i use windows 10.
how to add in inno script windows phone ???
help for 32-bit and 64-bit..
help..
|