From Windows, using the Iexpress
tool, I could create a Self extracting installer, containing an .NET Application and an XML file. On invoking the output file, I could successfully execute the .NET application.
But, I want to do this from UNIX. I am new to UNIX and I am looking for an open source tool or step by step procedure to compress the .NET exe and XML file as a Windows executable, which on execution from a Windows machine, should directly execute the .NET executable.
I tried with unzipsfx-552_win32/unzipsfx.exe
, but i could not successfully complete it.