ソースを参照

Extra registry log for a case like 'Root: HKLM; Subkey: Software\My Company; Flags: dontcreatekey uninsdeletevalue' which deletes the default value on uninstall but doesn't create it (nor the key).

Martijn Laan 7 年 前
コミット
17f8c7cf0e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Projects/Install.pas

+ 1 - 0
Projects/Install.pas

@@ -2203,6 +2203,7 @@ var
                     { We're not creating a value, and we're not just deleting a
                       value (that was checked above), so there is no reason to
                       even open the key }
+                    Log('Not creating the key or a value, skipping the key and only updating uninstall log.');
                     ErrorCode := ERROR_FILE_NOT_FOUND;
                   end;
                 end;