Special Edition Using Visual Basic.NET

function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } }
Team-Fly    

Special Edition Using Microsoft® Visual Basic® .NET

By Brian Siler, Jeff Spotts

Table of Contents
Appendix A.  Packaging Your Applications

Your setup project is now complete, and you can distribute the resulting MSI file to your users. When the user executes the self-contained installer package, he is taken through a typical software installation, and your application is installed on his system.


    Team-Fly    
    Top
     

    Категории