42c42
< <p>Create a key with your product name under <b>HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall</b> to add entries to the &quot;Add/Remove Programs&quot; section in the Control Panel. For Windows NT (NT4/2000/XP), it's also possible to create the key in the HKCU hive, so it will only appear for the current user. There are several values you can write to key to give information about your application and the uninstaller. Write a value using the <a href="Chapter4.html#4.9.2.16">WriteRegStr</a> command (for strings) or <a href="Chapter4.html#4.9.2.15">WriteRegDWORD</a> command (for DWORD values). Example:</p>
---
> <p>Create a key with your product name under <b>HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall</b> to add entries to the &quot;Add/Remove Programs&quot; section in the Control Panel. For Windows NT (NT4/2000/XP), it's also possible to create the key in the HKCU hive, so it will only appear for the current user. There are several values you can write to key to give information about your application and the uninstaller. Write a value using the WriteRegStr command (for strings) or WriteRegDWORD command (for DWORD values). Example:</p>
103c103
< <p>Using System.dll::Call To call a function in a third party DLL, the <a href="Chapter4.html#4.9.4.2">Call</a> function is used like this:</p>
---
> <p>Using System.dll::Call To call a function in a third party DLL, the Call function is used like this:</p>
