Hello, I'm pushing a rather simple NSI script to remove a folder from Windows7 PC. The script runs, and the folder is getting deleted, but the status in activity log dashboard remains unchanged "installing" long after the task has completed (over 1.5 hrs when I wrote this message). This is my script: 1 Name "RemIERPProfDir" 2 Section 3 SetOutPath "c:\users\tech\appdata\Local\ERP_Development_And_Consu" 4 SetOutPath "c:\users\tech\appdata\Local" 5 RMDir /r $OUTDIR\ERP_Development_And_Consu 6 SectionEnd I have compiled the EXE (RemIERPProfDir.exe) and uploaded it to Meraki [Cloud hosted]. It is geting pushed to the test client machine, and removes the directory, but the status in dashboard remains unchanged "installing". What am I missing? Any input will be appreciated! TY.
... View more