I think I'll do this with LV VI's while app startup. But with it comes another problem: How is it possible to find the correct registry entry? The hive looks as follow for example:
Software\Microsoft\Windows\CurrentVersion\Uninstall\{20447C5-8A0F-4A77-97BE-7FCC6812BA21}
Under the code {20447C5-8A0F-4A77-97BE-7FCC6812BA21} the entry InstallLocation, DisplaName and so on is found. But to insert a key I need to know the regnumber! Is there an easy way to get it?
Of cause it is possible to open every single key and search for "DisplayName" in a FOR loop. But this takes some time in program.... Maybe there is an easier way to get it?