- NSIS Discussion
- Multi installer Vista + XP (or Windows 2000)
Archive: Multi installer Vista + XP (or Windows 2000)
theblase
9th July 2008 16:15 UTC
Multi installer Vista + XP (or Windows 2000)
I want to create an installer with these parameters:
- if the operation system is Windows Vista the installer not install 2 files to the installdir path
- otherwise yes
Can you give a sample script?
I'm a beginner NSIS developer..
Thanks,
theblase
Anders
9th July 2008 18:53 UTC
WinVer.nsh contains code to help you detect the OS
theblase
9th July 2008 22:52 UTC
Can you send a more detailed sample script?
Can you send a more detailed sample script?:eek:
Anders
10th July 2008 01:08 UTC
WinVer.nsh already contains example code
theblase
10th July 2008 09:51 UTC
WinVer.nsh
Where can I find this nsh script: WinVer.nsh?
Can you attach it here?
Red Wine
10th July 2008 12:33 UTC
Gosh! It's included, search your machine.
theblase
10th July 2008 15:36 UTC
I find it!
I find this "WinVer.nsh", but I don't find any ideas for my problem.
I want to create an installer with these parameters:
- if the operation system is Windows Vista the installer not install 2 files to the installdir path
- otherwise yes
Can you help me?
Thanks forewer!
:up:
Anders
10th July 2008 16:15 UTC
Originally posted by Anders
WinVer.nsh already contains example code
just replace whatever OS is tested for in the example with what you need (might want to use ${IfNot} etc)and replace the detailprint code with a file command
theblase
14th July 2008 13:26 UTC
I'm a beginner in NSIS programming
How can I apply this Winwer.nsh in my .nsi script?
Here is my .nsi script:
193.224.61.147:85/download/AllinOne.nsi
Can you attach a complete sample script for me?
Thanks!
theblase
16th July 2008 15:40 UTC
Re: I'm a beginner in NSIS programming
Here is my .nsi script:
theblase
22nd July 2008 08:57 UTC
Please, help me!
Thanks!
theblase
30th July 2008 09:54 UTC
Can anyone help me?
Thanks!
Many thanks!
Anders
30th July 2008 11:22 UTC
Re: Can anyone help me?
Originally posted by theblase
Thanks!
Many thanks!
Bumping a thread will just cause me to ignore your cry for help...
theblase
8th October 2008 17:07 UTC
I find the correct solution for this!
I find the correct solution for this!