Hi,
    
INSTALLPATH refers - <Property Id="INSTALLPATH">C:\</Property>

   char PATH[256];
   DWORD PATHSize = sizeof(PATH);

   MsiGetProperty(hInstaller, "INSTALLPATH", &PATH[0], &PATHSize); 

Now am 

the same am trying to assign new ppty ie INSTALLNEWPATH
      
   MsiSetProperty(hInstaller,"INSTALLNEWPATH",PATH);


When am trying to print the ppty "INSTALLNEWPATH" , nothing is printing.

Can any one tell me what is the wrong here.


-- 
View this message in context: 
http://www.nabble.com/MsiSetProperty---Value-is-not-displaying-tf4943019.html#a14150359
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to