|
|
#1 |
|
Junior Member
Join Date: Jan 2009
Posts: 3
|
Hi All,
I am fighting with problem. I understand that uninstall.exe extracts au_.exe, launches it and then terminate. Is it correct? If yes then Problem is: uninstall.exe is launched by an application( I have its source code). this application waits only on uninstall.exe termination. application assumes that un-installation is completed successfully because it waits on it. Actually un-installation is done by AU_.exe. How can my application wait on un-installation process? Thanks In Advance. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
ExecWait '"uninstaller.exe" _?=$instdir'
(copy the uninstaller to $temp first and run it from there if you need to delete "$instdir\uninstaller.exe") IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jan 2009
Posts: 3
|
Thanks for your reply.
Sorry!!! I could not understand what does this statement do? I added this statement in uninstall section of my script but application did not wait till completion of uninstall. |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
You have to run that command line when you run the uninstaller to wait for it to finish.
Stu |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jan 2009
Posts: 3
|
Hi Stu,
Thanks for your reply. Sorry!!! I could not understand your statement. "You have to run that command line when you run the uninstaller to wait for it to finish." Please elaborate more it. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|