Recently we had some problems with a production deployment of our SSIS project through an .ispac where the team performing the installation deployed to the wrong project folder and messed up our production environment :)
Our environment: SQL Server 2012, Visual Studio 2012 Ultimate, SSDT 2012
The installation process was a double-click on the .ispac through to the deployment wizard. The problem was clearly on the "Select Destination" page, where the "Server Name" and "Path" fields aren't automatically filled and so they had to browse to the project folder in SSISDB and got it wrong (there is another project with a similar name). I would like to get the wizard to recognize the server and path configured in the configuration settings of the SSDT project, but so far I haven't got any luck.
We have 5 different environments, each with different values for "Server Name" and "Server Project Path" on the project property page (Configuration Properties > Deployment > Deployment Model (Project)). In theory this would be enough for the wizard to recognize the settings right?
Also, if I deploy the project to the development server directly from VS2012 I get the destination fields correctly filled, but we can't use this method for a production deployment unfortunately.
Is there any way to force the SSIS deployment wizard to recognize the deployment settings when double-clicking the .ispac?