Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

INSTALLDIR and TARGETDIR returns a null value


2 replies to this topic

haroldxious

haroldxious
  • Full Members
  • 70 posts

Posted 15 March 2007 - 01:18

in my basic msi application, both INSTALLDIR and TARGETDIR returns a null value...ive tried to pop a messagebox containing the values of INSTALLDIR and TARGETDIR and it does not contain anything...can you help me with this...

antyagi

antyagi
  • Full Members
  • 121 posts

Posted 15 March 2007 - 05:39

Make sure these properties are not there in property table.
Also are you trying to modify these by some CA...
  ankur tyagi

haroldxious

haroldxious
  • Full Members
  • 70 posts

Posted 20 March 2007 - 02:34

These properties dont exist in my property table.....im not modifying them in some CA im just calling them for example

strTemp = INSTALLDIR

this gives a null value in my installer