Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Clickherefor more information.
Dude,Use MsiSetProperty(ISMSI_HANDLE,'VDIRNAME',szVDirName);the single quotes around the property VDIRNAME does the magic.I dont know how that TextSubSetValue() is working for some people.Set the vdir name as [VDIRNAME];Create the property VDIRNAME i...
Hey,Set the string for the virtual directory as [MYDIRNAME].Create the Property in PropertyTable.After u get the input from the user, Call the FunctionMsiSetProperty(ISMSI_HANDLE,'MYDIRNAME',BLAHBLAH,BLAHBLAH).Lot of people and InstallShield develope...