|
-
Jun 2nd, 2003, 10:13 AM
#1
Thread Starter
New Member
Application Installer requires .NET installed???
Hi,
I created a setup for my application and when I'm trying to install it on the target computer, the Installer says it requires .NET installed in that computer, which is ridiculous, so I'm sure there's something I did wrong, or something I didn't do.
Can anybody help me out here?
Thanks,
Dave
-
Jun 2nd, 2003, 10:59 AM
#2
Frenzied Member
Since you created the installer in VS.NET, the framework has to be installed for the installer to work. I use Wise for my install programs. That way, the framework does'nt have to be installed for my installer to work.
-
Jun 2nd, 2003, 11:42 AM
#3
Frenzied Member
Its not that ridiculous. As a normal task the installer first searches for .NET framework. Also you can add some other conditions to setup. There is a 'MsiNetAssemblySupport' added to the Launch conditions of your setup. Remove that and test again.
Also you may like to try ORCA for more options with MSI.
Last edited by Lunatic3; Jun 2nd, 2003 at 11:48 AM.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Jun 2nd, 2003, 06:36 PM
#4
Lively Member
hey has anyone figured out how to steamline a framework install into an installer package yet?
-
Jun 4th, 2003, 03:09 AM
#5
Fanatic Member
I use Installshield Express 3.5 (SP4) which can intergrate with VB.NET 2002-not sure about v 2003, also optionally can install it during the setup procedure for installshield. I have installed the redistribuatables on 98-and I'd try some apps designed with .Net to test the installation to see if it was a success.
A.A. Fussy
Babya Software Group
-
Jun 4th, 2003, 12:10 PM
#6
Thread Starter
New Member
So, then, the idea is NOT to use the built-in installers, but a different one? I thought VB had gotten better than this...
How do I know the files that I need to include in the other installer application?
David
-
Jun 4th, 2003, 06:37 PM
#7
Frenzied Member
Originally posted by davidman73
So, then, the idea is NOT to use the built-in installers, but a different one? I thought VB had gotten better than this...
How do I know the files that I need to include in the other installer application?
David
All the extra files that you included in your project, like a third party dll.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|