Archive: how to use NSIS for my form1.cs "making it exe"


how to use NSIS for my form1.cs "making it exe"
salam guyz!

i just want to make exe from my c# form through NSIS, so i zipped my file.cs then i make an executable file so it could be install but when ever im installing it it just unzipping my file which i dont want this.

i want to make exe of the form2.cs i made in c# programming language

if u an help me plz do it
thanks in advance

manena!


You want to make an installer for form2.cs or do you want to build form2.cs?

Stu


i want to make form1.cs which i made it in c#, an exe or installer file.
so i can execute my form1.cs.exe and due to NSIS.


i want to make form1.cs which i made it in c#, an exe or installer file.
so i can execute my form1.cs.exe due to NSIS.


NSIS cannot compile c# code, it can only compile NSIS script. You CAN however execute your c# compiler from inside an NSIS installer, but for that, you must first make sure that the c# compiler exists on the user's PC.