How to use Custom Action in detailed
I have'nt done Custom Action so far.I am using wise 5.6.Can any one tell the details how to use custom Action in detailed manner.
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
yshariff
16 years ago
Posted by:
Packaging123
16 years ago
Posted by:
anonymous_9363
16 years ago
Yshariff's question was justified, in that you do not state what you want the Custom Action to do. So,
- Start WPS
- Click 'Help/Help Topics'
- The 3rd topic from the bottom of the topic list is 'Custom Action Reference'. Start there.
Then, digest Aaron Stebner's blog stuff http://blogs.msdn.com/astebner/archive/2005/10/30/487015.aspx
- Start WPS
- Click 'Help/Help Topics'
- The 3rd topic from the bottom of the topic list is 'Custom Action Reference'. Start there.
Then, digest Aaron Stebner's blog stuff http://blogs.msdn.com/astebner/archive/2005/10/30/487015.aspx
Posted by:
ak1984
16 years ago
We will use custom action also using VB script some times if the task is not working fine through MSI.
Example: If your msi should install service while installing.sometimes it doesnt install.then we try to add services using registry key.If that also doesn't works.Then We can vb script to create service by placing the VB Script in Proper sequence.
Example: If your msi should install service while installing.sometimes it doesnt install.then we try to add services using registry key.If that also doesn't works.Then We can vb script to create service by placing the VB Script in Proper sequence.
Posted by:
anonymous_9363
16 years ago
ORIGINAL: ak1984I just revisited this, having spotted a 'Rated' star for the topic.
We will use custom action also using VB script some times if the task is not working fine through MSI.
Example: If your msi should install service while installing.sometimes it doesnt install.then we try to add services using registry key.If that also doesn't works.Then We can vb script to create service by placing the VB Script in Proper sequence.
- There are obviously some things you can't do in an MSI itself but, in general, CAs should be regarded as a last resort.
- Using the registry to set up services is probably why they're failing. That's what the ServiceInstall and ServiceControl tables are for.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.