deployment issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dawn

    deployment issue

    Hi,

    I've deployed the app I wrote through an Install Wizard project. I place a
    link on the user's desktop, and in the program menu, using "shortcut to
    primary output....". When I click the icons on my computer the app starts
    up. Now when I installed it on a second test computer, I clicked on
    it....and it popped up the windows installer window....sayin g...preparing
    install....and then....cancell ing. After that the app does start up, but why
    is the windows installer launched (which does (apparently) nothing)?

    thanks


  • David Guyer [MS]

    #2
    RE: deployment issue

    Without more information, I can only tell you "what" is happening, but not
    "why".

    What is happening is that on the second test computer, when you click the
    shortcut, Windows Installer is checking that the app is installed
    correctly. If it detects something is incorrect, like a file or regkey is
    missing, it will "repair" the installation.

    ---
    David Guyer - VBQA Deployment Testing
    This posting is provided "AS IS" with no warranties, and confers no rights.
    --------------------[color=blue]
    >From: "dawn" <dawn4715@hotma il.com>
    >Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
    >Subject: deployment issue
    >Lines: 13
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2720.3000
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300
    >Message-ID: <H7Lsb.21104$3B 7.747592@phobos .telenet-ops.be>
    >Date: Thu, 13 Nov 2003 12:51:51 GMT
    >NNTP-Posting-Host: 213.224.51.232
    >X-Complaints-To: abuse@telenet.b e
    >X-Trace: phobos.telenet-ops.be 1068727911 213.224.51.232 (Thu, 13 Nov 2003[/color]
    13:51:51 MET)[color=blue]
    >NNTP-Posting-Date: Thu, 13 Nov 2003 13:51:51 MET
    >Organization : Telenet Internet
    >Path:[/color]
    cpmsftngxa06.ph x.gbl!TK2MSFTNG P08.phx.gbl!new sfeed00.sul.t-online.de!t-onlin
    e.de!newsfeed.i cl.net!newsfeed .fjserv.net!new sfeed.arcor-online.net!feed 1.ne
    ws.be.easynet.n et!ossa.telenet-ops.be!phobos.t elenet-ops.be.POSTED!n ot-for-m
    ail[color=blue]
    >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1989 86
    >X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp
    >
    >Hi,
    >
    >I've deployed the app I wrote through an Install Wizard project. I place a
    >link on the user's desktop, and in the program menu, using "shortcut to
    >primary output....". When I click the icons on my computer the app starts
    >up. Now when I installed it on a second test computer, I clicked on
    >it....and it popped up the windows installer window....sayin g...preparing
    >install....a nd then....cancell ing. After that the app does start up, but[/color]
    why[color=blue]
    >is the windows installer launched (which does (apparently) nothing)?
    >
    >thanks
    >
    >
    >[/color]

    Comment

    Working...