Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 9 additions & 18 deletions installsoporteKM/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<!-- Definición del producto -->
<Product Id="{228A39CB-F9C2-4DC8-BF20-842CE9387FF8}"
Name="SoporteKM"
Language="1033"
Codepage="1252"
Version="1.0.3.2"
Manufacturer="Konica Minolta Business Solutions Spain"
UpgradeCode="90ab0642-7e3d-47f1-ad73-292b68e42e81">
<Package Name="SoporteKM" Language="1033" Codepage="1252" Version="1.0.3.2" Manufacturer="Konica Minolta Business Solutions Spain" UpgradeCode="90ab0642-7e3d-47f1-ad73-292b68e42e81" InstallerVersion="200" ProductCode="{228A39CB-F9C2-4DC8-BF20-842CE9387FF8}">

<!-- Configuración del paquete -->
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />


<!-- Gestiona las actualizaciones posteriores. Estos MSI de actualización deben tener igual UpgradeCode, distinto Id y una versión superior-->
<MajorUpgrade DowngradeErrorMessage="Ya hay instalada una versión más reciente de [ProductName]." />
Expand All @@ -26,19 +19,17 @@
<Icon Id="icon.ico" SourceFile="C:\Users\Miguel.Robiras\source\repos\soporteKM\soporteKM\bin\Debug\soportekm.exe" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />

</Product>
</Package>

<!-- Definición de directorios -->
<Fragment>
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<StandardDirectory Id="ProgramFilesFolder">
<Directory Id="INSTALLFOLDER" Name="SoporteKM">
<Directory Id="AppFolder" Name="app" />
</Directory>
</Directory>
<Directory Id="DesktopFolder" Name="Desktop" />
</Directory>
</Fragment>
</StandardDirectory>
<StandardDirectory Id="DesktopFolder" />
</Fragment>

<!-- Componentes del producto -->
<Fragment>
Expand All @@ -47,7 +38,7 @@
<!-- Archivo principal -->
<File Id="SoporteKM" Name="soporteKM.exe" DiskId="1" Source="C:\Users\Miguel.Robiras\source\repos\soporteKM\soporteKM\bin\Debug\soporteKM.exe" KeyPath="yes">
<!-- Acceso directo escritorio -->
<Shortcut Id="desktopShortcut" Directory="DesktopFolder" Name="Soporte Konica Minolta" WorkingDirectory="INSTALLFOLDER" Icon="icon.ico" IconIndex="0" Advertise="yes"/>
<Shortcut Id="desktopShortcut" Directory="DesktopFolder" Name="Soporte Konica Minolta" WorkingDirectory="INSTALLFOLDER" Icon="icon.ico" IconIndex="0" Advertise="yes" />
</File>

<!-- Configuración del archivo -->
Expand Down
34 changes: 1 addition & 33 deletions installsoporteKM/installsoporteKM.wixproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>3.10</ProductVersion>
<ProjectGuid>004ec732-e9b8-4adb-b8b6-35848d64b5d4</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>installsoporteKM</OutputName>
<OutputType>Package</OutputType>
</PropertyGroup>
<Project Sdk="WixToolset.Sdk/4.0.4">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="Product.wxs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\soporteKM\soporteKM.csproj">
<Name>soporteKM</Name>
Expand All @@ -31,17 +12,4 @@
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
</ItemGroup>
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
</Target>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
27 changes: 20 additions & 7 deletions soporteKM/App.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<appSettings>
<add key="UrlUpdate" value="https://1722.es" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
<appSettings>
<add key="UrlUpdate" value="https://1722.es" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>
2 changes: 1 addition & 1 deletion soporteKM/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading