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

how to create multiple exe installer

hi all i want to create installer
firstly which checks .Net framework2.0 is installed or not if not
install .Net Framework
second install my application
and third check that crystal report 8.5 is installed or not if not install crystal report 8.5
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

It sounds like you are describing something which Setup Prerequisites address fairly directly, if this is an MSI based project. Take a look at the Redistributables view, and also the Prerequisite Editor in the Tools menu.
0 Kudos
sachinc
Level 3

hi i have done that as you said.
i opened the prequisite editor in Tools Menu
in that File to include tab i added the the e:\CRRuntime_12_0_mlb the file and
url to file from our server e.g http://www.xyz.com/Adesso/CRRuntime_12_0_mlb.exe
when i click on ok button
it gives this message
"The specified file does not exist, therefor the size of the file as stored by prerequisite will be 0.
Note: If you want to continue, you must return to this dialog when the file exist and select OK to update the file size.
Are you sure want to continue?"

if i clicked on Yes button.
the file is included.
and save it.
after completing the bulid installation.

the setup only installs .net framework.

plz help
urgent.

a lot of thanks in advance!!!
0 Kudos