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 All,Can anyone pls suggest me on what changes can be done with a patch?I am required to create a patch some of the changes done to the original msi file. The changes done may include VB Script CA, some condition checks during installation by us...
Hi,I created an Error CA in my project and aborted the uninstallation with this error if a condition fails. My problem is the text i m displaying in the Error CA is in English. How do i display the language Strings in the Error CA.Thanks.
Hi,I am creating setup.exe when i build my msi. We have the option to create a log file during installation.Is there any option to create log file when we uninstall the application from Add\Remove programs.Thanks in advance.
Hi,Is there any way to uninstal a Component during Repair??During Repair, the installer should evaluate the condition on the component and if the condition fails, the remove the installed component.. Is there a way to achieve this?Thanks...
Thanks Chris,I have the VBScript funtion in hand and its working fine. Just wanted to know whether displaying a msgbox in a release product is advisible.Or, instead of using a msgbox inside a VBscript CA can i use a 'Custom Dialog' which does the sam...
Thanks Michael,I am not using the MsgBox for debugging purpose. Actually, we need to show a pop up msg to the user during installation when winword is opened.I was using an Error Custom Action for this purpose. But, this CA contains only Ok button.I ...