Results 1 to 5 of 5

Thread: [02/03] Deployed app tries to reinstall itself

  1. #1

    Thread Starter
    Lively Member Xcoder's Avatar
    Join Date
    Jan 2004
    Posts
    120

    [02/03] Deployed app tries to reinstall itself

    Every once in a while after a reboot, double-clicking any shortcut (user programs, desktop or quicklaunch) makes the app's installation program to try to launch again.

    The solution in our case is to run the exe file itself directly from the Program Files folder.

    I have seen a similar behaviour in an external app written also in .NET but in that case after double-clicking a file associated with the app. And the solution was to run the shortcut first!

    I checked the net and it happened to someone else with a web app only after changing users as the "available for all users" option was selected. I also selected this but I login with the same user every time.

    Greetz
    Last edited by Xcoder : 09-10-2001 at 12:45 AM.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [02/03] Deployed app tries to reinstall itself

    how did you deploy the project? With a windows installer based technology?

  3. #3

    Thread Starter
    Lively Member Xcoder's Avatar
    Join Date
    Jan 2004
    Posts
    120

    Re: [02/03] Deployed app tries to reinstall itself

    Quote Originally Posted by kleinma
    how did you deploy the project? With a windows installer based technology?
    With a .NET Setup Project, but no Windows Installer classes. I do install some merge modules though.
    Last edited by Xcoder : 09-10-2001 at 12:45 AM.

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [02/03] Deployed app tries to reinstall itself

    you could try running the Windows Installer Cleanup utility and get rid of the entry for your app. It could be something screwed up with that. No guarantee, but I have fixed many a windows installer issue (including similar ones to what you are describing) by removing the windows installer cache files via that utility

    http://support.microsoft.com/kb/290301

  5. #5

    Thread Starter
    Lively Member Xcoder's Avatar
    Join Date
    Jan 2004
    Posts
    120

    Re: [02/03] Deployed app tries to reinstall itself

    Quote Originally Posted by kleinma
    you could try running the Windows Installer Cleanup utility and get rid of the entry for your app. It could be something screwed up with that. No guarantee, but I have fixed many a windows installer issue (including similar ones to what you are describing) by removing the windows installer cache files via that utility

    http://support.microsoft.com/kb/290301
    Yeah, after some more searching I came across the same link. I will tell the client to download the latest WI and then use the cleanup utility and see how it goes. Thanks K.
    Last edited by Xcoder : 09-10-2001 at 12:45 AM.

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