Page 1 of 1

WildEdit Silent Install

Posted: Mon Jul 24, 2006 10:19 pm
by user1
I've built a job to install WildEdit silently and remotely using Altiris. Unfortunately, the install places the WildEdit programs folder in the c:\Documents and Settings\<system account>\Start Menu\Programs folder instead of the All Users\Start Menu\Programs folder, so only the system account can access the installation from the Programs folder.
I've tried using the setup.exe with a /s /v/qn switch and extracting the .msi file to use a /qn switch.
Any ideas what I'm doing incorrectly?

Posted: Fri Jul 28, 2006 7:50 pm
by user1
I figured it out! extract the .msi file from the setup.exe and run it as follows:
msiexec.exe /i \\<install dir>\wildedit.msi /qn ALLUSERS=1