I’ve done the following as our users don’t have the administrative rights on their computers.
Run FP1 on your computer and save the files on C:\85FP1
Copy these files to a network share lets assume \SERVER\SHARE\SMARTUPGRADE\85FP1 where all the users have read access
Create a batch file \SERVER\SHARE\SMARTUPGRADE\85FP1\install.bat
with content
setup.exe /s /v/qb+!
where /s is silent and /v passes to msiexec and /qb+! gives a progress bar so that the users can see something happens (useful as it’s a big install) and the ! removes the ‘Cancel’ button so that they can’t back out.
Now use the SUSetRunAsWizard.exe to create an SuRunAs.exe with no parameters just to encrypt the Admin user that will run the install and point it to the install.bat file you just created.
Create the smartupgrade kit and attach the file again no options needed.
we can’t use a network share to deploy- we have different locations
we doesn’t have a Anonymous network share
not all clients are in the same windows domain
…
we have to use the option to deliver the update with the smart upgrade document (package as attachment). And for this i’m searching the arguments for silent install.
I had to package everything within the suSetRunasWizard.exe package to get this to work properly with /s /v"/qb+" arguments. (Mostly because we use mapped network drives for everyone and the UNC path didn’t like X:\etcetc I figure)
It worked fine on my test box, but every real workstation gets a couple errors on it’s way through which refer to workspace\logs.
1248990749378;0;0;0;0;2;Partial installation and setup occurred.|Below are details about the features that failed to set up.|Requested operation cannot be performed because it would invalidate the current configuration. See details for more information.|-Patch for com.ibm.productivity.tools.notes.branding.feature (3.5.0.20090330-1718) requires feature “com.ibm.productivity.tools.notes.branding.feature (3.5.0.20081124-2154)”.|-Patch for com.ibm.designer.domino.feature (8.5.0.20090716-2050) requires feature “com.ibm.designer.domino.feature (8.5.0.20081211-1925)”.|-Patch for com.ibm.productivity.tools.base.win32.feature (3.5.0.20090330-1718) requires feature “com.ibm.productivity.tools.base.win32.feature (3.5.0.20081124-2154)”.|-Patch for com.ibm.xsp.feature (8.5.0.20090716-2050) requires feature “com.ibm.xsp.feature (8.5.0.20081126-1215)”.|-Patch for com.ibm.productivity.tools.standalone.feature (3.5.0.20090330-1718) requires feature “com.ibm.productivity.tools.standalone.feature (3.5.0.20081124-2154)”.|-Patch for com.ibm.xsp.core.feature (8.5.0.20090716-2050) requires feature “com.ibm.xsp.core.feature (8.5.0.20081126-1215)”.;
Subject: Works, but ther’s an OK botton at the end
I use Repack the installation (to get Company logo when extracing) and then rung:Setup.exe /s /v"/qb+!"
This works fine but i get an OK box when the installatin is finished. How do make that one disappear (Hole installation is run with SmartUpgrade, so I just want the Upgraded Notes client to start when Upgrade is finish)?
A customer uses Symantec Altiris to push out the installation package to the clients. And there is no way to get status on the server if the installation of fix pack went ok, until the user click on the OK box. This is a major issue.