extracting archives via NSIS scripting

If you are currently developing portable freeware or planning to do so, use this forum to discuss technical implementation, seek out like-minded developers for partnership, or solicit interested users for beta testing.
Post Reply
Message
Author
rokth
Posts: 54
Joined: Thu Jun 29, 2006 6:10 am

extracting archives via NSIS scripting

#1 Post by rokth »

I know there NSIS plugins for this but I wanted to know if there was an NSIS command for unpacking archives or an official built-in plugin that I didn't have to download for this.

Also is there a way to check for files for hashes in NSIS?

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: extracting archives via NSIS scripting

#2 Post by guinness »

Maybe Universal Extractor is a possibility?

rokth
Posts: 54
Joined: Thu Jun 29, 2006 6:10 am

Re: extracting archives via NSIS scripting

#3 Post by rokth »

I'm trying to do it from within an NSIS script. Not Universal Extractor.
Restated: The NSIS does the unpacking via a script. And for the sake of kicks and giggles we'll say the archive is a zip file.

Post Reply