-
- Downloads
djvu_desktop: wait for spawned Au_.exe process when removing
parent
1fda7cdc
No related branches found
No related tags found
Loading
-
The /S is still there but that just makes the install silent. The problem I was having was that, on remove, wpkg would tell me that the software was still present despite having been uninstalled when I manually checked. That usually means that the remove cmd has finished running before wpkg finishes and/or that the uninstaller spawns a child process. And that's what was happening here so I added a check to wait for the spawned process.
Please register or sign in to comment