PDA

View Full Version : Problema file .msi


Timur
30-06-2006, 11:07
Salve a tutti,

vi chiedo un aiuto se possibile...

ho un piccolo problema: Windows XP non mi riconosce i file con estensione .msi e non riesco a venirne a capo...Se non dico una cavolata, i file .msi dovrebbero essere dei file di setup per l'installazione dei programmi...
Ho già visto che nella cartella system32 è presente msiexec.exe, che dovrebbe garantirmi la lettura di tali estensioni, ma niente da fare..inoltre ho anche installato l'ultima versione di WindowsInstaller (3.1) e ancora nulla...
Al momento dell'apertura del file il sistema mi visualizza che l'applicazione non è conosciuta e mi8 chiede di selezionare un programma da un elenco o fare ricerca sul web....

Qualcuno può indicarmi un modo per tentare di risolvere questo problema?

:help:

Vi ringrazio in anticipo

Timur
30-06-2006, 11:35
Ho anche provato ad eseguire questi comandi, trovati in una guida online:

A. MSI files are Microsoft's new software installation package format and will allow applications to be published to a domain, site or group in Windows 2000 and also allow the application to self-repair.

If when double clicking a MSI file it asks for an application to run under, its default association has been lost so perform the following to fix:

1. Start a command prompt (Start - Run - cmd.exe)
2. Type the command:
C:\> ftype Msi.Package
If the response is
Msi.Package="%SystemRoot%\System32\msiexec.exe" /i "%1"
then continue to the next step. If it is not found type
C:\> ftype Msi.Package="%SystemRoot%\System32\msiexec.exe" /i "%1"
Continue to the next step
3. Type the command:
C:\> assoc .msi
If the response is
.msi=Msi.Package
then check the %systemroot%\system32 folder for the msiexec.exe file and replace if missing.
If there is no association (the most normal problem) type:
C:\> assoc .msi=Msi.Package


Su quest'ultimo comando C:\> assoc .msi=Msi.Package il prompt visualizza 'Errore occorso durante l'elaqborazione: .msi.

Timur
30-06-2006, 11:43
Comandi rifatti correttamente...l'associazione riesce ma ancora nulla da fare ....

:help: please

Timur
30-06-2006, 14:51
:help: up