dewmat Posted July 4, 2008 Posted July 4, 2008 I'm trying to auto install lotus notus.I use this command: msiexec -i C:\6.5.5\6.5.5.msi USERNAME="***" COMPANYNAME="***"Everything works but i have to specify a few other fields, But how can i know with property name the field has... USERNAME and COMPANYNAME were easy to guess... Is there a way to get the info of all property's that the installer uses?
Kelsenellenelvian Posted July 4, 2008 Posted July 4, 2008 (edited) orca (Its an .msi properties editor)using the /? switch Edited July 4, 2008 by Kelsenellenelvian
dewmat Posted July 4, 2008 Author Posted July 4, 2008 orcausing the /? switchHow can i use the /? (im a newbie on this)
Kelsenellenelvian Posted July 4, 2008 Posted July 4, 2008 place the msi in the c:\ drive like c:\6.6.5.msiopen a run box from the start menu or by presing winkey + rtype in cmdthen in the command box that pops up type in c:\6.6.5.msi /?
dewmat Posted July 4, 2008 Author Posted July 4, 2008 place the msi in the c:\ drive like c:\6.6.5.msiopen a run box from the start menu or by presing winkey + rtype in cmdthen in the command box that pops up type in c:\6.6.5.msi /?Installer starts... Installer end and where is the logfile now?
Kelsenellenelvian Posted July 4, 2008 Posted July 4, 2008 You did it wrong then you should have gotten a popup that gives you info. What .msi are you tring this on?Read this for better info = http://msdn.microsoft.com/en-us/library/aa367988.aspx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now