Windows Installer: Cmd Line Parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to use custom command line parameters with Windows Installer?

Thanks,
Steve
 
Thanks. I found a similar article that referenced PROPERTY={value}, and that
handles my need. I'm using the Setup Project type from VS to create my MSI,
and I defined the public property both in the File System editor and as a
Search (registry search). This works just fine, but I'd like the command
line specified value to take precedence over the result from the Registry
Search result, and I can't find a way to handle that in VS.

Can the VS Conditions construct handle that kind of logic?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top