I get VBA install failed 536870930 everytime I try to install an
application that uses VBA subroutines after I loaded MS Office
2000. I have already tried deleteing and re-installing MS Office
2000 and any VBA related applications.
Ideas
Thanks
Trodat5430

VBA install failed 536870930
titans8904
Per the support engineer:
As I know, Microsoft has engaged Summit to provide a wide support service to VBA customers.
I have tried to get more information about VBA SDK.Please refer to following documents:
Visual Basic for Applications Technical Support
http://msdn.microsoft.com/isv/technology/vba/support/default.aspx
VBA Technical Support
http://vba.summsoft.com/VBASupport/vbasupport.asp
But I still try to help our customer:
The error code 536870930 you mentioned in the problem is so weird which doesn’t belong to any of Windows Platform API , Windows Installer or COM errors. It looks like a service-specific error code which might comes from a third party installation method.
Please try to use this command msiexec with required switches /i /l*v from your command line to track your setup error as below:
C:\>msiexec /i vba_install_file_name.msi /l*v log_file_name.txt
Here, vba_intall_file_name is the name of your setup program and log_file_name.txt is a file to record your error information if the setup program’s a MSI-based one. I hope the method is helpful.
-brenda (ISV Buddy Team)