Skip to content

Commit

Permalink
use powershell for restore point
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Oct 14, 2023
1 parent d32e52d commit 934596b
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 245 deletions.
2 changes: 1 addition & 1 deletion Rectify11Installer/Core/Backend/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public bool Install(FrmWizard frm)
frm.InstallerProgress = "Creating uninstaller";
Common.CreateUninstall();

InstallStatus.IsRectify11Installed = true;
InstallStatus.IsRectify11Installed = true;
Logger.WriteLine("══════════════════════════════════════════════");

// cleanup
Expand Down
2 changes: 0 additions & 2 deletions Rectify11Installer/Core/rectify11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,7 @@
<Patch Mui="SpeechUXWiz.exe" mask="ICONGROUP," HardlinkTarget="%sys32%\Speech\SpeechUX\SpeechUXWiz.exe" />
<Patch Mui="splwow64.exe" mask="ICONGROUP," HardlinkTarget="%windir%\splwow64.exe" />
<Patch Mui="spoolsv.exe" mask="ICONGROUP," HardlinkTarget="%sys32%\spoolsv.exe" />
<Patch Mui="srcore.dll" mask="ICONGROUP," HardlinkTarget="%sys32%\srcore.dll" />
<Patch Mui="srm.dll" mask="ICONGROUP,|BITMAP," HardlinkTarget="%sys32%\srm.dll" />
<Patch Mui="srrstr.dll" mask="ICONGROUP," HardlinkTarget="%sys32%\srrstr.dll" />
<Patch Mui="SSText3D.scr" mask="ICONGROUP,|JPG," HardlinkTarget="%sys32%\SSText3D.scr" />
<Patch Mui="sti.dll" mask="ICONGROUP," HardlinkTarget="%sys32%\sti.dll" />
<Patch Mui="sti_ci.dll" mask="ICONGROUP," HardlinkTarget="%sys32%\sti_ci.dll" />
Expand Down
Loading

0 comments on commit 934596b

Please sign in to comment.