Thank you for the feedback. I'm not necessarily certain how to go about
doing that since I am developing the wix installer with visual studio. Also
here is the error that I am getting

Event Type: Error
Event Source: MsiInstaller
Event Category: None
Event ID: 11722
Date: 5/23/2012
Time: 4:17:12 PM
User: VIRTUALXP-52160\XPMUser
Computer: VIRTUALXP-52160
Description:
Product: [Product] -- 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.  Action
RegisterPlugin, location: C:\Program Files\[Product Information]\, command:
regsvr32.exe /s "C:\Program Files\[Product Information].dll"

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 7b 36 46 30 44 39 41 38   {6F0D9A8
0008: 41 2d 34 39 37 34 2d 34   A-4974-4
0010: 30 37 41 2d 42 34 42 33   07A-B4B3
0018: 2d 37 31 31 32 37 43 39   -71127C9
0020: 46 46 34 38 30 7d         FF480}


On Wed, May 23, 2012 at 3:02 PM, Wilson, Phil <phil.wil...@invensys.com>wrote:

> WiX has a tool for extracting COM information, it's "harvested" using
> heat.exe. Even if you wanted to have the Dll self-register you don't need
> to do that by running regsvr32 because Windows Installer has a SelfReg
> table, just get your Dll in there.
>
> Developers often think that installs work using the same tools as used
> during development. You don't need regsv32 to do registration (or regasm),
> you don't install assemblies in the GAC with GacUtil, and you don't need
> InstallUtil to install services etc.
>
> Phil W
>
> -----Original Message-----
> From: Jelani Jackson [mailto:jeljac...@gmail.com]
> Sent: Wednesday, May 23, 2012 11:28 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] WIX regsvr32 with XP
>
> Hello all I am currently working on an installer which works for Windows
> Vista and Windows 7. When it comes to Windows XP on the other hand I
> receive the error code 1722. I logged the installation process and found
> that the error occurred when the command regsvr32 is ran for a particular
> dll (the only time regsvr32 is actually called). Any insight would be a
> great help.
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and threat
> landscape has changed and how IT managers can respond. Discussions will
> include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> *** Confidentiality Notice: This e-mail, including any associated or
> attached files, is intended solely for the individual or entity to which it
> is addressed. This e-mail is confidential and may well also be legally
> privileged. If you have received it in error, you are on notice of its
> status. Please notify the sender immediately by reply e-mail and then
> delete this message from your system. Please do not copy it or use it for
> any purposes, or disclose its contents to any other person. This email
> comes from a division of the Invensys Group, owned by Invensys plc, which
> is a company registered in England and Wales with its registered office at
> 3rd Floor, 40 Grosvenor Place, London, SW1X 7AW (Registered number 166023).
> For a list of European legal entities within the Invensys Group, please go
> to http://www.invensys.com/en/legal/default.aspx.
>
> You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail
> recept...@invensys.com. This e-mail and any attachments thereto may be
> subject to the terms of any agreements between Invensys (and/or its
> subsidiaries and affiliates) and the recipient (and/or its subsidiaries and
> affiliates).
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to