It is currently Tue May 21, 2013 11:20 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: WinRAR SFX question
PostPosted: Mon May 14, 2007 8:48 pm 
Offline

Joined: Fri May 11, 2007 10:21 pm
Posts: 2
I've been using SFX archives to make my portable apps, but one problem remains. It extracts to a temporary folder, and the files remain there after I'm done using the program. After looking through the SFX options, I don't see a way to delete temp files after ending the program. Is there other software that I can use similar to SFX, but removes files it writes to any temp directory?


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 15, 2007 1:58 pm 
Offline

Joined: Tue May 15, 2007 1:48 pm
Posts: 2
Hm... winrar totally can do what you want, but I can't point exact location cause my WinRAR has russian interface...

SFX properties, button that calls additional properties there (with around six tabs) and look for something like "extract to temporary folder" option.

If this is checked SFX ignores target directory for extracting and creates one in system temporary folder instead (you can even run few sfx-es - it creates separate folder for each one properly). There are some other options that should be checked, my "sfx script" for portables looks like (btw I think you can simply put this into archive comments and it should work... not sure):

Code:
Setup=SpaceMonger.exe
TempMode
Silent=1
Overwrite=2


Setup= exe file to run after unpacking (and when that file is closed it is considered program end and directory is deleted).

Temp mode means above - unpacking to temp folder.
Silent - mean sfx won't ask anything, it will just silently unpack and run exe.
Overwrite=2 - when unpacking overwrites any existing files without asking, I am messing with these SFX-es a lot so sometimes I have some junk left in temp.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group