C
Connected
Hi,
Using VS.NET 2003, I would like to deploy my project as a single-file exe.
What I actually get is three files:
Setup.exe
Setup.ini
MyProg.msi
To deploy these as a single file I've zipped them into a self-extracting
zip, but the user still has to find and run setup.exe - very clunky.
Can a single file solution be achieved directly from VS.NET?
Regards,
Vince
Using VS.NET 2003, I would like to deploy my project as a single-file exe.
What I actually get is three files:
Setup.exe
Setup.ini
MyProg.msi
To deploy these as a single file I've zipped them into a self-extracting
zip, but the user still has to find and run setup.exe - very clunky.
Can a single file solution be achieved directly from VS.NET?
Regards,
Vince