I know this can be done. Can you show how to create a .net exe which also can be opened as a zip file with any zip file browser?
A:
May be better than that you can use .NETZ Tool
netz -s app.exe lib1.dll lib2.dll
Jirapong
2009-09-22 12:25:56
+1
A:
You basically want to create a self executing ZIP file. Have a look at this. At least that is assuming what you mean, if not please provide further details...
RichardOD
2009-09-22 12:26:03
+2
A:
Probably you meant a self extracting file, but I found your question interesting because there is a way to make a file that can be opened both as a jpeg and as zip like this:
(in Windows command line)
copy /b image.jpg + zipped_file.zip combo.jpg
Nick D
2009-09-22 12:43:36
That's awesome. Now I know where to stash my.....credit card info?
Shadow
2009-09-22 12:48:45
No your credit card info will be protected by NTFS Alternate Data Streams (support.microsoft.com/kb/105763).But seriously, the copy trick seems to be what I needed.
zproxy
2009-09-22 12:55:24
A:
DotNetZip makes self-extracting zip archives, and you can include a command to run on extract.
see also: Creating a Zip Extractor
Cheeso
2009-09-23 00:02:49