PDA

View Full Version : NSIS installer and vista?


hassanayoub85
1st December 2008, 14:50
Dear,
I have a installer for my software working perfectly with WinXP.
When I try to install it on vista, an error message concerning Windows Installer 3.1 appear, and after restart and retry to install it, the error reappear.
How can I solve it?
Thx

xbarns
1st December 2008, 15:12
Windows Vista has Windows Installer 4 so if your Setup checks for 3.1, and not 3.1 + higher you have a problem in your installer.

hassanayoub85
1st December 2008, 15:16
So how can I solve it?

hassanayoub85
1st December 2008, 15:18
And what to modify in the script?

xbarns
1st December 2008, 15:23
:) we can't tell without knowing your script. Just check the part where your installer checks for the Windows Installer and modify it to also recognize. Windows Installer 4.

hassanayoub85
1st December 2008, 15:28
Ok, I will try it and get back to u soon. Thx