refresh installer CMS

This commit is contained in:
Samuele E. Locatelli
2016-04-01 16:07:03 +02:00
parent 2a00f5be4c
commit dbee973aff
5 changed files with 4 additions and 5 deletions
@@ -16,7 +16,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<DeployIisAppPath>Default Web Site/CMS-SC</DeployIisAppPath>
<PublishDatabaseSettings>
<Objects xmlns="">
<ObjectGroup Name="CMS_SC_Data.Properties.Settings.CMS_SCConnectionString" Order="1" Enabled="True">
<ObjectGroup Name="CMS_SC_Data.Properties.Settings.CMS_SCConnectionString" Order="1" Enabled="False">
<Destination Path="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC" Name="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC;" />
<Object Type="DbDacFx">
<PreSource Path="Data Source=SQL-STEAM\SQL2012;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
@@ -41,11 +41,13 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>True</EnableUpdateable>
<DebugSymbols>False</DebugSymbols>
<WDPMergeOption>DonotMerge</WDPMergeOption>
<WDPMergeOption>CreateSeparateAssembly</WDPMergeOption>
<UseFixedNames>True</UseFixedNames>
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)CMS_SC_Data.Properties.Settings.CMS_SCConnectionString-Web.config Connection String">
<ParameterValue>Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC;</ParameterValue>
<UpdateDestWebConfig>False</UpdateDestWebConfig>
</MSDeployParameterValue>
<MSDeployParameterValue Include="$(DeployParameterPrefix)SteamWare.Properties.Settings.DS_AuthConnectionString-Web.config Connection String">
<ParameterValue>Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC</ParameterValue>
Binary file not shown.
-2
View File
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<parameters>
<setParameter name="IIS Web Application Name" value="Default Web Site/CMS-SC" />
<setParameter name="CMS_SC_Data.Properties.Settings.CMS_SCConnectionString-Web.config Connection String" value="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC;" />
<setParameter name="SteamWare.Properties.Settings.DS_AuthConnectionString-Web.config Connection String" value="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC" />
<setParameter name="CMS_SC_Data.Properties.Settings.CMS_SCConnectionString-Deployment Connection String" value="Data Source=SQL-AUTOMAZIONE\SQLEXPRESS;Initial Catalog=CMS-SC;Persist Security Info=True;User ID=conn_CMSSC;Password=pwd_CMSSC" />
</parameters>
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<sitemanifest>
<DbDacFx path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\CMS-SC\CMS_SC\obj\CMS\AutoScripts\CMS_SC_Data.Properties.Settings.CMS_SCConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
<IisApp path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\CMS-SC\CMS_SC\obj\CMS\Package\PackageTmp" managedRuntimeVersion="v4.0" />
<setAcl path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\CMS-SC\CMS_SC\obj\CMS\Package\PackageTmp" setAclResourceType="Directory" />
<setAcl path="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\CMS-SC\CMS_SC\obj\CMS\Package\PackageTmp" setAclUser="anonymousAuthenticationUser" setAclResourceType="Directory" />
Binary file not shown.