Results 1 to 4 of 4

Thread: Installing with Shortcut to exe on network

  1. #1

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627

    Installing with Shortcut to exe on network

    I'm trying to create an install package with all necessary files, except instead of an exe installed locally, I just want to install shortcuts to an exe on the network so I can update only one exe when I need to. I can't figure this out at all, has anyone done this before, any tips?

    Thanks
    Here's to us!
    Who's like us?
    Darned few, and they're all dead!

  2. #2
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263
    We do this...

    It's been a while since we created the SETUP package, but I believe we simply edited the setup files to not install the .EXE, but left the install commands for the few DLL and OCX files.

    I think the customer keeps the shortcut to the .EXE up on a groups share - they actually push out several copies of the .EXE to "more local" building servers whenever we make a change.

    For some reason they frown upon desktop shortcuts...

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263
    Quick point...

    Since we run with .EXE on network, we also control (from within our SQL database) what version of the .EXE is allowed to run. This is in case the user has copied an old version of the .EXE to a local drive, we can disallow it from running.

    We also track (in the SQL database) each .EXE connection, with where the APP.PATH was and what the APP version info is (along with user machine time, username, yadda, yadda)...

  4. #4

    Thread Starter
    Fanatic Member demotivater's Avatar
    Join Date
    Jun 2002
    Location
    is everything
    Posts
    627
    I'm going to try this afternoon to make this work. Good points in the second post. Thanks
    Here's to us!
    Who's like us?
    Darned few, and they're all dead!

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