Hi,

I pass property "INSTALLLOCATION" when MSI is installed through command
line. The value I pass through this property is where i want to install my
Website folder.

The Installer remembers the INSTALLLOCATION PROPERTY which is passed as
parameter and get installs in which ever location specified in command line.

The problem comes here :after MSI Installation gets successful and every
thing looks fine ; Uninstall the app which also works fine . But when I
re-install the app and changes the INSTALLLOCATION of the app ,which is
passed as PROPERTY through command line. The install by default installs
into old location where it got installed before than the location which was
passed recently through command line of MSIEXEC .

See log below 

AppSearch: Property: INSTALLLOCATION, Signature: REMEMBERPROPERTY
MSI (c) (C8:50) [11:49:54:487]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (C8:50) [11:49:54:487]: PROPERTY CHANGE: Modifying INSTALLLOCATION
property. Its current value is 'E:\Websites\CBUDirect'. Its new value:
'E:\GMCR\Chatra\WorkSpace\Website\CBUDirect\'.



Old INSTALLLOCATION  was : "E:\GMCR\Chatra\WorkSpace\Website\CBUDirect\"
The new INSTALLLOCATION  was "E:\Websites\CBUDirect"


Not sure why this is happening



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Package-Installation-location-tp7585460.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to