[WiX-users] update issue

2007-06-07 Thread Palit
Hi everybody,

I think this is my last question about WIX.
I'm looking at the update behaviours. 


Following the tutorial : http://www.tramontana.co.hu/wix/lesson4.php

I Launch old\SampleUpgrade.msi, and after new\SampleUpgrade.msi with the 
following options : 
REINSTALL=ALL REINSTALLMODE=vomus like it is said in the tuto and all works 
fine.

I launch old\SampleUpgrade.msi again and I never have the custom action 


So it installs foobar 1.0 but I have already a newest version.

All I've done is to change PUT-YOUR-GUID

Why ?

Thanks
-
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 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-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


[WiX-users] Is it possible to detect if a software is currently running ?

2007-06-05 Thread Palit
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


Re: [WiX-users] Folder and File permissions.

2007-05-10 Thread Palit
Hi

More Over I try ton Registre an ActiveX in a custom DLL, wich call the 
DllResiterServer function wich doesn't work when the UAC is enabled.

Nicolas.

  - Original Message - 
  From: Palit 
  To: wix-users@lists.sourceforge.net 
  Sent: Monday, May 07, 2007 5:50 PM
  Subject: [WiX-users] Folder and File permissions.


  Hello.

  I'm trying to change my Wix Installer in order to make it works under Vista.
  My problem : I Have a Web-Plug-in which had to write some data on his current 
directory and can update itself..

  But Vista don't give to the plug-in enough right to write in the directory.
  I tried the Permission Element in order to create the folder with enough 
rights, but I dont have satisfying results.

  What I do :
  

  

  

  

  

  

  

  

  

  

  but my config.3dl file is not modified and I think that the update of the dll 
will don't work either.
  What is wrong ?

  Thx a lot :)

  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
-
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


[WiX-users] Folder and File permissions.

2007-05-07 Thread Palit
Hello.

I'm trying to change my Wix Installer in order to make it works under Vista.
My problem : I Have a Web-Plug-in which had to write some data on his current 
directory and can update itself..

But Vista don't give to the plug-in enough right to write in the directory.
I tried the Permission Element in order to create the folder with enough 
rights, but I dont have satisfying results.

What I do :




















but my config.3dl file is not modified and I think that the update of the dll 
will don't work either.
What is wrong ?

Thx a lot :)

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