Jump to content

WPI error with MS FrontPage 2003


Recommended Posts


here is the au3 script (Save as blah.au3)

; ----> The Office and reboot.js file error definitive fix!
AutoItSetOption("TrayIconHide", 1)
AutoItSetOption("WinTitleMatchMode", 4)
BlockInput(0)

; ----> Add the name of your .msp file here. (I have mine in the same directory as the setup.exe file)
RunWait( @ScriptDir & "\setup.exe /adminfile Office.msp", "", @SW_HIDE)

; ----> If you have a SLOW pc and are still getting the error make this number higher (I suggest by 5000 increments)
Sleep(10000)

Exit

And then simply call it like so in WPI:

"%wpipath%\Office07\Office_installer.exe"

All you need to do is compile this with the auto-it program (Google is your friend) and place it in the same dir as the .msp file!

Link to comment
Share on other sites

here is the au3 script (Save as blah.au3)

; ----> The Office and reboot.js file error definitive fix!
AutoItSetOption("TrayIconHide", 1)
AutoItSetOption("WinTitleMatchMode", 4)
BlockInput(0)

; ----> Add the name of your .msp file here. (I have mine in the same directory as the setup.exe file)
RunWait( @ScriptDir & "\setup.exe /adminfile Office.msp", "", @SW_HIDE)

; ----> If you have a SLOW pc and are still getting the error make this number higher (I suggest by 5000 increments)
Sleep(10000)

Exit

And then simply call it like so in WPI:

"%wpipath%\Office07\Office_installer.exe"

All you need to do is compile this with the auto-it program (Google is your friend) and place it in the same dir as the .msp file!

Sleep(5000)

Equally works as in that picture

After 50 seconds automatic Guan Chi

:no:

Link to comment
Share on other sites

try

del

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

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\WPI]

:no:

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

del

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

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]

:no:

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

Link to comment
Share on other sites

try

del

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

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\WPI]

:no:

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

del

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

Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]

:no:

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

ENOUGH of the damned "no" faces we need, in full detail what the issue is and what you need acheived...

You have been presented with several very different options and said no to all of them. Plus you provided a non english screenshot without a translation. (Most of us are English speaking)!!!

Link to comment
Share on other sites

office 2003 sp3

setup=setup.exe TRANSFORMS=PRO11.MST /qb-

TempMode

Silent=2

Overwrite=1

----------------------

FrontPage 2003 SP3

setup=setup.exe TRANSFORMS=FP11.MST /qb-

TempMode

Silent=2

Overwrite=1

----------------------

63723608fe8.jpg

83313816kc1.jpg

32356157oo9.jpg

30333425ag7.jpg

59707830ix7.jpg

config.js

//---------------------------------------------------------------------------------------------

// Reference ... prog[0] won't be used. It's just an example.

// Look in program.js to see explanation of these properties.

//---------------------------------------------------------------------------------------------

// pn=0; // start value for prog numbering

// prog[pn]=['ProgramName'];

// ordr[pn]=[0];

// desc[pn]=['Description'];

// uid[pn]=['APP1'];

// dflt[pn]=['no'];

// cat[pn]=['Application Category'];

// forc[pn]=['false'];

// configs[pn]=['List of configs to be auto checked. Comma seperated'];

// deps[pn]=[];

// excl[pn]=[];

// cond[pn]=['Javascript Conditional Statement'];

// gcond[pn]=['Javascript Conditional Statement to gray item'];

// regb[pn]=['Registry Key Path'];

// cmd1[pn]=['CommandLine 1'];

// cmd2[pn]=['CommandLine 2'];

// cmd3[pn]=['CommandLine 3'];

// cmd4[pn]=['CommandLine 4'];

// cmd5[pn]=['CommandLine 5'];

// cmd6[pn]=['CommandLine 6'];

// cmd7[pn]=['CommandLine 7'];

// cmd8[pn]=['CommandLine 8'];

// cmd9[pn]=['CommandLine 9'];

// cmd10[pn]=['CommandLine 10'];

// rega[pn]=['Registry Key Path'];

// picf[pn]=['Picture File'];

// picw[pn]=['Width'];

// pich[pn]=['Height'];

// textl[pn]=['Text Location'];

// pn++;

//---------------------------------------------------------------------------------------------

// Your programs here ...

//---------------------------------------------------------------------------------------------

pn=1;

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

ordr[pn]=[1];

uid[pn]=['OFFICE2003SP3'];

dflt[pn]=['yes'];

cat[pn]=['Applications'];

forc[pn]=['no'];

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

pn++;

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

uid[pn]=['FRONTPAGE2003SP3'];

dflt[pn]=['yes'];

cat[pn]=['Applications'];

forc[pn]=['no'];

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

pn++;

//---------------------------------------------------------------------------------------------

// End of program definitions ...

//---------------------------------------------------------------------------------------------

jfbq001660702027aoa7.gif

231xc3.gif

Link to comment
Share on other sites

OFFICE

setup=setup.exe

TempMode

Silent=2

Overwrite=1

-------------------------

FrontPage

setup=setup.exe

TempMode

Silent=2

Overwrite=1

-------------------------

Please try to change the compression grammar as above.

Please set WPI and let it change into manual setting.

It will continue to be installed when you choice general setting.

If you choice complete setting, it will stop to be instlled.

Sorry, my English is poor. I hope you can understand it.

Thank you for your kindness.

90144742vu9.jpg

18877585wu8.jpg

20978708gc2.jpg

Link to comment
Share on other sites

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...