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

Installing pre-requsite Microsoft .NET Framework 2.0 for 32bit system

I'm trying to get that enabled to have the InstallShield 2008 to setup the pre-requsite installation to include framework 2.0 for 32 bit system. All I see is the 64bit system in the list.

Can anyone help?

On the top of that, How do I setup to perform regasm codebase to register the COM object into the system after the installation process completes?
Labels (1)
0 Kudos
(1) Reply
packagechief
Level 5

XeroxTechhie wrote:
I'm trying to get that enabled to have the InstallShield 2008 to setup the pre-requsite installation to include framework 2.0 for 32 bit system. All I see is the 64bit system in the list.

Can anyone help?

On the top of that, How do I setup to perform regasm codebase to register the COM object into the system after the installation process completes?


you can add your own prerequsites as shown in the attached screenshot


i use this method to add .Net 2.0 as a requirement for a CAM Solutions and it works fine

i recommend to not set any condition to ensure, that the Package will be installed eitherways


in the Options Tab (see second screenshot) you can define the regasm command and how the property
".NET Scan at build" shoud be set..
0 Kudos