[WiX-users] chrome.exe never gets shutdown by RM

2012-04-27 Thread E. Timothy Uy
In fact, if you add it to iexplore and firefox which usually close, nothing gets close. Is there any way around this? I presume this is outside Wix domain since chrome does show up in FilesInUse. Respectfully, Tim -- Live

Re: [WiX-users] MsiRMFilesInUse example to restart browsers

2012-04-26 Thread E. Timothy Uy
applications holding files in use are closed before continuing with the installation. Action ended 9:04:54: InstallValidate. Return value 1. On Wed, Apr 25, 2012 at 3:59 PM, E. Timothy Uy wrote: > chrome.exe - does not close > firefox.exe - closes, but never restarts > iexplore.exe

Re: [WiX-users] killing Chrome and Firefox

2012-04-26 Thread E. Timothy Uy
// /* TODO: Do this eventually * * On Thu, Apr 26, 2012 at 2:06 AM, E. Timothy Uy wrote: > Dear Peter, > > Thanks for writing back. util:CloseApplication will close the application > if CloseMessage="yes", but when CloseMessage="no" it seems that th

Re: [WiX-users] killing Chrome and Firefox

2012-04-26 Thread E. Timothy Uy
t; I don't think closeapplication has much to do with filesinuse. I suspect it > sends WM_CLOSE messages to applications or possibly kills them. If your > installer runs elevated then setting ElevatedCloseMessage="yes" should be > more effective. > > -Orig

[WiX-users] How to use FileInUse dialog

2012-04-26 Thread E. Timothy Uy
Still not able to get FilesInUse dialog to come up. Any advice would be much appreciated. http://stackoverflow.com/questions/10327273/wix-how-to-use-fileinuse-dialog -- Live Security Virtual Conference Exclusive live event

Re: [WiX-users] killing Chrome and Firefox

2012-04-25 Thread E. Timothy Uy
It seems that CloseMessage="no" should have triggered FilesInUse, but it doesn't at all. The installation just proceeds. On Wed, Apr 25, 2012 at 1:05 PM, E. Timothy Uy wrote: > Silly me. I was able to get the browsers to close by setting > CloseMessage="yes". Next

Re: [WiX-users] MsiRMFilesInUse example to restart browsers

2012-04-25 Thread E. Timothy Uy
chrome.exe - does not close firefox.exe - closes, but never restarts iexplore.exe - closes and restarts (blank page) On Wed, Apr 25, 2012 at 2:50 PM, E. Timothy Uy wrote: > The plot thickens. Removing Chrome from the mix makes it work. > > > > > Is this solvable? I did noti

Re: [WiX-users] MsiRMFilesInUse example to restart browsers

2012-04-25 Thread E. Timothy Uy
The plot thickens. Removing Chrome from the mix makes it work. Is this solvable? I did notice that chrome.exe uses a lot of processes. Could this be the issue? Is there a limit on the # of processes? On Wed, Apr 25, 2012 at 2:14 PM, E. Timothy Uy wrote: > I was able to show the FilesIn

Re: [WiX-users] MsiRMFilesInUse example to restart browsers

2012-04-25 Thread E. Timothy Uy
before continuing with the installation. None of the browser instances are closed. Any advice would be much appreciated. Respectfully, Tim On Wed, Apr 25, 2012 at 1:56 PM, E. Timothy Uy wrote: > Looks like RM only works with Vista+. What is the fallback for XP? > > > On Wed, Apr 2

Re: [WiX-users] MsiRMFilesInUse example to restart browsers

2012-04-25 Thread E. Timothy Uy
Looks like RM only works with Vista+. What is the fallback for XP? On Wed, Apr 25, 2012 at 1:53 PM, E. Timothy Uy wrote: > Dear Rob et al., > > Thanks everyone for being so gracious. This time I would like the > installer to shutdown any browsers (IE, Chrome, Firefox) prior to &g

[WiX-users] MsiRMFilesInUse example to restart browsers

2012-04-25 Thread E. Timothy Uy
Dear Rob et al., Thanks everyone for being so gracious. This time I would like the installer to shutdown any browsers (IE, Chrome, Firefox) prior to installation, and restart them after installation completes. I think I should use MsiRMFilesInUse but have not been able to locate any samples or ins

