I see that in the new fix pack 1 when extracted there is a fix.msi. I assumed that this was there so that we could use group policy to deploy the fix pack. However I am unable to deploy it using it. The workstation application event log indicates a fatal error during install and will not install.
What, if any, is the proper procedure to use the fix.msi to deploy the fix pack? Smart Upgrade is too much of a hassle to set up in the first place, and also because our environment is locked down and I do not wish to use the USRUNAS utility.
HI, I am looking to deploy this via SCCM. If you run the exe and set it to unpack to a folder, then run sysinternals Process Explorer you will see the full command line it’s using…something likeMSIEXEC /i /l* SETUPEXEDIR=“C:\blahblahblah”
now it’s that folder SETUPEXEDIR that is important…
I haven’t figured a way of say setting it to be the default dir that the msi is in yet…
Thank you so much for that most excellent link. That has been by far the most educating information about Smart Upgrade I have run across relating to the actual processes involved in setting the entire thing up. (and I have read the redpaper “Understanding Lotus Notes Smart Upgrade” as well as several support documents relating to the SU and SURunAs situations.) Using the guides from that link I have successfully setup SmartUpgrade and deployed FP1 via smart upgrade.