Replay active setup
Hello,
I need your help to create a CA that replay the active setup. I explain:
- I install an MSI package with active setup was set, the installation works.
- When a user login his session, the active setup (msiexec /fup {productcode} /qn) is playing, but an condition of the msi package is not realised (this is an exemple).
So, this CA must detect the msi error and replay the active setup on the next openning session of this user.
Must we delete the active setup in the HKCU inthis CA?
I need your help to create a CA that replay the active setup. I explain:
- I install an MSI package with active setup was set, the installation works.
- When a user login his session, the active setup (msiexec /fup {productcode} /qn) is playing, but an condition of the msi package is not realised (this is an exemple).
So, this CA must detect the msi error and replay the active setup on the next openning session of this user.
Must we delete the active setup in the HKCU inthis CA?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Posted by:
thales78
13 years ago
Posted by:
thales78
13 years ago
Posted by:
thales78
13 years ago
So, create a CA in rollback execution and delete de "Version" value in the HKCU active setup, doesn't work because Active Setup modify the HKCU "Version" value after the end of the running msi....
Else i put a vbs in the RUN to make this control and modify the HKCU "Version" value. But that isn't so clean.
If anyone have a solution, i really appreciate.
Else i put a vbs in the RUN to make this control and modify the HKCU "Version" value. But that isn't so clean.
If anyone have a solution, i really appreciate.
Posted by:
pjgeutjens
13 years ago
Posted by:
thales78
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.