Y
Young Pae
Hi all,
I was creating MST to automate the Outlook 2003 installation with Orktool - CIW 2003.
All I did was:
1. Change the default location : C:\Program files\Microsoft Office 2003
2. Cosmetic Changes (e.g. Extra Shortcuts, UserSettings, etc.)
3. Add a few properties:
ALLUSERS=1
ROOTDRIVE=C:REBOOT=RS
REBOOTPROMPT=S
LOCALCACHEDRIVE=CURGE=0
DELETEABLECACHE=0
When I perform the install with the following command line, it finishes the install but No outlook icon.
msiexec.exe /i outl11.msi TRANSFORMS=outl11.mst /qb- /l*v c:\full.log
When I take /qb- out, it turned out that the Recommended Install - Typical Install was selected on Type of Installation Dialog box and the default is NOT TO SELECT Outlook!!!. (The MSI is for Outlook and it defaults to Install something without Outlook... It doesn't make sense.)
Does anyone have the same situation?
Do you know any fix for this?
Thanks,
I was creating MST to automate the Outlook 2003 installation with Orktool - CIW 2003.
All I did was:
1. Change the default location : C:\Program files\Microsoft Office 2003
2. Cosmetic Changes (e.g. Extra Shortcuts, UserSettings, etc.)
3. Add a few properties:
ALLUSERS=1
ROOTDRIVE=C:REBOOT=RS
REBOOTPROMPT=S
LOCALCACHEDRIVE=CURGE=0
DELETEABLECACHE=0
When I perform the install with the following command line, it finishes the install but No outlook icon.
msiexec.exe /i outl11.msi TRANSFORMS=outl11.mst /qb- /l*v c:\full.log
When I take /qb- out, it turned out that the Recommended Install - Typical Install was selected on Type of Installation Dialog box and the default is NOT TO SELECT Outlook!!!. (The MSI is for Outlook and it defaults to Install something without Outlook... It doesn't make sense.)
Does anyone have the same situation?
Do you know any fix for this?
Thanks,