Before I get flamed to death, I do realise this question has been asked before, and the solution to everyone else's problem seems to use RequestExecutionLevel but that doesn't seem to work.
Here is an example of my problem:
Name "Tester"
Caption "Tester"
OutFile "tester.exe"
RequestExecutionLevel highest
SilentInstall silent
AutoCloseWindow true
ShowInstDetails nevershow
Section ""
MessageBox MB_OK "Hello World!"
Quit
SectionEnd I have also tried RequestExecutionLevel admin & user but problem remains.Any ideas?
Many thanks