WildEdit Silent Install

General questions about using WildEdit

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
user1
Posts: 2
Joined: Mon Jul 24, 2006 10:09 pm

WildEdit Silent Install

Post 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?
user1
Posts: 2
Joined: Mon Jul 24, 2006 10:09 pm

Post 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
Post Reply