hi all,
i'm working on an VS.NET Setup and Deployment installer project, and am missing 
something obvious. I have to execute some custom .vbs scripts from inside the 
installer. Inside of these scripts I need access to the install directory, where the 
files are getting installed to. Right now i'm just testing stuff, and inside of my 
Custom Actions --> Commit stage, I have a test.vbs file that simple has:

msgbox "hello from test"
msgbox "Target: " & Me.Property("TARGETDIR")
msgbox "INSTALLDIR: " & Me.Property("INSTALLDIR")

in it. However, when I run build the project, and run the .msi file, INSTALLDIR is a 
zero length string. What am i missing? How do I access the properties collection of 
the installer?

Thanks,
dave

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to