We do silent installs from an admin image. With 2007 we firstinstalled sp3.0, then later run a batch file to upgrade to sp4.0.Problem is, sp3.0 still shows up in the Add/Remove Programs list,so there's now both sp3.0 and sp4.0 there. It also leaves the sp3.0icon on the desktop.
The upgrade didn't install it twice, both icons point to the samefolder. At first I just ignored it as I figured there was a bugwith the installer and it wasn't that big a deal.
Now the problem is when I do an automatic uninstall. It removessp4.0 almost instantly. But sp3.0 and all the program files arestill there. It's not until I uninstall it again that it finallygets removed.
So is something wrong with the silent install or have I set it upwrong. Here's the line in the batch file that does the upgrade:
msiexec /i English_i386_SolidWorks.msi INSTALLDIR="C:\\ProgramFiles\\SolidWorks" UPGRADESWINSTALL=1 INSTALLWDS=0SWMIGRATE="SolidWorks 2007 SP03.0" /qbSolidworksAdministration






The upgrade didn't install it twice, both icons point to the samefolder. At first I just ignored it as I figured there was a bugwith the installer and it wasn't that big a deal.
Now the problem is when I do an automatic uninstall. It removessp4.0 almost instantly. But sp3.0 and all the program files arestill there. It's not until I uninstall it again that it finallygets removed.
So is something wrong with the silent install or have I set it upwrong. Here's the line in the batch file that does the upgrade:
msiexec /i English_i386_SolidWorks.msi INSTALLDIR="C:\\ProgramFiles\\SolidWorks" UPGRADESWINSTALL=1 INSTALLWDS=0SWMIGRATE="SolidWorks 2007 SP03.0" /qbSolidworksAdministration
