root 3 anni fa
parent
commit
d9ef465d6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/static/win/installer.nsh

+ 1 - 1
src/static/win/installer.nsh

@@ -7,7 +7,7 @@
 !macroend
 !macroend
 
 
 !macro customInstall
 !macro customInstall
-    WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run""XGOEdu" "$INSTDIR\XGOEdu.exe"
+    ; WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Run""XGOEdu" "$INSTDIR\XGOEdu.exe"
     nsExec::Exec ".\resources\ca.bat"
     nsExec::Exec ".\resources\ca.bat"
     ${ifNot} ${isUpdated}
     ${ifNot} ${isUpdated}
         ; ${If} ${RunningX64}
         ; ${If} ${RunningX64}