Archive: xp to vista - installation problems


xp to vista - installation problems
Hello Friends,

Our game installer scripts were working fine with XP. However with vista they are creating installation problems.
We are in trouble as we need to solve these issues very urgently.

Is it because of not setting RequestExecutionLevel

Can somebody correct us or show us were exactly we are wrong.
The nsis game script can be downloaded from
-http://www.kirkykitty.com/Vista.zip [Download size -1.42 MB]

Will eagerly look forward...
Ajish
info@kirkykitty.com

N.B: Help rendered will be deeply appreciated


I think a good start would be to actually explain the issues you are experiencing.


Originally posted by Backland
I think a good start would be to actually explain the issues you are experiencing.
Thanks Backland,

If we install this game on Vista, we can start and play all games. If we end the games (click on button "Exit"), the attached error will displayed: "Malfunction installation of the program. Install it again."

Same display if we uninstall the games. After uninstall is complete, the error will displayed.

Please check attached error.jpg showing a similar problem in german version of script.
Program compatibility assistant is showing this error popup

Will look forward
Ajish

-http://www.kirkykitty.com/memora.zip [Download size 1.35 MB] if you wish to check the german installer script that was creating errors [see error.jpg] in vista

Feel free to ask for any further clarifications
Looking forward
Ajish


you need to include

RequestExecutionLevel admin in your script

That should be enough to fix it


Thanks DaCzar, Thanks a lot for your support.