Page 1 of 1
silent install of primo ramdisk
Posted: Wed Feb 22, 2012 3:37 pm
by dropsman
Hi,
the ramdisk works great. now i want to install them silent without user interaction.
Is this possible? And if yes how can i do this?
Thanx Jens
Re: silent install of primo ramdisk
Posted: Thu Feb 23, 2012 3:26 am
by Support
Hi Thanx,
It supports silent-mode installation. But current version has an issue on Vista/Win7 system. We will fully support silent-mode installation in next versions.
Thanks.
Re: silent install of primo ramdisk
Posted: Thu Feb 23, 2012 11:57 am
by dropsman
Hi,
thanx for the info.
I use xp64. can you tell me the possible switches or have you disabled the silent install in the current version?
Cheers Jens
Re: silent install of primo ramdisk
Posted: Thu Feb 23, 2012 3:57 pm
by dropsman
Hi,
i found out how i can install the software in silent mode (inno setup).
This works without a problem.
How can i silently add a virtual disk with parameters or from a parameter file (.vdd)?
Is it possible to give the registration parameter to the installer?
Thanx Jens
Re: silent install of primo ramdisk
Posted: Fri Feb 24, 2012 3:17 am
by Support
Great, you've found the answer!
It's a bit late, but for those who have same question, the answer to silent installation is: use the following command line switches,
/VERYSILENT
Instructs Installer to be silent.
/NORESTART
Prevents Installer from restarting the system following a successful installation.
/LANG=language (multilingual version)
Specifies the language to use. Currently
language can be
en,
chs,
fra,
rus and
esn.
dropsman wrote:How can i silently add a virtual disk with parameters or from a parameter file (.vdd)?
Is it possible to give the registration parameter to the installer?
I am sorry that Primo Ramdisk doesn't support command line interface so far. We'll implement it later.
Re: silent install of primo ramdisk
Posted: Fri Feb 24, 2012 4:51 pm
by dropsman
Hi,
thanx for the answer.
Here is my install string:
.\Primo.Ramdisk.Pro.Setup.5.3.0.exe /SP- /SILENT /NORESTART /SUPPRESSMSGBOXES /DIR="%ProgramFiles%\Primo Ramdisk Professional Edition" /NOICONS=0 /GROUP="Primo Ramdisk Professional Edition" /TASKS="quicklaunchicon,!desktopicon" /LOG="%TEMP%\ramdisk.txt" /Lang=EN
When will you support commandline switches to create ramdisks ?
Thanx Jens
Re: silent install of primo ramdisk
Posted: Tue Feb 28, 2012 8:46 am
by Support
We'll implement CLI as soon as possible. However I am sorry that I cannot give you an exact release date because so far we got quite many feature requests.
Re: silent install of primo ramdisk
Posted: Fri Mar 30, 2012 6:17 am
by dropsman
Hi,
i have seen the new version and in the changelog there is this entry:
Support silent install mode
Is it now possible to create also ramdisk from a batch?
Thanx
Re: silent install of primo ramdisk
Posted: Thu Apr 05, 2012 7:03 am
by Support
dropsman wrote:Is it now possible to create also ramdisk from a batch?
Sorry for late reply as we were on public holidays. Current version only supports silent install mode, but still not support batch commands.
Re: silent install of primo ramdisk
Posted: Mon Jun 25, 2012 3:26 am
by Support
Command-line interface has been supported since version 5.6.0.
Now you can create a ramdisk in silent mode.
For more details, please see
http://www.romexsoftware.com/en-us/prim ... rface.html
Thanks.