This entry was posted by jhiltabidel on Saturday, 8 January, 2011 at
No help on the circlesys website as of this writing.
If you download the demo, stdemo.exe, it can be silent installed as follows:
stdemo.exe /S
The /S must be capitalized.
Afterwards, when I attempt to manually enter the license information I get the following popup:

So… apparently I will need a switch to force a different installation directory or another method of importing license information and making the program available to ALL users.
Update: I found a license.dat file in the install directory — and I imagine I can copy this over to the machine via MDT / batch file but I’m awaiting updated license information.
Update Update: My entire script now reads as follows:
@echo off
echo Installing StatTransfer10…
“\\yourservername\yourdeploymentshare\Applications\StatTransfer 10\stdemo.exe” /S
echo StatTransfer installation part one complete.
echo Creating RoamingStatTransfer directories…
MD C:\Users\Administrator\AppData\Roaming\stattransfer10
MD C:\Users\Default\AppData\Roaming\stattransfer10
echo Directories created…
echo Copying preference files over…[to stop automatic updates message]
copy “\\yourservername\yourdeploymentshare\Custom\StatTransfer\stattransfer10″ “C:\Users\Administrator\AppData\Roaming\stattransfer10″
copy “\\yourservername\yourdeploymentshare\Custom\StatTransfer\stattransfer10″ “C:\Users\Default\AppData\Roaming\stattransfer10″
echo Preference file copy complete.
echo Copying StatTransfer license info…
MD “C:\Program Files\StatTransfer10″
copy \\yourservername\yourdeploymentshare\Custom\StatTransferlicense.dat “C:\Program Files\StatTransfer10″
echo License copy complete.
This makes me wonder why the above screen shot occurred in the first place — because using the above script, StatTransfer installs for ALL USERS and works fine — no prompt for updates, fully licensed.
Note: Where I am copying the stattransfer10 file (not folder, FILE) to the roaming profile directory — this is the preference file that contains information such as how often to update StatTransfer. I copied this originally to my server from a system already configured with StatTransfer.
以上是转载,批处理我没看太明白。我试了试,没成功,10的可以再http://www.stattransfer.com/downloads/windows_priorversion_download.html下载。也不知道作者用的是什么系统。望广大坛友指点。


雷达卡




京公网安备 11010802022788号







