The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Property does not be set during installation

dschmidt
By
Level 2
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
(3) Replies

dschmidt
By
Level 2
no answers mhm, let me say it in other words:

can i alter PROPERTIES during the installation process?

Stefan_Krueger
By
Level 9
This looks like your registry search doesn't find the information you are looking for. You should be able to verify this in the install log.
Stefan Krueger
InstallSite.org

jaybee96
By
Level 8
Yes, you can change PROPERTIES during install..
are you using the SystemSearch wizard?

Jeroen