Hi Everybody,
i have a custom application created with installshied editor from admin studio 9.5
this application needs Microsoft Visual C++ 2005 / 2008 Redistributable.
i used the system search for verifying if the uninstall strings from the redistributables are set in the registy unter hklm\.....\uninstall
first i created two properties, named REGEXIST and REGEXIST2. when i test the installation, the properties have always the value 0. When i look into the properties table, the value is set to 0.
From my understanding the setup does the following:
when the setup starts, it looks into the registry, if the uninstall strings are present, the properties get the value 1, if not present the value 0.
with these values i want to to a launch condition, but the property values are always the same.
is it not possible to change properties during the setup process?
best regards
daniel