[SOLVED] Error in DEF Uninstall
Published: November 27, 2023 - 11:31
Hello team,
Server: WAPT Enterprise 2.4.0.14080 on Debian
Consoles: Windows 10 & 11
Park: Windows
I am currently experiencing a problem when running batch scripts.
with this order
I don't have any errors on Wapt, but that doesn't do anything on the machine
With this order
I'm getting an error: it's not recognized as an internal command by PyScripter
This is strange because I have other scripts for other programs that run very well on all machines.
What I understand is that I'm using these commands in Def Uninstall and I think it can no longer find the .bat files because the file is deleted at the end of the installation? Maybe I'm wrong.
Server: WAPT Enterprise 2.4.0.14080 on Debian
Consoles: Windows 10 & 11
Park: Windows
I am currently experiencing a problem when running batch scripts.
with this order
Code: Select all
print("UNInstalling: Maya Services")
run("START /B /WAIT cmd /c uninstall-autodesk-service.bat")
With this order
Code: Select all
print("UNInstalling: Maya Services")
run("uninstall-autodesk-service.bat")
This is strange because I have other scripts for other programs that run very well on all machines.
What I understand is that I'm using these commands in Def Uninstall and I think it can no longer find the .bat files because the file is deleted at the end of the installation? Maybe I'm wrong.