Re: [WiX-users] Directory in Maintenance mode is not directory installed to

2010-09-29 Thread Younie, Bradford
That's much better, but I still needed the code that reads the InstallLocation 
into my property. 

Thanks!

> -Original Message-
> From: jhennessey [mailto:jack.hennes...@hyland.com]
> Sent: Wednesday, September 29, 2010 10:10 AM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Directory in Maintenance mode is not directory
> installed to
> 
> 
> If you set the ARPINSTALLLOCATION property to the value of
> INSTALLLOCATION it
> should work:
> 
> 
>  Property="ARPINSTALLLOCATION"
> Value="[INSTALLLOCATION]"/>
> 
>After="InstallValidate">NOT
> Installed
> 
> --
> View this message in context: http://windows-installer-xml-wix-
> toolset.687559.n2.nabble.com/Directory-in-Maintenance-mode-is-not-
> directory-installed-to-tp5580924p5584068.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> ---
> ---
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
--
Learn more about Chase Paymentech Solutions,LLC payment processing services at 
www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
proprietary and confidential information intended only for the use of the 
recipient(s) named above.  If you are not the intended recipient, you may not 
print, distribute, or copy this message or any attachments.  If you have 
received this communication in error, please notify the sender by return e-mail 
and delete this message and any attachments from your computer.





--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Directory in Maintenance mode is not directory installed to

2010-09-29 Thread jhennessey

If you set the ARPINSTALLLOCATION property to the value of INSTALLLOCATION it
should work:




  NOT
Installed

-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Directory-in-Maintenance-mode-is-not-directory-installed-to-tp5580924p5584068.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Directory in Maintenance mode is not directory installed to

2010-09-28 Thread Younie, Bradford
I'm using the WIXUI_INSTALLDIR functionality in my installer. When I install, 
it lets me change the install directory from the default path that I set to 
INSTALLLOCATION and it installs to that new directory perfectly fine. However, 
when I enter maintenance mode (by hitting Change in Add/Remove Programs or 
re-running the installer), and I try to add a feature that I hadn't yet 
installed, it will always install it to the default path, which is not where I 
installed the product to.

Is there anything special I need to do to make that happen?

Here's the code snippet of my installer:



http://schemas.microsoft.com/wix/2006/wi"; 
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";>
  
  
  








  




  Installed OR NETFRAMEWORK$(var.NetVersionShort)





  

  

  ...

  

  



  
   ...
  

  
   ...
  
 
   
  

Here is my InstallDir file


http://schemas.microsoft.com/wix/2006/wi";>
  

  
  
  

  
  

  
  
  
  
  
  
  
  
  
  

  1
  

  1

  1

  1
  LicenseAccepted = "1"

  1

  1
  1
  NOT WIXUI_DONTVALIDATEPATH
  
  FILE_EXISTS="0" AND 
(WIXUI_DONTVALIDATEPATH OR WIXUI_INSTALLDIR_VALID="1")
  1
  1

  1
  1

  NOT Installed
  Installed
  1

  NOT Installed
  Installed

  1

  1
  1
  1
  1

  

  bannrbmp
  insticon
  completi
  dlgbmp

  
  




  




Is there anything special I need to do to make that happen.


---
Brad Younie | System Design and Development | Chase Paymentech
4 Northeastern Blvd., Salem, NH 03079 | T:603.896.8291 | F: 603.896.8135
bradford.you...@chasepaymentech.com

JPMorgan Chase & Co.


--
Learn more about Chase Paymentech Solutions,LLC payment processing services at 
www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
proprietary and confidential information intended only for the use of the 
recipient(s) named above.  If you are not the intended recipient, you may not 
print, distribute, or copy this message or any attachments.  If you have 
received this communication in error, please notify the sender by return e-mail 
and delete this message and any attachments from your computer.



--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users