Jump to content

DaystromM5

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by DaystromM5

  1. My Office install without Info Path is 622MB. It has all features installed for all programs except Info Path.
  2. I saw the WinRAR file in your pictures. If you're using the rb_config.js fix then you should change the path in the Office.au3 file to read "\setup.exe TRANSFORMS=Unattended.mst /qb-" ; ----> 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 Then compile it with Auto-IT and put the exe file you just made in the same folder with your setup.exe (compress it along with your other files into the rar). Your WinRAR should be set up to run the auto-it.exe with no switches. If you're not using it, then compress your RAR and run "setup.exe TRANSFORMS=Unattended.mst /qb-" without the quotes from inside WinRAR. Then run "%wpipath%\Install\WinRAROfficeInstaller.exe" in WPI. This method worked to install my full Office 2003 installation without Info Path silently, with no errors.
  3. I guess I don't understand what you're trying to do. Kelsenellenelvian's Auto-IT script will take care of the rb_config.js error.
  4. I have my almost full setup working in WPI. On the Unattended Install site in your first post http://unattended.msfn.org/unattended.xp/view/web/50/, it has you put the Office files in $OEM$\$1\Office2003. Your Windows disc will copy the files to the root of your hard drive and run them from there. I do the same thing by zipping my Office files to a self extracting exe file. It extracts them to the temp folder and runs setup.exe TRANSFORMS=Unattended.mst /qb- . In WPI I just call the self extracting exe "%wpipath%\Install\O2003.exe".
  5. WPI adds the quotes. It should have been "%wpipath%\Install\Setup.exe" TRANSFORMS=setup.mst /qb- was it missing the first quote?
  6. The sleep.exe error only happens when I use the do not load desktop/have computer shut down or restart after WPI is complete option checked. If I use the timer, it doesn't happen.
  7. So, my "temporary solution" (zipping the Office 2003 files and having them extracted to the temp directory and run from there) does about the same thing as the website suggests. I have selected everything except Info Path. You're saying that it will work from WPI if I leave it in the standard configuration?
  8. It seems to be a problem with MS Virtual PC 2007. I downloaded VMWare and it works fine there. I still get the sleep.exe error though. With the temporary Office fix, it is ready for me to use. "Good enough for the girl Jason married." I still have a few more programs to add, but it sounds like I'll have to learn Auto-IT before I can try them.
  9. It still skips it. I compressed it and will use it that way until I can figure it out. Thanks alot for all the help.
  10. It's still skipping office and moving on to Front Page (Front Page installs fine by the way). I did find a way around it, but it's messy and time consuming. If I zip all the Office files and have them unzipped to a temp folder and run from there it works fine, but it takes a lot of time to unzip to the temp folder and it leaves all the files there.
  11. Thanks. I have cleanup.exe and sleep.exe in my tools folder. I'm calling cleanup.exe from the tools folder. The WPI_log.txt is from the stand alone iso. I don't think the one on the windows disc makes a log. I am using nLite for my windows disc. I hope you're looking for the last session.ini file. WPI_Log.txt LAST_SESSION.INI
  12. Thanks, I'll try that and let you know. As for the user account pics, it's 4.7MB. How do you want me to send it to you?
  13. I'm trying to create a Windows XP Pro SP3 disc with WPI to install programs. I'm having 2 problems with WPI. I'm using MS Virtual PC 2007 SP1 as a test environment. 1. When Windows finishes installing and calls WPI, WPI comes up as text. I don't have extra files associated with notepad, and .hta files are associated with Microsoft ® HTML Application host as, I believe, it should be. If I create a stand alone WPI.iso and run it, it works fine. 2. When the installs complete, I get a can not initialize sleep.exe error. WPI's reboot command overrides it, but I'd like to get rid of the error message. I don't have anything that calls sleep.exe in my files. At the end, I have a forced install set up to run my cleanup.cmd and cleanup.exe from the tools section. Does cleanup.exe call sleep.exe? I run cleanup.exe from the tools folder. Should I move cleanup.exe and sleep.exe to my install folder and run cleanup from there? Let me know what files you want to see. Thanks in advance for the help.
  14. I'm using Office 2003 pro. I have SP3 and further updates slipstreamed with Office Slipstreamer and am using a transform created with ORK. My WPI command is: "%wpipath%\Install\O2003\SETUP.exe" TRANSFORMS="Setup.mst" /qb. I have Front Page 2003 running as the second command. When I try to install using WPI, it skips the office install, and goes right on to Front Page. The progress meter advances between not installing Office and installing Front Page. When Front Page is done installing, it moves on to the next item and the green checkmark appears. When I run the same command from Start/Run, it works fine. I am attaching a copy of my config.js file. Let me know if you need more. Thanks in advance for the help.
×
×
  • Create New...