This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installing pre-requsite Microsoft .NET Framework 2.0 for 32bit system
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jul 07, 2008
08:36 AM
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?
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?
(1) Reply
Jul 08, 2008
08:27 AM
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..