Results 1 to 7 of 7

Thread: Application Installer requires .NET installed???

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    7

    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

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    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.

  3. #3
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    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

  4. #4
    Lively Member
    Join Date
    Oct 2002
    Posts
    67
    hey has anyone figured out how to steamline a framework install into an installer package yet?

  5. #5
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635
    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

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    7

    Thumbs down

    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

  7. #7
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    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
  •  



Click Here to Expand Forum to Full Width