How do you check what files are inside an NSIS setup.exe? -


In my NISIS script, I use this line:

  file ". . \ Help \ *. * " 

My problem is that my subversion repository has my help directory (we continually add new functionality). This means that there is a .svn directory in the help directory.

I want to see the content of setup.exe which was created by NSIS to verify that there is no .svn directory in it.

P.S. I used to see if NISIS files are added when the wildcard is used. It is not but I want to verify it, so the question is.

These things are usually compressed files.
You can check with 7z / 7-ZIP to open the EXE archive.


As a comment, after the comment below, I want to point to my recent notes on the properties of 7-zip on the superuser,


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -