23 May, 2008

adding facet management to eclipse project

1. open .project file
2. add to natures tag next line :
org.eclipse.wst.common.project.facet.core.nature

16 May, 2008

.msi files extracting

First, access an elevated command prompt, to do this:

1. Click the Start button.

2. Click All Programs.

3. Go into Accessories.

4. Right-click on Command Prompt.

5. Select Run as administrator.

6. When the UAC Prompt appears, click Continue.


Once you have your elevated command prompt, input the following:



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

using the desired locations to fill the above mentioned filepaths.
(Example: msiexec /a c:\testfile.msi /qb TARGETDIR=c:\temp\test)