Archive: setup


setup
Hi.
I have made a setup and runs perfectly install all the things
nicely in the Add and remove , but one thing i want to know is that suppose if i am running the setup once again then my setup must override the previous setup install the new one..
But my setup unable to do this , it is not overriding on the previous one .How to do that. Can any one help me.
Thanks


It's hard to say what's the problem without more information, but read the 4.8.2.8 SetOverwrite section from the NSIS manual. By default NSIS should replace all existing files, but it cannot replace files that are on use.

PaR


setup
Hey,
Thanks for replying me i wanted to say that if suppose i have made changes in the Nsis script after the first time installation, and then run this script second time with changes , the installation must come with the change one means the new script, with overridden over the last script installed.