Archive: Please, help lamer


Please, help lamer
sorry for many mistakes in my post
I make an install by wizard
but i want to make also two next things:
1. before starting install it should show up a picture for a small period of time
2. ALso I need check/testing: when I uninstall a programm
it shoudn't be launched and if it launced and working, uninstall process must show a mistake and stop process
________________________________________________________
I hope you wrote here sourcecode )
or give references fo sourcecode
ÅáàíûÂÐîòÁëÿòüÏèçäåçÑïàñèòåÌåíÿËþäè


1.- AdvSplash plugin.
2.- nsProcess plugin.


I always do something that aways work:
Section (or function)
ClearErrors
Rename "$instdir\app.exe" "$instdir\app.exe"
IfErrors 0 +3
MessageBox MB_OK|MB_topmost|MB_Iconstop "App Runing !"
Abort
etc... :up: