Jump to content

Recommended Posts

Posted

OK so you say install regular = setup.exe runs fine right?

But a compressed install with a mst file fails?

Why compress the files? You can call the setup directly form WPI like so:

%wpipath%\install\office\setup.exe TRANSFORMS=Unattended.mst


Posted (edited)

"%wpipath%\install\FrontPage\setup.exe" TRANSFORMS=Unattended.mst /qn

You were missing a quote and adding the switch sometimes helps....

Edited by Kelsenellenelvian
Posted

prog[pn]=['Office 2003 SP3 軟體'];

ordr[pn]=[4];

desc[pn]=['Office是微軟最新推出的基本個人與商務產能解決方案,提供了您所熟悉而易於上手的文件撰寫、分析、簡報及通訊應用程式,幫助您工作更加靈活與快速。'];

uid[pn]=['OFFICE2003'];

dflt[pn]=['yes'];

cat[pn]=['【OFFICE軟體】'];

forc[pn]=['no'];

configs[pn]=['default'];

gcond[pn]=['FileExists(\'%programfiles%\\Microsoft Office\\OFFICE11\\EXCEL.EXE\')'];

cmd1[pn]=['"%wpipath%\\主程式\\OFFICE軟體\\Office 2003 SP3軟體\\Office 2003 SP3軟體.exe"'];

picf[pn]=['OFFICE.jpg'];

picw[pn]=['128'];

pich[pn]=['128'];

textl[pn]=['Top'];

pn++;

prog[pn]=['Office FrontPage SP3 軟體'];

ordr[pn]=[5];

desc[pn]=['FrontPage 2003 提供功能、彈性和能力,協助您建立更完善的網站。它含有建立動態和複雜網站所需的專業設計、編寫、資料和發佈工具。'];

uid[pn]=['OFFICEFRONTPAGE'];

dflt[pn]=['yes'];

cat[pn]=['【OFFICE軟體】'];

forc[pn]=['no'];

configs[pn]=['default'];

gcond[pn]=['FileExists(\'%programfiles%\\Microsoft Office\\OFFICE11\\FRONTPG.EXE\')'];

cmd1[pn]=['"%wpipath%\\主程式\\OFFICE軟體\\FrontPage 2003 SP3 軟體\\FrontPage 2003 SP3 軟體.exe"'];

picf[pn]=['Fronpage.jpg'];

picw[pn]=['128'];

pich[pn]=['128'];

textl[pn]=['Top'];

pn++;

=========================

83313816kc1.jpg

31519686ng0.jpg

Posted

prog[pn]=['Office 2003 SP3 軟體'];

ordr[pn]=[4];

desc[pn]=['Office是微軟最新推出的基本個人與商務產能解決方案,提供了您所熟悉而易於上手的文件撰寫、分析、簡報及通訊應用程式,幫助您工作更加靈活與快速。'];

uid[pn]=['OFFICE2003'];

dflt[pn]=['yes'];

cat[pn]=['【OFFICE軟體】'];

forc[pn]=['no'];

configs[pn]=['default'];

gcond[pn]=['FileExists(\'%programfiles%\\Microsoft Office\\OFFICE11\\EXCEL.EXE\')'];

cmd1[pn]=['"%wpipath%\\install\\office\\setup.exe" TRANSFORMS=Unattended.mst /qn'];

picf[pn]=['OFFICE.jpg'];

picw[pn]=['128'];

pich[pn]=['128'];

textl[pn]=['Top'];

pn++;

prog[pn]=['Office FrontPage SP3 軟體'];

ordr[pn]=[5];

desc[pn]=['FrontPage 2003 提供功能、彈性和能力,協助您建立更完善的網站。它含有建立動態和複雜網站所需的專業設計、編寫、資料和發佈工具。'];

uid[pn]=['OFFICEFRONTPAGE'];

dflt[pn]=['yes'];

cat[pn]=['【OFFICE軟體】'];

forc[pn]=['no'];

configs[pn]=['default'];

gcond[pn]=['FileExists(\'%programfiles%\\Microsoft Office\\OFFICE11\\FRONTPG.EXE\')'];

cmd1[pn]=['"%wpipath%\\install\\FrontPage\\setup.exe" TRANSFORMS=Unattended.mst /qn'];

picf[pn]=['Fronpage.jpg'];

picw[pn]=['128'];

pich[pn]=['128'];

textl[pn]=['Top'];

pn++;

83313816kc1.jpg

31519686ng0.jpg

Posted

the video I ask you to download is would like to show you what is the normal install and complete install

I using setup.exe without quote is on purposely, I just want to show you what is complete installation and nomal installaion

if you choose normal install wont be freeze but complete install will

Hopefully you could understand the last sentence

18877585wu8.jpg

20978708gc2.jpg

31519686ng0.jpg

Posted

After installed office in the remove/ add control the normal install will show the size in 400mb the complete will be 700

the frontpage, in normal install is 200mb, the complete install is 400mb

Posted

please try with the following code, the you will know the problems i have mentioned

select Normal install in first time

select Complete install in second time

"%wpipath%\install\office\setup.exe"

"%wpipath%\install\FrontPage\setup.exe"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...