How to extract the registration information? I heard there are some tools which 
can output a Wix include file containing the registration information. But 
regit.exe doesn't provide that functionality.

Thanks,
Xin

From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 27, 2007 11:31 AM
To: Xin Liu (Person Consulting)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to force the .msi "run as Administrator"

Xin Liu (Person Consulting) wrote:
Our .msi calls the regit.exe which comes from Visual Studio SDK 2005 during 
installation. It is defined in custom action.

Regit.exe is not redistributable; you shouldn't be using it to register 
packages. Instead, extract the registration information and put it in the 
Registry table to let MSI manage the registration.




--

sig://boB

http://bobs.org
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to