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

How to set TARGETDIR to files in a specific Application Target Folder?

I have an InstallShield InstallScript project. Before installing the application I set the TARGET Dir and then  invoke the SdStartCopy dialog box to complete the installation. Example code:

TARGETDIR = tPath; // tPath was entered from the SdAskDestPath dialog box
nResult = SdStartCopy2(szTitle, szMsg); // Invoke installation.

This works great, but what if I only want to install one folder from my Application Target Folder. For example I have two subfolders "Apps_01" and "Apps_02". How can I restrict the installation to just installing from the "Apps_02" folder. See screen snapshot. 

Labels (1)
0 Kudos
(1) Reply
Thananjeyan_M
Level 6

Hi

Make Apps_01 and Apps_02 as sub-feature and use FeatureSelectItem IS function to disable the feature.

Please find the below link

https://helpnet.flexerasoftware.com/installshield19helplib/Subsystems/installshield19langref/helplibrary/LangrefFeatureSelectItem.htm

 

Thanks,

Thananjeyan

0 Kudos