Patrick Germain 8 kuukautta sitten
vanhempi
commit
33aa03f487
2 muutettua tiedostoa jossa 7 lisäystä ja 6 poistoa
  1. 1 0
      .gitignore
  2. 6 6
      Setup_Fuel/Setup_Fuel.iss

+ 1 - 0
.gitignore

@@ -9,3 +9,4 @@ Convert/bin/
 Convert/obj/
 bin
 obj
+Setup_Fuel/Release/Fuel_ASO_Install.exe

+ 6 - 6
Setup_Fuel/Setup_Fuel.iss

@@ -35,12 +35,12 @@ Name: "fr" ; MessagesFile: "compiler:Languages\French.isl"
 
 [Files]
 ;Source: "D:\Patrick\Mes Téléchargements\dotNetFx45_Full_setup.exe"; DestDir: {app};  Check: NOT verifDotNet
-Source: "..\Fuel01\Resources\pompe01.ico"; DestDir: "{app}\"; DestName: "pompe01.ico"; Flags: "ignoreversion"
-Source: "..\Fuel01\bin\Debug\Fuel_ASO.exe" ; DestDir: "{app}\"; DestName: {#MyAppExeName} ;
-Source: "..\Fuel01\bin\Debug\Fuel_ASO.exe.config" ; DestDir: "{app}\"; DestName: {#MyAppExeName}.config ;
-Source: "..\Fuel01\bin\Debug\Microsoft.AspNet.SignalR.Client.dll"; DestDir: "{app}\"; DestName: "Microsoft.AspNet.SignalR.Client.dll";
-Source: "..\Fuel01\bin\Debug\Newtonsoft.Json.dll"; DestDir: "{app}\"; DestName: "Newtonsoft.Json.dll";
-Source: "..\Fuel01\bin\Debug\Ionic.Utils.Zip.dll"; DestDir: "{app}\"; DestName: "Ionic.Utils.Zip.dll";
+Source: "..\Fuel_ASO\Resources\pompe01.ico"; DestDir: "{app}\"; DestName: "pompe01.ico"; Flags: "ignoreversion"
+Source: "..\Fuel_ASO\bin\Debug\Fuel_ASO.exe" ; DestDir: "{app}\"; DestName: {#MyAppExeName} ;
+Source: "..\Fuel_ASO\bin\Debug\Fuel_ASO.exe.config" ; DestDir: "{app}\"; DestName: {#MyAppExeName}.config ;
+Source: "..\Fuel_ASO\bin\Debug\Microsoft.AspNet.SignalR.Client.dll"; DestDir: "{app}\"; DestName: "Microsoft.AspNet.SignalR.Client.dll";
+Source: "..\Fuel_ASO\bin\Debug\Newtonsoft.Json.dll"; DestDir: "{app}\"; DestName: "Newtonsoft.Json.dll";
+Source: "..\Fuel_ASO\bin\Debug\Ionic.Utils.Zip.dll"; DestDir: "{app}\"; DestName: "Ionic.Utils.Zip.dll";
 
 [Registry]
 Root: "HKLM"; Subkey: "Software\{#MANUFACTURER}\{#PRODUCT_NAME}"; ValueType: string; ValueName: "softinstalled"; ValueData: "YES"; Flags:  createvalueifdoesntexist uninsdeletekey  ; Permissions: everyone-full; Languages: fr