IP

Thursday, December 23, 2010

Cara Reapir Windows Installer

To repair a package using the command line

1. Open Command Prompt.

2. Type:

msiexec/f[p][o][e][d][c][a][u][m][s][v] {package | ProductCode}


Value Description

/fp


Reinstalls only if the file is missing.

/fo


Reinstalls if the file is missing or if an older version is installed.

/fe


Reinstalls if the file is missing or an equal or older version is installed.

/fd


Reinstalls if the file is missing or a different version is installed.

/fc


Reinstalls if the file is missing or the stored checksum does not match the calculated value.

/fa


Forces all of the files to be reinstalled.

/fu


Rewrites all of the required user-specific registry entries.

/fm


Rewrites all of the required computer-specific registry entries.

/fs


Overwrites all of the existing shortcuts.

/fv


Runs from source and recaches the local package.

package


Specifies the name of the Windows Installer package file.

ProductCode


Specifies the globally unique identifier (GUID) of the Windows Installer package.

No comments:

Post a Comment