Author |
Message |
KevinMatthews
Joined: 11 Aug 2006 Posts: 2
|
Posted: Fri Aug 11, 2006 4:42 pm Post subject: Install via Group Policy? |
|
|
Is there a way that VV2 can be installed via a Group Policy in Active Directory?
I basically want the software to install if it does not currently exist on a user's system. To do this I need an .msi file though (I believe).
Has anyone done this? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8771
|
Posted: Wed Aug 16, 2006 11:43 pm Post subject: |
|
|
Hi Kevin
We do not have a MSI installer, but our EXE installer can be run with the /silent option if you want, which means it will install without questions, using default values. _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
KevinMatthews
Joined: 11 Aug 2006 Posts: 2
|
Posted: Thu Aug 17, 2006 1:16 am Post subject: |
|
|
Ok, so maybe I'll just use an MSI builder and stick the executable in there with the /silent option on it...I think that can be done.
Also, is there any chance that I can pass the license key into the executable as well like /user:(CAI)Jim /key:111111111
I bet I know the answer, but I thought I'd ask anyhow.
Thanks! |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8771
|
Posted: Thu Aug 17, 2006 5:01 am Post subject: |
|
|
The license is stored in the registry under:
HKEY_LOCAL_MACHINE\SOFTWARE\ViceVersa Pro 2\ViceVersa Pro
You can export this when building the MSI installer from a registered copy of ViceVersa PRO
Let me know how it goes ... _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
pradeephs.it@gmail.com
Joined: 22 Jun 2012 Posts: 3
|
Posted: Mon Jun 25, 2012 4:18 pm Post subject: |
|
|
I dont see the silent install option while executing the .exe |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8771
|
Posted: Wed Jun 27, 2012 9:42 pm Post subject: |
|
|
The installer can be launched with the /SILENT flag on command line.
/SILENT , /VERYSILENT
Instructs the setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt). _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
pradeephs.it@gmail.com
Joined: 22 Jun 2012 Posts: 3
|
Posted: Thu Jun 28, 2012 4:17 am Post subject: |
|
|
I downloaded the vvpro.exe and from the dowloaded location from the command prompt i executed vvpro.exe /verysilent, initially i get a popup saying would you prefer to download 64 bit version, can this window also be forbidden? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8771
|
|
Back to top |
|
|
|