MSI Installing error

R

Robert Pater

Hello Folks,
I've problem during MSI file package installation. During
installation I receive error message box : "
10/31/2003,13:15:12,1,0,11722,MsiInstaller,N/A,hostname,"Pr
oduct: Platform Tools -- Error 1722.There is a problem
with this Windows Installer package. A program run as part
of the setup did not finish as expected. Contact your
support personnel or....

Have you got any idea how to resolve this problem ?

Best Regards,
Robert
 
P

Phil Wilson

This is a problem with a program being run during the installation as a custom
action. If you have an MSI file that you're installing (as opposed to an exe
that packages an MSI file) run it with this command line:
msiexec /i <path to the msi file> /l*v logfile.log
Post the log file. It tends to show more detail about the error.

You can also turn on logging machine-wide for all MSI activity with this
registry entry

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="iewarucmopv"

to producta log called MSI<hex chars>.log in your temp folder.
 
D

deathwatcher

i got couple of games that cannot install
when i double click install it says it cannot find
nameofthegame.msi
when i explore the cd
i saw this _____.msi
i try to copy the file to another location and rename the ____.msi to
nameofthegame.msi

but when i want to paste the msi file
it says cannot paste
then i right click to repair the file also cannot
mostly chinese game
does it mean i need a chinese windows to play the game

if u noe what is happening can email me at
(e-mail address removed)
thks


deathwatcher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top