Vijaya7890 Posted April 13, 2016 Posted April 13, 2016 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 JLogan3o13 Posted April 13, 2016 Moderators Posted April 13, 2016 (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 April 13, 2016 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!
Vijaya7890 Posted April 14, 2016 Author Posted April 14, 2016 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..!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now