[WiX-users] How to detect if it is a real user account

2014-07-06 Thread Dolevo Jay
Hi, I have an installer in WIX. I have tried to deploy it to a group of target computers in the network and encountered the following issue. The deployment was successful but there is an issue when the installer launches the application after the installation finishes using the following code:

Re: [WiX-users] Making Heat output binder variables

2014-07-06 Thread Nicolás Alvarez
I'm not afraid of using XSLT, but it seems weird that Heat can't do this automatically. What is -wixvar supposed to do? -- Nicolás 2014-07-06 2:56 GMT-03:00 Rob Mensching : > Transform? > > ___ > FireGiant | Dedicated support for th

[WiX-users] Class is not registered while installation

2014-07-06 Thread א . כהן
Hello, create an installer for a dll using Minimal WIX installer. The class GUID is registered as expected under HKEY_Local_Machine\SOFTWARE\Classes\CLSID , but the class itself is not registered under HKEY_Local_Machine\SOFTWARE\Classes. This is the code of installer: //The class definition. S

Re: [WiX-users] Making Heat output binder variables

2014-07-06 Thread Asbjørn Mikkelsen
I don't know what you means with binder variables, but we added this parameter to heat: PreprocessorVariable="var.SourceRootFolder" and that gives us this in the file element: On Sun, Jul 6, 2014 at 7:56 AM, Rob Mensching wrote: > Transform? > > _