O arquivo .cab modificado faz com que o instalador lance erro 1334

5

Eu tinha uma versão antiga das pilhas Bluetooth da Toshiba para o Windows para hardware não-Toshiba e precisei atualizá-la.

As novas versões deste software suportarão apenas o hardware da Toshiba, a menos que informações do dispositivo, UID, etc. sejam adicionadas ao arquivo inf antes da instalação. Mas o inf está em um arquivo .cab, mas depois de extrair & Reembalando a cabine e tentando instalar, ela lança error 1334 .

Como posso resolver esse erro?

    
por Louis Royal 23.10.2012 / 10:01

1 resposta

0

1334 significa que você precisa:

  1. Resolva os caminhos dos arquivos no arquivo .cab :

The file '[2]' cannot be installed because the file cannot be found in cabinet file '[3]'. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.

  1. Atualize a tabela de arquivos do pacote .msi :

The above error occurs only when the packaged merge module contains more than one file.

To avoid this either keep the sequence same during creating of localized MSI or manually edit the transform after using msitrans.exe. If the file table has large number of entries then you may export file table from base MSI package and import it in localized MSI package

Referências

por 11.02.2017 / 01:15