Re: [WiX-users] Is it possible to detect if a software is currentlyrunning ?

2007-06-07 Thread Palit
ok

Thanks
  - Original Message - 
  From: fiordean dacian 
  To: Palit ; WiX-users@lists.sourceforge.net 
  Sent: Thursday, June 07, 2007 10:25 AM
  Subject: Re: [WiX-users] Is it possible to detect if a software is 
currentlyrunning ?



  Hopefully Windows Installer does this for any running application you're 
trying to uninstall. The problem is you don't have a mecanism in WiX, other 
than a custom action, which might help in detecting whether the browser is open.

  Dacian





  - Original Message 
  From: Palit <[EMAIL PROTECTED]>
  To: fiordean dacian <[EMAIL PROTECTED]>; WiX-users@lists.sourceforge.net
  Sent: Wednesday, June 6, 2007 6:03:36 PM
  Subject: Re: [WiX-users] Is it possible to detect if a software is 
currentlyrunning ?


  Thanks

  This what I thought and done but when I Uninstall my WebPlayer which it is 
running in a browser, installer can tell me that I must quit the active browser 
to continue ...
  so there is a mecanism somehere 

  Nicolas.

- Original Message - 
From: fiordean dacian 
To: WiX-users@lists.sourceforge.net 
Sent: Tuesday, June 05, 2007 4:57 PM
Subject: Re: [WiX-users] Is it possible to detect if a software is 
currentlyrunning ?



Hi Nicolas,

As far as I know, you'll have to write a custom action for that.

Good luck,
Dacian




- Original Message 
From: Palit <[EMAIL PROTECTED]>
To: WiX-users@lists.sourceforge.net
Sent: Tuesday, June 5, 2007 3:36:14 PM
Subject: [WiX-users] Is it possible to detect if a software is currently 
running ?


Hi,

I'm doing a wix installer for a Web-Player.
Is it possible during the beginning of the process of installation to 
detect the running browsers ?
Or I must do a custom action ?



Thanks
Nicolas,
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users






Choose the right car based on your needs. Check out Yahoo! Autos new Car 
Finder tool. 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/ 


___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users





--
  Choose the right car based on your needs. Check out Yahoo! Autos new Car 
Finder tool. -
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Is it possible to detect if a software is currentlyrunning ?

2007-06-07 Thread fiordean dacian

Hopefully Windows Installer does this for any running application you're trying 
to uninstall. The problem is you don't have a mecanism in WiX, other than a 
custom action, which might help in detecting whether the browser is open.

Dacian




- Original Message 
From: Palit <[EMAIL PROTECTED]>
To: fiordean dacian <[EMAIL PROTECTED]>; WiX-users@lists.sourceforge.net
Sent: Wednesday, June 6, 2007 6:03:36 PM
Subject: Re: [WiX-users] Is it possible to detect if a software is 
currentlyrunning ?



 
DIV {
MARGIN:0px;}




Thanks

 

This what I thought and done but when I Uninstall my WebPlayer which it is 
running in a browser, 
installer can tell me that I must quit the active browser to continue 
...

so there is a mecanism somehere 

 

Nicolas.

 



  - Original Message - 

  From: 
  fiordean 
  dacian 

  To: WiX-users@lists.sourceforge.net 
  

  Sent: Tuesday, June 05, 2007 4:57 
PM

  Subject: Re: [WiX-users] Is it possible 
  to detect if a software is currentlyrunning ?

  


  
  
Hi 
  Nicolas,

As far as I know, you'll have to write a custom action for 
  that.

Good luck,
Dacian




  - 
  Original Message 
From: Palit <[EMAIL PROTECTED]>
To: WiX-users@lists.sourceforge.net
Sent: 
  Tuesday, June 5, 2007 3:36:14 PM
Subject: [WiX-users] Is it possible to 
  detect if a software is currently running ?


  

  Hi,

   

  I'm doing a wix installer for a 
  Web-Player.

  Is it possible during the beginning of the 
  process of installation to detect the running browsers ?

  Or I must do a custom action ?

   

   

   

  Thanks

  Nicolas,

  -
This 
  SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE 
  version of DB2 express and take
control of your XML. No limits. Just data. 
  Click to get it now.
http://sourceforge.net/powerbar/db2/

  ___
WiX-users mailing 
  list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users







  
  Choose the right car based on your needs. Check out Yahoo! 
  Autos new Car Finder tool. 
  
  


  
-
This 
  SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE 
  version of DB2 express and take
control of your XML. No limits. Just data. 
  Click to get it now.
http://sourceforge.net/powerbar/db2/
  
  


  
___
WiX-users mailing 
  list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users






   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Is it possible to detect if a software is currentlyrunning ?

2007-06-06 Thread Palit
Thanks

This what I thought and done but when I Uninstall my WebPlayer which it is 
running in a browser, installer can tell me that I must quit the active browser 
to continue ...
so there is a mecanism somehere 

Nicolas.

  - Original Message - 
  From: fiordean dacian 
  To: WiX-users@lists.sourceforge.net 
  Sent: Tuesday, June 05, 2007 4:57 PM
  Subject: Re: [WiX-users] Is it possible to detect if a software is 
currentlyrunning ?



  Hi Nicolas,

  As far as I know, you'll have to write a custom action for that.

  Good luck,
  Dacian




  - Original Message 
  From: Palit <[EMAIL PROTECTED]>
  To: WiX-users@lists.sourceforge.net
  Sent: Tuesday, June 5, 2007 3:36:14 PM
  Subject: [WiX-users] Is it possible to detect if a software is currently 
running ?


  Hi,

  I'm doing a wix installer for a Web-Player.
  Is it possible during the beginning of the process of installation to detect 
the running browsers ?
  Or I must do a custom action ?



  Thanks
  Nicolas,
  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users





--
  Choose the right car based on your needs. Check out Yahoo! Autos new Car 
Finder tool. 


--


  -
  This SF.net email is sponsored by DB2 Express
  Download DB2 Express C - the FREE version of DB2 express and take
  control of your XML. No limits. Just data. Click to get it now.
  http://sourceforge.net/powerbar/db2/


--


  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users