Re: [WiX-users] killing Chrome and Firefox

2012-04-25 Thread E. Timothy Uy
Silly me. I was able to get the browsers to close by setting CloseMessage="yes". Next step, how do I use "FilesInUse"? On Wed, Apr 25, 2012 at 12:18 PM, E. Timothy Uy wrote: > I changed WixCloseApplications to run before InstallInitialize but this > did not help either

Re: [WiX-users] killing Chrome and Firefox

2012-04-25 Thread E. Timothy Uy
mpt="no" >Target="chrome.exe"/> > Description="Chrome is still running." >ElevatedCloseMessage="no" > RebootPrompt="no" >

Re: [WiX-users] Placement of reboot

2012-04-25 Thread E. Timothy Uy
> -Original Message- > From: E. Timothy Uy [mailto:t...@loqu8.com] > Sent: 25 April 2012 00:55 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Placement of reboot > > Perhaps just a misunderstanding. Could it be that CustomActions h

Re: [WiX-users] killing Chrome and Firefox

2012-04-25 Thread E. Timothy Uy
By the way, the code below doesn't work at all. On Wed, Apr 25, 2012 at 12:02 PM, E. Timothy Uy wrote: > Looks like I can only use WixCloseApplications once. How do I close all > browsers both before installation and right before uninstallation? Trying >

Re: [WiX-users] killing Chrome and Firefox

2012-04-25 Thread E. Timothy Uy
;RebootPrompt="no" >Target="firefox.exe"/> > > On Wed, Apr 25, 2012 at 2:03 AM, Peter Shirtcliffe wrote: > See Util:CloseApplication in the wix help. > > -Original Message- >

[WiX-users] killing Chrome and Firefox

2012-04-24 Thread E. Timothy Uy
Hi, we are a requirement to kill Chrome and Firefox during install, so that we can install or modify a plugin. What is the best way to kill processes (or ask the user to kill processes)? Thanks, Tim -- Live Security Virtua

Re: [WiX-users] Placement of reboot

2012-04-24 Thread E. Timothy Uy
Perhaps just a misunderstanding. Could it be that CustomActions have to be always between and fragments are not exactly extra bits of the Product? On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching wrote: > Because something is wrong? > > On Tue, Apr 24, 2012 at 2:40 PM, E. Timothy

Re: [WiX-users] Changing reboot message

2012-04-24 Thread E. Timothy Uy
I wasn't able to add just the string into my main wxs. Respectfully, Tim On Tue, Apr 24, 2012 at 3:37 PM, Rob Mensching wrote: > Add an Error element. > > On Tue, Apr 24, 2012 at 9:54 AM, E. Timothy Uy wrote: > > > Is it possible to change the reboot message shown fo

[WiX-users] Placement of reboot

2012-04-24 Thread E. Timothy Uy
Here's something strange: Not Installed Not Installed Installed Installed Placed inside the Product tag, this works, but in a fragment , it does not. Why? Thanks, Tim --

[WiX-users] cultures link

2012-04-24 Thread E. Timothy Uy
http://wix.sourceforge.net/manual-wix3/specifying_cultures_to_build.htm The "specifying cultures" link is dead from http://wix.sourceforge.net/manual-wix3/build_a_localized_version.htm -- Live Security Virtual Conference E

[WiX-users] Changing reboot message

2012-04-24 Thread E. Timothy Uy
Is it possible to change the reboot message shown for "ScheduleReboot"? I would like it to be simpler, something like "[2] has been installed. Click Yes to restart now. Click No to manually restart later." I read of some folks using "Error Id=1703" but I'm not sure where to put this. Respectfully,

[WiX-users] Launch after reboot

2012-04-24 Thread E. Timothy Uy
I would like to launch my application immediately after the installer reboots. Is setting a runonce registry the best way to do this? If I have a scheduled reboot, can I make my UI continue and prompt the user to "launch the application" now? Not Installed Not Installed

Re: [WiX-users] How to get heat.exe to harvest

2012-04-19 Thread E. Timothy Uy
I think it might be True manually entered into your wixproj. 2012/4/19 Alexander Krivács Schrøder > Well, I found this existing bug -- > http://sourceforge.net/tracker/?func=detail&aid=2998492&group_id=105970&atid=642714is > it related? If not, I'll make a new one. > > -Original Messa

