cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
khadem1386
Level 2

first check and then install .net frame work before install my project

Hi to all:

I ticked frame work .net in this two pages






and then I build setup.

my setup folder (...\DiskImages\Disk1\...)is contained with a folder ISSetupPrerequisites
and in it is NetFx64.exefor .net frame work

but when I run setup, it don't call NetFx64.exe
before main setup

I have a small vb.net.2008 project and want make an setup for it with .net frame work

what I must to do? for:
1- checking is there .net frame work in pc?
2- if no, install .net frame work.

thanks alot
Labels (1)
0 Kudos
(3) Replies
JoderCoder
Level 8

That should be all you need to do. Installer will automatically check if .net 2.0 or greater is already installed, if not, it will install. If already installed, it will skip .net piece and just install your application.

Also make sure you have selected Install before feature selection.
0 Kudos
khadem1386
Level 2

JoderCoder wrote:


Also make sure you have selected Install before feature selection.


How?or where (select install before selection)?



I use this but!...!
0 Kudos
JoderCoder
Level 8

Are you sure you need 64bit version of .Net? If you are not targetting 64bit machines, then just select .Net 2.0 SP1.
0 Kudos