You must Sign In to post a response.
  • Category: Visual Studio

    Attaching License Agreement in VS 2012 Setup and Deployment

    Hi...
    Can anyone explain how to setup and deploy in Visual studio 2012 platform. I have done in VS 2008 but its entirely different in VS 2012 also how can we attach our license agreement in 2012
    Thanks and Regards
    Sankar
  • #767163
    Setup and deployment project is supported only up to VS2010, in VS2012 we have installedShield but I think it needs some licensing, what you can do is, use some third party tool to create setup file, like
    InnoSetup.
    Inno Setup is free, open source installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
    you can go through below link for more information
    http://johnnycoder.com/blog/2008/07/28/getting-started-with-inno-setup/

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #767169
    Hi,
    For VS 2012, agree with Mr.Prasad's comment. It is possible using InnoSetup, an third party application.
    For adding custom license aggrement in it, you can use specify the LicenceFile parameter on the [Languages] entry.
    If you want a set of Agree/Don't Agree buttons, you need to create and add these to the page and enable/disable the WizardForm.NextButton.


  • Sign In to post your comments