Jump to content

Recommended Posts

Posted

Hi Everyone,

I am from Repackaging background and working on a scenario where i need to write the data which is stored in an array into a specific column in MSI Table called "Custom Action".

Please assist me how to proceed.

 

  • Moderators
Posted (edited)

@Vijaya7890 why on earth would you write something directly into the CA table rather than just compiling your script and importing it into the project as a CAB file?

Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted
11 hours ago, JLogan3o13 said:

@Vijaya7890 why on earth would you write something directly into the CA table rather than just compiling your script and importing it into the project as a CAB file?

Sorry, You didn't understand the requirement properly.

In general, we will be having a vbscript file and we need to copy its contents to create a custom action in msi through custom action table.

Which we will do manually using msi editing tools like orca or installshield.

As msi is a database, we want to automate this process as if user provides a vbs, it should automatically embed to the msi as a vbscript custom action.

 

Hope you understood the requirement.We are not trying to add this vbscript file as a installable file in msi. We want to get it embedded in a custom action to use its internal logic.

 

Any Help..!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...