Re: [WiX-users] WinRt/Metro App Sideloading installer

2014-12-17 Thread stuboy
Hi, I'm new here. I manage an 8.1 app for a small company and I've been looking for an installer that will handle sideloading apps. So, if you need a up vote for this, here's one. :) Stu. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WinRt-Metro-

Re: [WiX-users] Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue??

2014-12-17 Thread James
This worked well. Thank you.James From: Phill Hogland [via Windows Installer XML (WiX) toolset] To: James Sent: Tuesday, 9 December 2014, 14:30 Subject: Re: Deploying multiple cultures using Burn/MSI(s). Wix 3.9 issue?? Define a variable in your bundle, detect the culture in your

Re: [WiX-users] "1" as the progress message at the end of an install

2014-12-17 Thread Hoover, Jacob
Look for it in the logs, to see where it's happening. Odds are someone (is this a MSI you are building) customized their MSI definition with a ProgressText element. -Original Message- From: victorwhiskey [mailto:victorhwhis...@yahoo.com] Sent: Wednesday, December 17, 2014 3:39 PM To: w

Re: [WiX-users] "1" as the progress message at the end of an install

2014-12-17 Thread victorwhiskey
Thanks Phil, So the only way to get rid of it is to recompile wix with the fix? Thanks Phil Wilson wrote > That text is a template from the WiX ActionText for copying the files, > it might be for the InstallFiles action. It should be a template with > parameter number in square brackets, maybe

Re: [WiX-users] Options for pausing the download and installation in wix custom BootStrapper

2014-12-17 Thread Phill Hogland
So far as I can understand, the only place in the wix source where the UX can indicate to Burn to "suspend" by returning Result.Suspend is in OnExecutePackageComplete. It looks to me like the only option in OnCacheAcquireProgress is to cancel or continue. Some of the other Cache handlers allow t

Re: [WiX-users] How to install a new user?

2014-12-17 Thread patrickpirzer
Thank You very much Phill! You're absolutely right and i had totally forgotten, that there is a tiny difference between german and english OS. I always tried to add my user to the group "Administrators" but it had to be "Administratoren". I heeded Your advice and used Your C#-code in my GUI-ViewMo