sam
sam

Reputation: 197

How to start with NSIS installer

Hi I need NSIS installer to make patches to a software. Where to start from. I am running on windows 7. Where do I get the NSIS installer and how to start running it. Can any one tell where I can find related material to start with.

Upvotes: 0

Views: 232

Answers (2)

nitesh.kodle123
nitesh.kodle123

Reputation: 1033

Here are Some of the useful Links which you can refer:

1.Introduction

2.Tutorail

3.Simple Project.

4.Sample Script

Upvotes: 0

Zaroth
Zaroth

Reputation: 578

Why not start looking on the Official page of NSIS, where you can find Tutorials and examples for more common tasks.

Also, since you are interested in patches, have a look at this utility - it provides the feature of automatic comparing of two directory trees, which is lacking in NSIS.

Upvotes: 1

Related Questions