Re: [WiX-users] Restart - setting from CA and checking from Custon BA

2015-04-27 Thread Phill Hogland
>>Is it possible .and to check it from my WPF custom bootstrapper application? In the ApplyComplete handler (see WixBA InstallationViewModel of wix src) in code similar to this: if (this.root.State != this.root.PreApplyState) { this.root.State = Hresult.Succeeded(

Re: [WiX-users] Bootstrapper for multiple cultures

2015-04-27 Thread Phill Hogland
My comment was based primarily on this thread where I detailed two concerns which I observed after using embedTransform.exe, in the maner described here

Re: [WiX-users] Custom Bootstrapper Application - accessing variables set at custom actions

2015-04-27 Thread Nir Bar
The custom action code sets a MSI property, not a burn variable. You have no WiX-standard way of doing so, however you could you an atom table entry for that. - Nir Bar Freelance Developer Mail: nir.

Re: [WiX-users] Restart - setting from CA and checking from Custon BA

2015-04-27 Thread Phil Wilson
If you can call MsiSetMode (installation handle, MSIRUNMODE_REBOOTATEND) then that will result in a ERROR_SUCCESS_REBOOT_REQUIRED returned (assuming no other errors). --- Phil Wilson On Mon, Apr 27, 2015 at 7:05 AM, ronif wrote: > Hi, > > Is it possible to set in my c# Custom action

Re: [WiX-users] Bootstrapper for multiple cultures

2015-04-27 Thread Soren Dreijer
Sorry for reviving a fairly old thread, but I'm working on localizing the MSIs inside a bundle and the following made me a bit uneasy: I use a single localized bootstrapper and separate localized msi(s). All of > my UX GUI is in the mba, except for a few status and error messages in the > MSI. I

Re: [WiX-users] GPO changes

2015-04-27 Thread Keith.Douglas
I've used WMI in the past, so maybe this is doable. Thanks, Keith Douglas Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-854-5589 Facsimile | Téléco

[WiX-users] Restart - setting from CA and checking from Custon BA

2015-04-27 Thread ronif
Hi, Is it possible to set in my c# Custom action that a restart is required and to check it from my WPF custom bootstrapper application? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Restart-setting-from-CA-and-checking-from-Custon-BA-tp7600110.

Re: [WiX-users] GPO changes

2015-04-27 Thread John Cooper
It can be done through C++ https://msdn.microsoft.com/en-us/library/aa374177(v=vs.85).aspx or practically any language with a WMI interface. Nice feature request to implement. -- John Merryweather Cooper Senior Software Engineer | Integration Development Group | Continuing Development Jack H

[WiX-users] GPO changes

2015-04-27 Thread Keith.Douglas
Our techsupport staff wants to use a GPO change to modify the behaviour of IE on our (non-domained, usually disconnected) laptop fleet that I build installation stuff for. Is there a good way to do this via an installation process? (It seems that ad-hoc replacing the file based version of the se

[WiX-users] Custom Bootstrapper Application - accessing variables set at custom actions

2015-04-27 Thread ronif
Hi, Is it possible to access a variable I set on a Custom Action? There is an example for code that does not work for me: CA: [CustomAction] public static ActionResult CA1(Session session) { session["BLABLA"] = "BlaBla5"; return ActionResult.Failure

[WiX-users] LogLevel.Error - Custom bootstrapper application

2015-04-27 Thread ronif
Hi everyone, I've wrote a custom bootstrapper application, and I've noticed that LogLevel.Error are not written to the log file, while LogLevel.Verbose does. Why is that? how can a lower level verbosity be written while a higher one is not? Thanks, Roni -- View this message in context: http:/

Re: [WiX-users] Could not harvest data from a 64bit dll

2015-04-27 Thread ssmsam
Ohh!! Okay. Thanks for that. Can we know, In which release will it be available. We are using CA which calls RegSvr32.exe with dll . So adding up 3 CA(reg, rollback n unreg). I pondered over sites/blogs, found couple of suggestions, 1. To run heat with 32-bit version of dll, and generate wxs

Re: [WiX-users] heat.exe: How to generate unique but human readable IDs for directories, components and files

2015-04-27 Thread ssmsam
Thanks for your confirmation. Kind Regards, Sampat -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/heat-exe-How-to-generate-unique-but-human-readable-IDs-for-directories-components-and-files-tp7600068p7600104.html Sent from the wix-users mailing l