Little Question about packaging
Good morning guys,
i just wanted to ask if it would be good practice to call a setup.exe over an CA at which the setup file is stored
in a folder beside the msi package.
I've chosen this way because the setup.exe is doing some further things apart from copying files and adding reg keys
and repackaging would be horrible.
Greetings
Teitan
i just wanted to ask if it would be good practice to call a setup.exe over an CA at which the setup file is stored
in a folder beside the msi package.
I've chosen this way because the setup.exe is doing some further things apart from copying files and adding reg keys
and repackaging would be horrible.
Greetings
Teitan
0 Comments
[ + ] Show comments
Answers (12)
Please log in to answer
Posted by:
shivashankarfc
13 years ago
Posted by:
murali.bhat
13 years ago
Posted by:
Teitan
13 years ago
Posted by:
slay_u
13 years ago
Posted by:
anonymous_9363
13 years ago
- Extract the MSI.
- Install it
- Use a lightweight snapshot tool like InstallWatch to take a 'Before' snapshot
- Rename the product's entry in the registry's Uninstall tree (so that the next step is fooled into re-installing instead of modifying
- Run the EXE, ensuring that you choose EXACTLY the same options as in step 2
- Take an 'After' snapshot
- Incorporate any relevant changes in your transform
Is this the 19th or 20th time I've typed this out?
- Install it
- Use a lightweight snapshot tool like InstallWatch to take a 'Before' snapshot
- Rename the product's entry in the registry's Uninstall tree (so that the next step is fooled into re-installing instead of modifying
- Run the EXE, ensuring that you choose EXACTLY the same options as in step 2
- Take an 'After' snapshot
- Incorporate any relevant changes in your transform
Is this the 19th or 20th time I've typed this out?
Posted by:
shivashankarfc
13 years ago
Posted by:
Teitan
13 years ago
Posted by:
jmcfadyen
13 years ago
i think you may of misread this one Ian.
He never made mention of the setup exe containing another MSI he stated that the setup.exe would be called from the same folder as the parent MSI.
It would appear the OP is simply wrapping an EXE with an MSI due to corporate standards. Assuming I am reading this correct then the approach to using a CA from the parent MSI would be acceptable way of deploying the exe. Murali commented correctly about Commit / Rollback CA's.
He never made mention of the setup exe containing another MSI he stated that the setup.exe would be called from the same folder as the parent MSI.
It would appear the OP is simply wrapping an EXE with an MSI due to corporate standards. Assuming I am reading this correct then the approach to using a CA from the parent MSI would be acceptable way of deploying the exe. Murali commented correctly about Commit / Rollback CA's.
Posted by:
anonymous_9363
13 years ago
Posted by:
dreyer
13 years ago
Posted by:
Rameioj
13 years ago
That would be a good solution to call the setup.exe file using custom action. Or if setup.exe is not another application, then whatever files and registry that adds by the setup.exe will be add to the MSI package. Im not saying for the .msi itself but adding it in the "transforms" that you produce.
Hope it helps.
Hope it helps.
Posted by:
anonymous_9363
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.