Registry Mechanic FREE SCAN

Win FREE PlayStation 3 and Iphone 3G

Get UseNext Client - Free Highspeed Access To 300TB of Videos, Games and Music!
Satellite TV for PC - Access to 3000+ Stations WorldWide! 200+ Premium Channels!

How 2 Find EVERYTHING uploaded on Rapidshare

All rapidshare.de Downloads:

http://www.google.com/search?hl=en&lr=&as_qdr=all&q=+.*+site%3Arapidshare.de

Apps Rapidshare.de Downloads:

http://www.google.com/search?hl=en&lr=&as_qdr=all&q=.cab+OR+.exe+OR+.rar+OR+.zip+site%3Arapidshare.de&btnG=Search

Movies rapidshare.de Downloads:

http://www.google.com/search?hl=en&lr=&as_qdr=all&q=+.Avi+OR+.mpg+OR+.mpeg+site%3Arapidshare.de&btnG=Search

Popularity: 6%

Tags: files, Online Tools, rapidshare, search




How to extract the contents of MSI files

There are several method to extract the data inside a .MSI file. You can, however, do it straight from the command line without using any other external program.

Here’s how to do it:

- Click Start -> Run (This brings the Run dialog box)
- In the Run dialog box type cmd and press Enter (This launches the Command Prompt)
- Use the following command to perform the extraction:

msiexec /a filepath to MSI file /qb TARGETDIR=filepath to target folder

Replace filepath with the path of the MSI file.
Replace filepath to target folder with the path of the folder you want the files to be extracted to

Example: msiexec /a c:\myfile.msi /qb TARGETDIR=c:\myfolder

- Press Enter and you’re done. The files within the MSI installer will be extracted to the folder you specified.

Popularity: 9%

Tags: extract-content, files, folder, msi-installer, msiexec, Tech Tips, Tips and Tricks, windows