MR-WIN6530
Hi,
The given applications's source is exe which extracts msi but on installing the msi i found out that the exe installs some additional components like few shortcuts in installdir and HKCR extensions (HKEY_CLASSES_ROOT\.327).
So is it appropriate if i capture the additional settings and implement it in mst file.
Or is there any other alternative. Please suggest.
The given applications's source is exe which extracts msi but on installing the msi i found out that the exe installs some additional components like few shortcuts in installdir and HKCR extensions (HKEY_CLASSES_ROOT\.327).
So is it appropriate if i capture the additional settings and implement it in mst file.
Or is there any other alternative. Please suggest.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
is it appropriate if i capture the additional settings and implement it in mst file.Yes but ensure that you capture AFTER you have installed your MSI. In other words:
- run your MSI
- rename the registry entry, so that the EXE's execution of it won't complain about it being installed already
- start your capture
- run the EXE
- run the application and use a few menu options (you may as well grab any settings that the app might save)
- end your capture
- create your MST
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.