Re: [WiX-users] CD and web-based deployment

2012-04-18 Thread E. Timothy Uy
> > On Wed, Apr 18, 2012 at 12:48 PM, E. Timothy Uy wrote: > > > Hi, I'm just getting started with using burn to build the BootStrapper > > (VS2010). If I want to make a CD *and *a web-based deployment will I need > > to make two bootstrapper projects? O

[WiX-users] CD and web-based deployment

2012-04-18 Thread E. Timothy Uy
Hi, I'm just getting started with using burn to build the BootStrapper (VS2010). If I want to make a CD *and *a web-based deployment will I need to make two bootstrapper projects? Or can I do it all in one. Thank you. Respectfully, Tim -

[WiX-users] Guidance on when can I use [ProductName]

2012-04-13 Thread E. Timothy Uy
In an attempt to generalize my .wxs, I realized that I'm not clear at all on when I can use [Manufacturer] and [ProductName] and when I cannot. While I can use it here: I cannot use it here (it just shows up literally as [ProductName]) in my install (doesn't work) > > >

Re: [WiX-users] desktop shortcut guidance

2012-04-13 Thread E. Timothy Uy
ot;/x [ProductCode]" /> > > Name="shortcuts" Type="integer" Value="1" KeyPath="yes" /> > > On Fri, Apr 13, 2012 at 12:09 PM, E. Timothy Uy wrote: > It would be nice if a "desktop shortcut&q

[WiX-users] desktop shortcut guidance

2012-04-13 Thread E. Timothy Uy
It would be nice if a "desktop shortcut" guide could be added to http://wix.sourceforge.net/manual-wix3/toc.htm. I'm lost. Here's my futile attempt. Error 1 ICE18: KeyPath for Component: 'DesktopShort

Re: [WiX-users] "failed to get command line data"

2012-04-13 Thread E. Timothy Uy
Dear Victor, While contrary to absolutely everything I've read about QtExec, your advice absolutely worked. Thanks for saving the day. Does this mean that QtExecCmdLine and QtExecDeferred are no longer used in v3.6? Docs should be updated. Respectfully, Tim On Fri, Apr 13, 2012 at 6:42 AM, vict

Re: [WiX-users] UTF-8 and UIExtension collide

2012-04-13 Thread E. Timothy Uy
> On Thu, Apr 12, 2012 at 11:27 AM, E. Timothy Uy wrote: > > > Hi everyone. I have Chinese characters in a couple of my files, so early > > on, I had to add Codepage="UTF-8" to my Product tag. > > > > > > Version="1.0.0.4" Manufacturer

[WiX-users] "failed to get command line data"

2012-04-12 Thread E. Timothy Uy
Newbie to WiX here. What does "failed to get command line data" really mean? Does it mean it doesn't see my command or does it mean my command doesn't run? I've been able to track down a few threads where folks find solutions, but I'm still not getting things to work. I have a test .exe called Lit

Re: [WiX-users] "failed to get command line data"

2012-04-12 Thread E. Timothy Uy
LineRun. > CAQuietExec: Error 0x80070002: Command failed to execute. > CAQuietExec: Error 0x80070002: CAQuietExec Failed > CustomAction QtExecInstallCmdLineRun returned actual error code 1603 (note > this may not be 100% accurate if translation happened inside sandbox) On Thu, Apr

Re: [WiX-users] Installer prepending garbage at the beginning of batch file

2012-04-12 Thread E. Timothy Uy
Dear Chris (Robison), Have you tested the original .bat file? I ran into just this issue earlier today. I had written my .bat file from Visual Studio (11) which started as a UTF-8 (or -16 not sure) .txt file. Not surprisingly, it had the BOM appended to the front, which prevented execution. Respe

[WiX-users] UTF-8 and UIExtension collide

2012-04-12 Thread E. Timothy Uy
Hi everyone. I have Chinese characters in a couple of my files, so early on, I had to add Codepage="UTF-8" to my Product tag. Version="1.0.0.4" Manufacturer="xxx" >UpgradeCode="6950706d-de97-499b-9164-c240c0559d72"> This worked very well until I added WixUIExtension to my references