I have an existing InfoPath 2007 form that has some code behind developed with VSTA. It has been deployed to SharePoint as an administrator-approved form but is *not* browser based - the InfoPath client opens when users fill in a new form.
I'd now like to move this code into Visual Studio so it's easier to manage with the rest of the solution and integrated with source control. I've found the instructions in "How to: Migrate a Project Created in Visual Studio Tools for Applications to Visual Studio" at http://msdn.microsoft.com/en-us/library/aa947042(office.11).aspx but have a question.
Will migrating the form to Visual Studio introduce a dependency on the VSTO runtime? Does it mean end users will need to have it deployed to their machines for the form to run?
Thanks for any help!