Documentation on System.Deployment
        Posted  
        
            by krisnam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by krisnam
        
        
        
        Published on 2009-12-15T05:02:34Z
        Indexed on 
            2010/04/06
            3:03 UTC
        
        
        Read the original article
        Hit count: 305
        
I have a Win Application which is publish using ClickOnce deployment (go though VS IDE). I want to develop another small application (Web) to do this deployment process without going though VS IDE. I heard about System.Deployment and Microsoft.Build.BuildEngine name spaces. But I count find good doc to solve my problem. If you have one please send me any references.
© Stack Overflow or respective owner