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.
Hello everyone ,I am trying a silent install for Basic MSI project . I am running the following command for silent install . setup.exe /s /v"/qn /l*v c:\msilog.txt" So I am checking the log file "msilog.txt" . I found this error message :Error 17...
Hello Everyone...I am trying to make a silent installation for Basic MSI project . I found out that Silent installation executes custom action present in "Execute sequence" . So I included custom actions related to proj in "Execute sequence" in corr...
Its a Basic MSI project . All the custom action are VB scripts . I cant run an Installscript command that you have specified...Note : I am gettin 1721 error only for silent install
No it wont be executed because Property value that you are checking "SET_UNISTALLCHILDREN" is a public property(properties whose name are in CAPS are public properties).
ok thanks. One more question on XML . I have a script called ReadXML . The code in this script is Dim objXML,filePathset objXML = CreateObject("MSXML.DOMDocument")objXML.async = "false" filePath = session.property("SOURCEDIR")file1 = Replace(filePath...