anom217
Level 8
since ‎Oct 22, 2009
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User Statistics

  • 167 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have an InstallScript custom action where I'm trying to execute a stored procedure that has an out parameter. I'm using ADO to accomplish this. This is what I have so far.set oConn = CreateObject("ADODB.Connection");/* I open the connection string ...
I have a custom action that calls an InstallScript function to copy files from a resource folder relative to my MSI file and place them on the target system. This custom action executes as Deferred in System Context. The system context is needed beca...
I'm trying to connect to Oracle as the SYS user using ADO in an InstallScript function, but I keep getting an error saying I need to connect as sysdba. I've followed the steps in this post but to no avail.My connection string is Provider=OraOLEDB.Ora...
I have a Basic MSI project and I want the user to be able to uninstall the application from Add/Remove Programs. I know this method only performs the Execute sequence to silently uninstall the app. My dilemma is, I need to uninstall some database stu...
I have an InstallScript function that checks if a directory exists in a location relative to the MSI file. When I run the installer from a location on a network drive I have mapped to my local machine, it fails to find the directory.I have tried usin...
Availability
Online status:
‎Mar 18, 2019
Date last visited: