ClickOnce deployment with VS2008 - prerequisites not installing on Windows 7 (only)
        Posted  
        
            by dataft
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dataft
        
        
        
        Published on 2010-06-17T00:46:31Z
        Indexed on 
            2010/06/17
            0:52 UTC
        
        
        Read the original article
        Hit count: 285
        
I have a VS2008 clickonce application with a custom prerequiste, which I install with the bootstrapper.
- When deployed online, the prerequisite is downloaded and installed fine. No problems.
- When deployed via CD to a Windows XP machine, also fine as above. No problems.
However, when deployed via CD to a Windows 7 machine:
- the prerequisite is downloaded - good
- then the user is asked for permission to the run the file - good
- then the installation of the prerequiste is just SKIPPED - bad
- and the ClickOnce application installation begins without the prerequisite - bad
Has anyone encountered this weird behaviour? I cannot find a solution anywhere.
© Stack Overflow or respective owner