I've created a setup using AI of my application. I created a search for a file on all drives and used that search as a launch condition. That way only if that file exists (an application's EXE file) then my program will go ahead an install. I also created another search to retrieve a RAW value from a registry key. This value has a path in it where I need to install my files.
My question is: Even though the first search passes (finds the specified file on the target machine), if the registry key doesn't exist what happens? Will it not install or install to the incorrect location. I've told it to install the files to the property (value) obtained from the registry key. So I'm wondering what happens if the key is blank or the key doesn't exist. Is there a way to check the key value and only install if it's valid or present?
Thank you,
FGump