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

Setup options

Using InstallShield 2010 Express Evaluation version, I want to create setup package which includes two options: Full Installation and Runtime.
Let's say that I have two files: TestProgram.exe and TestProgram.txt. Full Installation should include both files, and Runtime should include only TestProgram.exe. How can I do this?
Labels (1)
0 Kudos
(2) Replies
hidenori
Level 17

Try using the Setup Types view to install your files based on the setup type selection.
0 Kudos
AlexFr
Level 3

Thanks. Setup Types, Features, Files and Features - using these three views I managed to make this setup.
0 Kudos