Main Board > Tips and Techniques

Silent Installation

(1/2) > >>

Devon Austen:
It is possible to run the Windows installers for some of our products in silent mode so no user interaction is needed.

PxPlus WindX Plug-in: From the command line run
--- Code: ---pxp1500-0001-WPI.exe /s /v"/qn"
--- End code ---

PxPlus SQL ODBC Driver: From the command line run
--- Code: ---sql_odbc_driver_6.10.0000_windows_32-bit_x86.exe /VERYSILENT
--- End code ---

PxPlus SQL Server: From the command line run
--- Code: ---sql_server_6.10.0000_windows_32-bit_x86.exe /VERYSILENT
--- End code ---

PxPlus does not have a fully silent install as it will always bring up the activation screen.

rnordin:
Do you think PxPlus might modify the install to read a configuration file that contains the keys? The forum shows this topic has been read 395 times, so their might be some interest.

Stéphane Devouard:

--- Quote from: Devon Austen on July 17, 2018, 11:33:00 AM ---It is possible to run the Windows installers for some of our products in silent mode so no user interaction is needed.

PxPlus WindX Plug-in: From the command line run
--- Code: ---pxp1500-0001-WPI.exe /s /v"/qn"
--- End code ---

--- End quote ---

Devon,

Is it possible to pass arguments on the command-line and control the installation directory  -- e.g. "C:\MyApp\Client" instead of the default "C:\PVX Plus Technologies\..." ?

TIA

Devon Austen:
Rob,

That may be a good idea. I would suggest creating a post on the wish list board of this forum and asking for anyone else who want's that feature to comment. That will help us gauge interest in that feature which can help us prioritize it.

Stéphane,

I don't know if that is possible or not. A quick look into things and I could not find a way to do it, but that doesn't mean it is not possible. I would guess we would need to enhance the installer to allow that type of specification.

Stéphane Devouard:
Devon

In the meantime after browsing some forums and articles, I found that specifying property=value pairs on the command line may work
INSTALLDIR=xxx or TARGETDIR=xxx were the suggested properties

I tried both, either within /v"/qn INSTALLDIR=xxx" or outside /v"/qn" INSTALLDIR=xxx
- In the first case, I am getting a popup message box from msiexec with the valid command line options
- In the second case, no popup but the property is ignored and WindX installs in the default directory

I'll add an entry to the wish list forum

Thanks !

Navigation

[0] Message Index

[#] Next page

Go to full version