PDA

View Full Version : compress support files?



Jope2000
06-16-2009, 01:26 PM
Hello,

Right now I'm working on improvements for our products. one of the requests I got is to compress the support files (not prerequisites!) to make them kind of hidden to the user.
At the moment I have a bunch of folders including support files sitting in the setup directory. These folders contain some third party setups which need to be installed using some custom action vbscripts. Is it possible to compress those folders to cab files and extract them during the setup? I can't make those setups prerequisites because there are changing parameters which are determined during runtime.

Thanks