Howdie!
Am 28.06.2010 20:35, schrieb Xentri:
> No I have only one msi, which should be run twice. One for set some options
> and second for install language. But I will try this advice.
Hmm, not sure whether that'll work. If the installer isn't clever
itself, Group Policy Software Installation won't do a second call the
install the second portion of the software -- at least that's what I
think. But I might be wrong here.
Scripting the installation witht he msiexec command might be your safest
bet. Run a startup script that would
(1) Run the setup command
(2) After setup is complete, create a text file as a checkmark (install
is done)
(3) within the script, check whether the text file is present on the
client -- and if so, proceed with step 4, if not, start with step 1
(4) do the installation of the languages
Generally, putting the whole transform stuff into one single MST should
do the trick -- but I don't know the Installer technology and the
subsystem enough to be a valid source here.
> Have you any idea why ADDLOCAL in mst doesn't work when I run msi with
> TRANSFORM option on Windows 2000 SP4 ? The same mst on Windwos XP SP3 works
> well. Maybe have you any idea how to do investigation ?
I can only think of a limitation within the Windows Installer itself. Or
the MSI simply does not install that. I'd look at that.
Cheers,
Florian
|