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

How to package a file without automatically install it

Hello, I have a little problem with Installshield. I don't know how to package a file, but when I use the setup, I don't want to install it automatically install it.
In fact, I want to install this file only when I send an argument to the setup. My problem is when I add this file to the components, automatically, this file was install on the PC.

Thanks you for a response.
Labels (1)
0 Kudos
(1) Reply
rrinblue22
Level 9

You can include a component condition.
This could be a property.. which you can also pass as an argument to the installer.


Say Component A has condition INSTALLTHIS = 1

and INSTALLTHIS will be 0 in property manager.


and you can pass this as a parameter/argument.
0 Kudos