Inno Setup doesn't allow access to all registry keys, why?

后端 未结 3 2015
逝去的感伤
逝去的感伤 2020-12-17 10:55

I use this code to know if a key exists or not:

if RegKeyExists(HKEY_LOCAL_MACHINE, \'Software\\Autodesk\') then         


        
3条回答
  •  有刺的猬
    2020-12-17 11:15

    Are you sure that Software\Autodesk\Maya is a registry key? Maybe it's just a value and you have to use RegValueExists.

提交回复
热议问题