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
- :
- Auto Installing Microsoft .NET 1.1
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2009
09:13 AM
Auto Installing Microsoft .NET 1.1
I have a basic MSI project and see where to require 1.1, but I do not see how to include it as part of my install, and have the user install it right from my installer?
I'm pretty new to Install Shield, using 2010 Professional. Thanks in advance!
I'm pretty new to Install Shield, using 2010 Professional. Thanks in advance!
(9) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2009
12:41 PM
If you search the InstallShield help library for ".NET 1.1", you'll see how to include it with your installation.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2009
01:41 PM
I see, the J# thing was confusing me. Here is what it says:
The .NET/J# tab is where you add support for the 32-bit versions of the .NET Framework 1.0, 1.1, or 2.0. It is also where you add J# support to your project.
My project requires both 1.1 and 2.0, am I understanding this correctly that I can't have IS install both?
Also, where is the .NET/J# Tab? I only see "Start Page", Project Assistant, Installation Designer, Microsoft App V.
The .NET/J# tab is where you add support for the 32-bit versions of the .NET Framework 1.0, 1.1, or 2.0. It is also where you add J# support to your project.
My project requires both 1.1 and 2.0, am I understanding this correctly that I can't have IS install both?
Also, where is the .NET/J# Tab? I only see "Start Page", Project Assistant, Installation Designer, Microsoft App V.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 18, 2009
06:01 PM
I think that's correct about the default setup, that you can choose either .NET 1.1 or 2.0 Framework. (Later .NET versions are included with InstallShield as "setup prerequisites", where you can choose more than one, but I don't know that 1.1 or 2.0 is included in the bunch.)
That tab should be associated with a release that you've defined: in the Releases view, select a release, and the tabs should be there...
That tab should be associated with a release that you've defined: in the Releases view, select a release, and the tabs should be there...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 21, 2009
03:35 PM
Thanks for your responses, I'll give that a try!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 22, 2009
09:28 AM
Ok I am still missing something. I have one release. I clicked on the SINGLE_EXE_IMAGE, and the .NET/J# Tab.
I set these options:
Extract from Setup.exe
.NET 1.1
Display .NET Option Dialog: Yes
Show full user interface.. : No
Delay .NET Reboot: Yes
However when I launch my setup.exe on my test machine, the first message I see is that .NET Framework 1.1 is required, then the setup finishes without installing anything! I'd like the installer to install the framework, then continue with my program. Is this possible?
I set these options:
Extract from Setup.exe
.NET 1.1
Display .NET Option Dialog: Yes
Show full user interface.. : No
Delay .NET Reboot: Yes
However when I launch my setup.exe on my test machine, the first message I see is that .NET Framework 1.1 is required, then the setup finishes without installing anything! I'd like the installer to install the framework, then continue with my program. Is this possible?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 23, 2009
10:30 AM
(nevermind!)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 23, 2009
10:43 AM
Hmm I still don't have the .NET 1.1 correct, when I select YES, it says:
Windows cannot find 'C:\DOCUME~1\LOCALS~1\Tempt\{GUID}\1033dotnetredist.exe'
Then the install fails. None of this is in the help document! I need some pointers please 🙂
Windows cannot find 'C:\DOCUME~1\LOCALS~1\Tempt\{GUID}\1033dotnetredist.exe'
Then the install fails. None of this is in the help document! I need some pointers please 🙂
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 23, 2009
12:39 PM
So there are no build warnings? If nothing, perhaps see the ".NET/J# Tab for a Release" help topic, which mentions needing to use Tools > Redistributable Downloader to download .NET 1.1 redist language packs.
(Searching these forums for that file name 1033dotnetredist.exe turns up additional information that might help.)
(Searching these forums for that file name 1033dotnetredist.exe turns up additional information that might help.)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 28, 2009
01:37 PM
Robert - Downloading the Redistributes worked great, thanks for the pointer.
My installer installs both .NET 1.1 and 2.0sp2, reboots, then installs my program. This is pretty much how I envisioned it!
My installer installs both .NET 1.1 and 2.0sp2, reboots, then installs my program. This is pretty much how I envisioned it!