Revert "msi: Store the current script in the package."
commitf25501db4b9f79b69a6c569ab418e6f5a4d8fc94
authorHans Leidekker <hans@codeweavers.com>
Thu, 4 Jan 2018 11:58:43 +0000 (4 12:58 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2018 14:13:33 +0000 (4 15:13 +0100)
treeb0646dd38081a097830a5e5583dad983cd2f7089
parent3b4c6e6d99805e9494646e1410be0236caa457d1
Revert "msi: Store the current script in the package."

Commit 036f007e241b95498964c53365300a3332a92c5a (which reverts
86bc556f9fd4a964cbaa66bc1fd67e4603ecd450) is not sufficient to
fix the Office installers because MsiGetMode(MSIRUNMODE_SCHEDULED)
no longer does the right thing after the revert.

That is caused by "msi: Store the current script in the package.",
which, in hindsight, should have been part of the first commit.

This reverts e1e668d41fce1dbd0270cd9de0d880a236ddb869.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msi/action.c
dlls/msi/custom.c
dlls/msi/dialog.c
dlls/msi/install.c
dlls/msi/msi.c
dlls/msi/msipriv.h
dlls/msi/package.c