Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perform file move of pythonservice.exe during install #2251

Merged
merged 2 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. During service install perform file move of pythonservice.exe if file…

    … exists at src
    
    During install perform move of pythonservice.exe instead of file copy to handle .exe always being present in src location. 
    
    Additional try-except added to handle continuation of program if fileMove fails.
    JacobNolan1 authored and Jacob Nolan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fa44764 View commit details
    Browse the repository at this point in the history
  2. Replaced pythonservice dll MoveFile with MoveFileEx and enforced repl…

    …ace existing dll file if exists
    Jacob Nolan committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d6031ed View commit details
    Browse the repository at this point in the history