How to capture Articulate 9?
I want to capture Articulate 9. It requires dotnet2.0, as well as vc++ redis., and at the time of source installation, it extracts 3 msi files in temp, and it installs those.
I tried to capture it, in this scenario.
2) vc++
3) 3 extracted msi's
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
For captured apps, the procedure you should ALWAYS follow is (once again...)
- install your package
- remove any flags, registry or otherwise, which the vendor's installer uses to determine installed state. This is to force the installer to perform a full install, rather than an update/fix.
- take a 'Before' snapshot using a lightweight snaposhotting tool, e.g. InstallWatch
- run the vendor's install over the top of your package
- take an 'After' snapshot
- add any relevant changes to your package
- repeat until your install matches the vendor's
EDIT:
Depending on the application, you may want to run it after installation so as to capture any configuration data it might record.
- install your package
- remove any flags, registry or otherwise, which the vendor's installer uses to determine installed state. This is to force the installer to perform a full install, rather than an update/fix.
- take a 'Before' snapshot using a lightweight snaposhotting tool, e.g. InstallWatch
- run the vendor's install over the top of your package
- take an 'After' snapshot
- add any relevant changes to your package
- repeat until your install matches the vendor's
EDIT:
Depending on the application, you may want to run it after installation so as to capture any configuration data it might record.
Posted by:
dannyarya
13 years ago
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.