Obviously I have done something wrong but not sure where.
In Actions, Before Installing I have a set an action of "Search for File". Store result in %AIMSInstalled%, Default value is FALSE, Search for file AIMS*.EXE, Scope is Search Specific Directory (F:\AIMS) no recursion. Other scope options unticked.
In F:\AIMS I have a number of files beginning with "AIMS" but don't care what they are called as only checking to see if system is installed. (F:\AIMS could exist but system not be installed unless files in there).
In File Properties on CD-ROM tab, have an entry to install a file to F:\AIMS (overwrite if older or same) with condition of %AIMSInstalled% <> "FALSE".
Now the way I see this is that %AIMSInstalled% should have picked up the path\files in F:\AIMS starting with AIMS and put into that variable. Then the condition should have said "OK, %AIMSInstalled% is not equal to the word 'FALSE' so let's install the file". But it does not. (There are no security implications as logged on as ADMIN on a Novell server). Other files without a condition install fine...
HELP!
Thanks
John
In Actions, Before Installing I have a set an action of "Search for File". Store result in %AIMSInstalled%, Default value is FALSE, Search for file AIMS*.EXE, Scope is Search Specific Directory (F:\AIMS) no recursion. Other scope options unticked.
In F:\AIMS I have a number of files beginning with "AIMS" but don't care what they are called as only checking to see if system is installed. (F:\AIMS could exist but system not be installed unless files in there).
In File Properties on CD-ROM tab, have an entry to install a file to F:\AIMS (overwrite if older or same) with condition of %AIMSInstalled% <> "FALSE".
Now the way I see this is that %AIMSInstalled% should have picked up the path\files in F:\AIMS starting with AIMS and put into that variable. Then the condition should have said "OK, %AIMSInstalled% is not equal to the word 'FALSE' so let's install the file". But it does not. (There are no security implications as logged on as ADMIN on a Novell server). Other files without a condition install fine...
HELP!
Thanks
John
Comment