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
7 changes: 5 additions & 2 deletions installsoporteKM/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<!-- Definición del producto -->
<Product Id="{228A39CB-F9C2-4DC8-BF20-842CE9387FF8}"
<Product Id="{410D4AAF-ABB8-4161-947F-3AD0E89A94E7}"
Name="SoporteKM"
Language="1033"
Codepage="1252"
Version="1.0.3.2"
Version="1.0.4.2"
Manufacturer="Konica Minolta Business Solutions Spain"
UpgradeCode="90ab0642-7e3d-47f1-ad73-292b68e42e81">

Expand Down Expand Up @@ -53,6 +53,9 @@
<!-- Configuración del archivo -->
<File Id="SoporteKMconfig" Name="soporteKM.exe.config" DiskId="1" Source="C:\Users\Miguel.Robiras\source\repos\soporteKM\soporteKM\bin\Debug\soporteKM.exe.config" />

<!-- Agrega aquí la DLL Newtonsoft.Json -->
<File Id="NewtonsoftJsonDll" Name="Newtonsoft.Json.dll" DiskId="1" Source="C:\Users\Miguel.Robiras\source\repos\soporteKM\soporteKM\bin\Debug\Newtonsoft.Json.dll" />

<!-- Registro (ahora es per-machine) -->
<RegistryValue Root="HKLM" Key="Software\Konica\SoporteKM" Name="installed" Type="integer" Value="1" />
</Component>
Expand Down
18 changes: 4 additions & 14 deletions soporteKM/Form1.Designer.cs

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

Loading