|
|
#1 |
|
Junior Member
Join Date: Aug 2005
Location: israel
Posts: 6
|
hi every1,
at the end of mu Uninstaller i execute IE using Exec command. the Add/Remove Programs freezes until i close the IE Window. I Tried to replace the Exec with ExecShell - still don't work, any suggestions? thanks, |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Windows XP's Add/Remove control panel waits for every subprocess of the uninstaller too. As far as I know, you can't execute anything from the uninstaller without hanging the Add/Remove control panel. Maybe executing at.exe to schedule a one time run of an application will help, but at.exe is not available on all earlier versions of Windows.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
Create a remote thread in the arp process
but that is one ugly hack just to launch a url
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Aug 2005
Location: israel
Posts: 6
|
tnxs
tnxs
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|