Force ClickOnce - application to be started offline?
        Posted  
        
            by stormianrootsolver
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stormianrootsolver
        
        
        
        Published on 2010-06-18T11:47:36Z
        Indexed on 
            2010/06/18
            11:53 UTC
        
        
        Read the original article
        Hit count: 194
        
I have a click once application here that needs to be started offline exclusively sometimes.
Reason is that it needs to be started VERY early during boot, at a point when there is no network connection yet, also it must not wait for any network connectivity.
I know, this requirement seems strange, but it has legacy reasons.
What do you think?
© Stack Overflow or respective owner