CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Posts
    64

    Install file location?

    Hello everyone

    Using visual studio .net, we can easily create a setup project. But I don't know what to use to locate the location that the program was called from. For example: If the install file is executed from the CD, or Floppy disk, or whatever, then what to do or use to know that the install file is from CD, floppy or whatever. Thanks for any help.

  2. #2
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: Install file location?

    Are you asking how to know whether the application was installed from a floppy disk, a CD or a remote shared folder ?

    Why do you need to know ?

    Are you trying to prevent the same sort of thing which was asked in this thread ?

    The biggest problem I've found is that the standard installer wants to do all the "install on demand" business. What a pain !

    Read the other thread if this really is the issue.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

  3. #3
    Join Date
    May 2002
    Posts
    64

    Re: Install file location?

    Yes I want know the where the application is installed from.

    The reason I want to know is that a file that comes with the installation is big. I don't want this file attached with the setup file because the compiling takes too long. Plus, I constantly modify the setup file and do the re-compiling.

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

Featured