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?
|
2
|
|||||||||||||
|
|
|
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)
|
||
|
|
May be better than that you can use .NETZ Tool
|
||
|
|
|
|
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... |
||
|
|
|
|
DotNetZip makes self-extracting zip archives, and you can include a command to run on extract. see also: Creating a Zip Extractor |
|||
|
|
