
fboudaud1.5524925780701033E12 asked a question.
Custom action and conditions
Hi,
I'm working with adminstudio 8.6 and i would like to create custum actions with conditions.
My goal is to copy some files when the computername is ITL-C1CISVS-002 for example.
I also have to create conditions when the computername starts with ITL.
Concerning the last condition, COMPUTERNAME<>"ITL" works fine.
I have an issue when i want to precise the entire computername by using the same synthax.
Maybe a condition like COMPUTERNAME<>"ITL" AND COMPUTERNAME<>"C1CISVS" AND COMPUTERNAME<>"002" works.
I'm going to try it.
Thanks for your help,
Franck:confused:
I am not sure of the precise format of the MSI COMPUTERNAME property, but you might have more options.
The MSI conditional statement syntax does allow a '=' comparison as well as a NOT operator. Example: NOT (COMPUTERNAME = "my computer name")
Allen Saxton
Acresso Software