Archive: need ExecShellWait


need ExecShellWait
Hello.
I have used nsis for installer script for some years. And I have made an installer that should work in a Windows Vista.
I followed microsoft's recommendation for run app with standard user account when installation finish.
1. make an installer with RequestExecutionLevel admin.
2. make an installer with RequestExecutionLevel user and it execute 1's installer and run app after installation.
Problem is how to detect installer finished.
I used try and error every 3 second.
But if something like ExecShellWait is exist, it is more proper solution.


Hi, have you considered ExecWait ?

KenA


Checkout http://forums.winamp.com/showthread.php?threadid=265780 (this plugin is still very much in beta)


Originally posted by KenA
Hi, have you considered ExecWait ?

KenA
ExecWait can't show UAC Elevation Prompts.

Originally posted by Anders
Checkout http://forums.winamp.com/showthread.php?threadid=265780 (this plugin is still very much in beta)
Thank you. I'll try it.