Archive: how to create installer for project which runs with batch file


how to create installer for project which runs with batch file
Dear all

I am a new user and want to create a installer for my project.

My project runs with a batch file which includes a command "pushd" and a command "start wjview". I just know how to create installer for the project which runs with exe file.

My question is whether does NSIS create a installer for the project which runs with batch file not exe file and if so how can it do that?

please give me some comments or materials?

thank you very much.

dongfang


Execute makensis.exe "path\to\script.nsi" rather than using makensisw.exe

makensisw.exe is a GUI for makensis.exe

-Stu