> I get the following error while running the .msi created by using the
> following code to create a service using WIX.GService.exe is the
> service exe
> file.I've copied installutillib.dll,GService.exe to the wix-binary
> folder(folder where candle.exe and light.exe exists)and created a
> service.xml file with the line given at the end

You should dump all the InstallUtilLib stuff and replace it with
<ServiceInstall> and <ServiceControl> elements.  InstallUtilLib is
undocumented, unsupported and, in your case, there are better
alternatives.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to