Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Windows Installer package error

Reply
Thread Tools Display Modes

Windows Installer package error

 
 
Benjamin
Guest
Posts: n/a

 
      11-09-2007
I'm trying to install driver software for my high speed camera (lab-material)
but I receive the following error:
"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 package vendor"
I'm now using Vista (new pc), is it possible that the company that provided
the driver for the camera still delivers a driver for windows XP. Could it
make a difference? Yet, i downloaded the latest driver possible

Thanks!

benjamin
 
Reply With Quote
 
 
 
 
Rick Rogers
Guest
Posts: n/a

 
      11-09-2007
Hi,

Yes, it's possible. Right click the setup file, use 'run as administrator'
and see if that helps.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"Benjamin" <> wrote in message
news:A8B20E61-D02B-410B-8104-...
> I'm trying to install driver software for my high speed camera
> (lab-material)
> but I receive the following error:
> "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 package vendor"
> I'm now using Vista (new pc), is it possible that the company that
> provided
> the driver for the camera still delivers a driver for windows XP. Could it
> make a difference? Yet, i downloaded the latest driver possible
>
> Thanks!
>
> benjamin


 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      11-09-2007
"Benjamin" <> wrote ...
> I'm trying to install driver software for my high speed camera
> (lab-material)
> but I receive the following error:
> "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


Hi Benjamin,

The error 1722 is a standard Windows Installer error message; but the
underlying cause will be highly specific to the MSI package you are trying
to install. The vendor has written the package in such a way that it runs an
external program as part of the installation procedure; but the external
program cannot start, for some reason (hence the error).

If the driver is in the form of an MSI file, you may be able to get
additional information by turning on logging. Open a command prompt as
administrator, cd to the directory containing the MSI file, and run this
command:

C:\FOO>msiexec /i <filename>.msi /l*vx logfile.log

This will create a text file called logfile.log in the current directory,
with a very detailed, blow-by-blow description of what the installer is
doing as it runs. After teh error appears, you can examine this file using
Notepad or any other text editor.

If the driver has been packaged as an EXE file, then it's a bit harder. The
EXE may have command line parameters to turn on logging, or else options to
unpack the MSI from the EXE file, so that you can run the MSI on its own (we
know that the core package is an MSI file, because that's why you get a
"1722" error. If it was a different kind of installer you'd get a different
error message).

Even once you've got a log of the problem, you may still need to contact the
vendor of the driver, to confirm their software works on Vista. But the log
will help you understand exactly why it is failing.

Hope it helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
HeyBub
Guest
Posts: n/a

 
      11-09-2007
Benjamin wrote:
> I'm trying to install driver software for my high speed camera
> (lab-material) but I receive the following error:
> "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 package vendor"
> I'm now using Vista (new pc), is it possible that the company that
> provided the driver for the camera still delivers a driver for
> windows XP. Could it make a difference? Yet, i downloaded the latest
> driver possible
>
> Thanks!
>


Google lists about a google instances of this error. The error comes from
InstallShield and the cause is not specified. All manner of work-arounds are
provided - depending on what's being installed. Some suggestions/causes
include:

* Specifying a different install directory
* Installation folder with funny characters
* Uninstall previous versions
* .NET is screwed
* JAVA Runtime Environmnet (JRE) error





 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 1327 - Windows Installer Honus on the Sound Windows Vista General Discussion 1 03-17-2008 09:17 PM
Windows Installer Error Kealani Windows Vista Installation 6 09-14-2007 01:12 PM
What is this error with Windows Modules Installer? Stan Kay Windows Vista General Discussion 2 09-08-2007 08:01 PM
Windows Installer Error brjahu Windows Vista General Discussion 1 08-08-2006 09:36 PM
Windows Installer Error brjahu Windows Vista General Discussion 0 08-08-2006 08:50 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59