3DConnexion 3DxSoftware silent install and uninstall switch

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
vidyarth
Posts: 7
Joined: Tue Dec 06, 2011 9:18 pm

3DConnexion 3DxSoftware silent install and uninstall switch

Post by vidyarth »

Hello,

I m currently trying to silently install 3Dxsoftware for my desktop.Could you please provide the silent install and uninstall switch for it.Also could you please advise as how to supress the registration pop up to the internet after installation of the the software.

regards
Fred
Moderator
Moderator
Posts: 997
Joined: Wed Dec 06, 2006 7:15 am
Location: Rochester, NY
Contact:

Post by Fred »

Info is in the 3DxWare folder called silent install.txt
===============================================

Since the 3DxWare installation is now a standard Windows Installer MSI
database, there are many tools that can be used to accomplish a silent install,
or otherwise modify the installation process.

There are also many options available to Active Directory Domain
Adminstrators for modifying and tailoring the installation to the needs of a
particular site.

The easiest way to execute a silent install is to run msiexec with the /q
command line option.

E.g.,
msiexec /i "3Dconnexion 3DxWare.msi" /q


The following msiexec command line Public Properties can also be used:

To change the default installation directory:
INSTALLDIR="new install directory"

To prevent the installer from launching the 3DxWare driver at the end:
LAUNCHPROGRAM=""

To tell the installer to not put the 3DxWare driver entry in the Startup folder:
NOAUTOSTART=1

To Prevent user-registration with the 3Dconnexion web site:
NOREGISTER3DXUSER=1

You can also tailor the features that get installed by creating a MSI transform
and applying that in the standard way. Normally, all features get installed.
To see a list of features, select Custom installation when running msiexec.

Setup.exe:
Setup.exe performs the same tasks as running the msiexec, except that it first
asks for the user's language preference, then applies the language transform
before running msiexec.
vidyarth
Posts: 7
Joined: Tue Dec 06, 2011 9:18 pm

Post by vidyarth »

I am unable to find any silent install.txt file in the folder specified.Please advise.
Fred
Moderator
Moderator
Posts: 997
Joined: Wed Dec 06, 2006 7:15 am
Location: Rochester, NY
Contact:

Post by Fred »

I gave you the info from the Silent install file in my post above.
vidyarth
Posts: 7
Joined: Tue Dec 06, 2011 9:18 pm

Post by vidyarth »

Hello Fred,

i have made the following observations when i installed the setup.exe and the msi s seperately.
the INSTALLDIR of the setup.exe is C:\Program Files\3DConnexion\3DConnexion 3DxSoftware while the INSTALLDIR of the MSI s is C:\Program Files\3DConnexion.Also,4 files are not installed by the msi,they are as follows:
ImageInteriorLarge.bmp
ishelper.dll
readme.txt
3dxicon.ico
Could you please advise if this will pose a problem while launching the shortcut etc.
Post Reply