admin rights, occasional crash, debugging help
Hello All,
i have some problem in my install script code, but is quite hard to debug some very occasional crashes through messageboxes.
1)
i added some lines to get my application installed under Vista, requiring, as someone suggested, admin privileges:
;Request application privileges for Windows Vista
RequestExecutionLevel admin
Var StartMenuFolder
!define MULTIUSER_EXECUTIONLEVEL Highest
...
but if i install as a normal user, without admin privileges, the installer crash at the very end.
2)
Also, sometime the installer crash occasionally, probably due to some InstallOptionEx functions, but since this crashes are occasional, is quite hard to debug them.
If any help, it is really appreciated,
many thanks,
Angelo