by UB_PAS » 2012-04-18 06:36
Hello,
I've created a Transformation for the MSI Package in which i tried to set the following item in the ultravnc.ini
(along other settings in the registry, like the Active-Directory Logon-Group):
[admin]
UseRegistry=1
I tried it using a new file-entry (to be installed from source) in the hope that it will remain.
I tried it a second time using an IniFile entry, but also no success.
As long as no CustomAction runs, everything is fine. The problem is, that the CustomAction is also required to install the service.
Could you please introduce a switch (e.g. MSI Property) used to tell the CustomAction not to change the ultravnc.ini ?!
Or better: first read the registry for a certain key/value. When that exists, please ignore the ini-file.
Best regards, Uwe