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

Dont install component when certain condition have met.

How can I handle this in installscript project?

I want to check for certain file in system32 if it exists before allowing a particular component or file to be installed.

Thanks
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

You can select and deselect features and subfeatures (though not components) with FeatureSelectItem.

You can also include some conditional file transfer that uses XCopyFile and the like.
0 Kudos