W
WisconsinPlatt
Part of my organization's requirement's for Office 2003 is to install the MS
OrgChart 2.0 and Office 2007 file converters alongside to Office 2003
installation.
I've been attempting to utilize the [ChainedInstall_n] option within the
setup.ini and I do not see the applications installing. For simpicity, I
have wanted to copy the additional files/folders to the same network share as
the pro11.msi so I could use relative paths. For example:
[ChainedInstall_1]
TaskType=exe
Path=FileFormatConverters.exe
Cmdline= /quiet /passive
is at the end of my setup.ini and it never installs. I have also tried:
Path=\FileFormatConverters.exe
Path=.\FileFormatConverters.exe
But I do not see it installing or even attempting to install.
OrgChart 2.0 and Office 2007 file converters alongside to Office 2003
installation.
I've been attempting to utilize the [ChainedInstall_n] option within the
setup.ini and I do not see the applications installing. For simpicity, I
have wanted to copy the additional files/folders to the same network share as
the pro11.msi so I could use relative paths. For example:
[ChainedInstall_1]
TaskType=exe
Path=FileFormatConverters.exe
Cmdline= /quiet /passive
is at the end of my setup.ini and it never installs. I have also tried:
Path=\FileFormatConverters.exe
Path=.\FileFormatConverters.exe
But I do not see it installing or even attempting to install.