[WiX-users] Could not access network location problems

2015-05-07 Thread Lutteke, Robin
​Hi, I'm trying to install a normal application locally. But it tries to access a network location. What is going wrong? This is my log: === Verbose logging started: 7-5-2015 8:37:36 Build type: SHIP UNICODE 5.00.7601.00 Calling process: C:\Windows\system32\msiexec.exe === MSI (c)

Re: [WiX-users] Modifying new msi package prior to recache in a custom action

2015-05-07 Thread Rob Mensching
Yeah, stop the madness. Admit a mistake was made and ship mandatory updates to A, B and the already released C's via some other mechanism (Burn bundle?). Then get on to a good path with the new C. Don't bring down your future by trying to dig a deeper custom action hole.

Re: [WiX-users] specifying an installed executable to be run at boot time

2015-05-07 Thread Rob Mensching
Or run it from the per-machine Run key to be elevated. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Nir Bar [mailto:nir@panel-sw.com] Sent: Thursday, May 7, 2015

Re: [WiX-users] specifying an installed executable to be run at boot time

2015-05-07 Thread Nir Bar
Running an executable at boot can be done with the registry Run key https://msdn.microsoft.com/en-us/library/windows/desktop/aa376977(v=vs.85).aspx . If you need it to run with elevation you can run it as a Windows service

[WiX-users] How to use RegistrySearch using a searching condition?

2015-05-07 Thread Marco Tognacci
I need to search a registry key of this kind, where is present a GUID with the ProductCode of an installed package that I don't know HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{----}\ I need to find the registry key based on the string

Re: [WiX-users] How to use RegistrySearch using a searching condition?

2015-05-07 Thread John Cooper
See util:ProductSearch. -- John Merryweather Cooper Senior Software Engineer | Integration Development Group | Enterprise Notification Service Jack Henry Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Marco Tognacci

Re: [WiX-users] How to use RegistrySearch using a searching condition?

2015-05-07 Thread Marco Tognacci
ProductSearch works only with msi packages, I need to have the same feature but with a Bundle Burn exe package,at this momento there is no extension for doing this so I 'm tring to search manually in the registry. From: jocoo...@jackhenry.com To: wix-users@lists.sourceforge.net Date: Thu, 7

Re: [WiX-users] How to use RegistrySearch using a searching condition?

2015-05-07 Thread Hoover, Jacob
Custom Action or within your custom BA? For the former I'd start with the functions from butil.cpp, though there still are future concerns about the potential for maintaining backwards and forwards compatibility. If you're doing this in a custom BA, have a look at the RelatedBundle element.

Re: [WiX-users] Per-User Previlage To Write to Program Files

2015-05-07 Thread Rob Mensching
You have to be elevated to install to ProgramFiles. Your per-user MSI never should have been able to install to ProgramFiles unless you always launched it from an elevated process. _ Short replies here. Complete answers over there:

Re: [WiX-users] Per-User Previlage To Write to Program Files

2015-05-07 Thread Scott Ferguson
Hi, Yes I've picked up that it probably shouldn't be possible. But I can assure you that I have been installing per-user installs to the Program Files directory for 8 years on this one product alone and using either Setup and Deployment or InstallShield it has never been an issue. Have a look

[WiX-users] Error 1606. Could not access network location

2015-05-07 Thread Kannan24
I have network drive from one drive. Mapped the network drive to Documents folder. Now my documents folder located to network location and able to use both location for include and delete process. While am installing MSI which files to ship in documents(personal folder) it getting failed in

[WiX-users] Per-User Previlage To Write to Program Files

2015-05-07 Thread Scott Ferguson
Hi, I am using Wix 3.9.1208. I have an installer created earlier with Install Shield Limited Edition that installed as a per user package. I have been upgrading the original installation over the last two years. I now need to upgrade the program using Wix as I need the additional

Re: [WiX-users] How to use RegistrySearch using a searching condition?

2015-05-07 Thread Marco Tognacci
I have a Main Burn exe Bundle that need to install a secondary exe Bundle package,I have added the secondary exe package as ExePackage in the Main Bundle and add it in che Main Bundle Chain, and I need to add the right Detect condition for this package.How can I use the related Bundle? Thanks

Re: [WiX-users] specifying an installed executable to be run at boot time

2015-05-07 Thread Phil Wilson
You may need to be clear about whether you mean boot time or interactive user logon time. The contents of the registry's Run-type keys don't run at boot time - they run at log on time. If you literally want boot time you may be able to do it with a Task Scheduler entry, but arguably the usual way

Re: [WiX-users] Could not access network location problems

2015-05-07 Thread Phill Hogland
Well one thought is that since there are the following log entries (among others): LogonUser = administrator , and AppDataFolder = C:\Users\Administrator\AppData\Roaming\ imply that the built-in administrator account was used to launch the setup. the built-in administrator has certain