Re: [WiX-users] Creating Registry Key

2013-12-16 Thread Suvrajyoti Panda
Hi Nicolas, I just got it reviewed and as of now it does not cause much of a bother to me at this point of time. Thanks for the reply. Thanks, SuvraJyoti On 16-12-2013 21:12, Nicolás Alvarez wrote: > Does he extra slash cause you actual trouble? Does it bother you enough to > justify a custom ac

Re: [WiX-users] heat.exe : warning HEAT5151

2013-12-16 Thread Suvrajyoti Panda
Hi John, Thanks for the reply, could you please let me know what are the different ways to increment the assembly file version? Regards, SuvraJyoti On 16-12-2013 19:47, John Cooper wrote: > Not all version numbers are created equal. 5.3.1.0 probably reflects the > AssemblyVersion which impact

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-16 Thread Suvrajyoti Panda
No Wesley, I have not used any create folder over here. Regards, SuvraJyoti On 16-12-2013 20:03, Wesley Manning wrote: > Did you use CreateFolder to create this directory? If so I think you need to > use RemoveFolder to remove the folder. Not sure about that though. > > -Original Message--

[WiX-users] XMLUTIL Help

2013-12-16 Thread Rohit Sharma
Hello Folks Trying to figure out the right entry to delete the node I create during installation at uninstall time. Here's what I have: At end of installation I have:

Re: [WiX-users] Managed Bootstrapper fails to load - Errror 0x80040150

2013-12-16 Thread tattvajit
Thanks Phill and Rob. This is indeed a per-machine install. The issue does appear to be due to resources related to the user profile not being available to the managed bootstrapper. I have verified that the error occurs when there is no logged in user, though not every single time. I have narr

Re: [WiX-users] Managed Bootstrapper fails to load - Errror 0x80040150

2013-12-16 Thread Rob Mensching
I've heard people not having issues launching Burn from a system service in the past. If you're installing a per-machine Bundle seems like many things might work. If this is the same case that someone pointed me to on StackOverflow then the error messages presented there suggested the service wa

Re: [WiX-users] Managed Bootstrapper fails to load - Errror 0x80040150

2013-12-16 Thread Phill Hogland
>>The service runs under a user who is in the local administrators group. The BurnBasedSetupKit.exe could very well be invoked by the service when the machine is running but there is no user logged in. [Note: When the BurnBasedSetupKit.exe kit is invoked interactively, everything works fine.] I k

Re: [WiX-users] Creating Registry Key

2013-12-16 Thread Nicolás Alvarez
Does he extra slash cause you actual trouble? Does it bother you enough to justify a custom action? El lunes, 16 de diciembre de 2013, Suvrajyoti Panda escribió: > Thanks for the solution Blair. Would try this. > > Regards, > SuvraJyoti > On 15-12-2013 16:24, Blair Murri wrote: > > Only with a cu

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-16 Thread Wesley Manning
Did you use CreateFolder to create this directory? If so I think you need to use RemoveFolder to remove the folder. Not sure about that though. -Original Message- From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.in] Sent: December-16-13 12:37 AM To: General discussion about the Wi

Re: [WiX-users] heat.exe : warning HEAT5151

2013-12-16 Thread John Cooper
Not all version numbers are created equal. 5.3.1.0 probably reflects the AssemblyVersion which impacts the strong naming. 1.0.0.0 reflects the AssemblyFileVersion. You should be concerned that your build process is not incrementing the AssemblyFileVersion. This is the version that the instal

[WiX-users] WixFirewall CA

2013-12-16 Thread Graham Harwood
Hi guys, Probably a question for Bob (from reading previous mails. BTW great effort on the release, thanks) and possibly only a point for clarification but here goes.. My question is, what reason does the CA for the firewall not update an application rule if one already exists? I assumed this m

[WiX-users] heat.exe : warning HEAT5151

2013-12-16 Thread Suvrajyoti Panda
Hi All, I am creating a WIX installer. In the heat part i am getting the below warning: heat.exe : warning HEAT5151 : Could not harvest data from a file that was expected to be an assembly: D:\configRelease\command_processors\bpolympic\OraclePull.dll. If this file is not an assembly you can i