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?
 
Back
Top