The question isn't clear, but I rather think Tareq is trying to use something like this
http://upx.sourceforge.net/ to make the executable file of a standalone smaller, rather than using Rev to zip and unzip files.
I have no idea whether any of these sorts of things will work with a Rev executable. It seems the principle is to run the compressed exe which expands itself on the fly into memory and executes itself from there. There is a file "compressor.exe" which is supposed to do this job for which there are warnings about Symbos Trojan, so some malware versions exist apparently.
I've got a suspicion that Rev won't like working with any such compressor anyway, but no experience of trying it.
To reduce the file size for distribution, I use 7-zip to make a self-extracting file, but on extraction the regular sized Rev standalone is fine by me.