The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
Hi, What is the best way to disable any upgrade/downgrade (major or minor) in basic MSI project?I want that if my application was already installed, no matter what its version - the current installation will abort. Only new installation should be exe...
Hi, I want my installer to run silently.This can be done by running the setup.exe with the "/s /v /qn" qualifiers.Can this be done without using the commandline? (meaning, running "setup.exe" silently, with no additional parameters)Thanks!
Hi all!I have just seen an InstallShield based installer (of Vivaty) which downloads the necessary MSI and then executes it.Please see the attached screenshot.How can I implement it with InstallShield??Thanks!(you can find this installer at http://w...
Hi, The first dialog which being displayed for the user, is a built-in dialog, for the time InstallShield extracts its msi and makes other preperations.See the attach image.Is there any way to hide this dialog?thanks!
DanGalender wrote:Try the condition Installed.Can I get this flag in a custon action via GetMSIProperty? As I know this one isn't a MSI property but InstallShield flag...
RobertDickau wrote:For the general idea, please see the MSI help topic "Preventing an Old Package from Installing Over a Newer Version".Great - Thanks!
DanGalender wrote:In the Releases view you can set parameters to pass to the MSI (like /qn, which you don't need the /v), but you'd still have to pass the /s to the setup.exe itself.First, thanks!So you're saying that there is no way to run the setup...