FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ucam_wpkg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
ucam_wpkg
Commits
55b179c7
Commit
55b179c7
authored
4 years ago
by
Dr Adam Thorn
Browse files
Options
Downloads
Patches
Plain Diff
autoit: wait for spawned Au_.exe rather than ending with a potentially-unreliable sleep
parent
8f85ef60
No related branches found
Branches containing commit
No related tags found
1 merge request
!30
Autoit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/autoit.xml
+8
-2
8 additions, 2 deletions
packages/autoit.xml
with
8 additions
and
2 deletions
packages/autoit.xml
+
8
−
2
View file @
55b179c7
...
...
@@ -29,16 +29,22 @@
<exit
code=
'1'
/>
<exit
code=
'128'
/>
</remove>
<remove
cmd=
'%wpkgsoftware%\wpkg\tools\waitforprocess.cmd Au_.exe'
/>
<remove
cmd=
'cmd /c "%PROGRAMFILES(x86)%\autoit3\uninstall.exe" /S'
/>
<remove
cmd=
'%wpkgsoftware%\wpkg\tools\waitforprocess.cmd Au_.exe'
/>
<remove
cmd=
'cmd /c rd /s /q "%systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\autoit v3"'
>
<exit
code=
'1'
/>
</remove>
<remove
cmd=
'%wpkgsoftware%\wpkg\tools\waitforprocess.cmd Au_.exe'
/>
<remove
cmd=
'cmd /c if exist "%PROGRAMFILES(x86)%\autoit3\scite\uninst.exe" "%PROGRAMFILES(x86)%\autoit3\scite\uninst.exe" /S'
/>
-->
<remove
cmd=
'%wpkgsoftware%\wpkg\tools\waitforprocess.cmd Au_.exe'
/>
<remove
cmd=
'cmd /c rd /s /q "%PROGRAMFILES(x86)%\autoit3\" 2>nul'
>
<!-- adding 2>nul stopped the need for deldir.exe -->
<exit
code=
'1'
/>
</remove>
<!-- without this pause the uninstall value still exists, slow to be deleted maybe therefore this package fails to remove -->
<remove
cmd=
'cmd /c "%WPKGSOFTWARE%\wpkg\tools\sleep.cmd" 5'
/>
</package>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment