Skip to content
⌘ NSIS Forum Archive

Some Big Problems

4 posts

bumpelwumpel#

Some Big Problems

Hi,

I have written an installer for a Crysis Modification. Now I have translate it into English (i'm german). But now I have some real big problems:

Under Vista:



Vista shows an Error that the Installer can not overwrite some data.


Under XP:



This is the strangest Error. It happends if the User switch from German to English. What can I do?



And this happends if the Installation is finish and the Installer shoud close.


I'm using the newst version of NSIS and UMUI.

bumpelwumpel
edgarhuntly#
Re the Vista issue: Sounds like an issue I just fixed with the permission level. Try this:

RequestExecutionLevel admin

Look up the command in the manual for more info.