Search found 8 matches

by mlx01
12 Feb 2014, 09:18
Forum: General Discussion
Topic: Deploying FFS for users in the domain using Group Policy Objects?
Replies: 8
Views: 3456

Re: Deploying FFS for users in the domain using Group Policy Objects?

Hi,
thank you for your recent advice. Can you give me another one, please?
I am not be able to install FreeFilSnyc over GPO.
(FreeFileSync_6.0_Windows_Setup.exe /S /D=C:\FreeFileSync)
How did you solve it?
We have approximately 150 PC's in our domain so I cannot install the application manually ...
by mlx01
16 Jan 2014, 14:43
Forum: General Discussion
Topic: Many thanks + totally silent mode
Replies: 5
Views: 2140

Re: Many thanks + totally silent mode

New test : i created a file callex "MLX.vbs" in c:\freefilesync (the application folder).

this file contains :

' ****
Dim objShell, objFSO
Set objShell = WScript.CreateObject ("WScript.shell")
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists("\\my_server\my_share\my ...
by mlx01
16 Jan 2014, 13:02
Forum: General Discussion
Topic: Many thanks + totally silent mode
Replies: 5
Views: 2140

Re: Many thanks + totally silent mode

Hello,

i tried several configs :

1) create a "MLX.bat" file that contains ony this :

@echo off
if exist \\my-server\my-share\myProfile.ffs_batch (
"c:\FreeFileSync\FreeFileSync.exe" "\\my-server\my-share\myProfile.ffs_batch"
) else (
REM echo "FILE NOK"
)


Then on the scheduled task, run this ...
by mlx01
15 Jan 2014, 17:48
Forum: General Discussion
Topic: Deploying FFS for users in the domain using Group Policy Objects?
Replies: 8
Views: 3456

Re: Deploying FFS for users in the domain using Group Policy Objects?

I became accustomed to running scripts via the task scheduler, which in turn run the programs. Thus, in case of vbscript you can use:


Dim objShell, objFSO
Set objShell = WScript.CreateObject ("WScript.shell")
Set objFSO = CreateObject("Scripting.FileSystemObject")
If objFSO.FileExists("\\my ...
by mlx01
15 Jan 2014, 11:17
Forum: General Discussion
Topic: Deploying FFS for users in the domain using Group Policy Objects?
Replies: 8
Views: 3456

Re: Deploying FFS for users in the domain using Group Policy Objects?

BTW : i set in the silently install the target dir, because i'm sure of it for the scheduled task. I don't want to create a scheduled task for x86 machines and another one for x64, because my tests with a %programfiles% var didn't work.
(either in x86 or x64, a "program files" directory exists that ...
by mlx01
15 Jan 2014, 11:15
Forum: General Discussion
Topic: Deploying FFS for users in the domain using Group Policy Objects?
Replies: 8
Views: 3456

Re: Deploying FFS for users in the domain using Group Policy Objects?

Hello

yes you can !

You can silently install FFS like that :

FreeFileSync_6.0_Windows_Setup.exe /S /D=C:\FreeFileSync
(/D to specify the target dir, if not set, it will be %programfiles%)


Then, on my side, i created a scheduled task (via GPO) on each machine that runs this :
- run program : "c ...
by mlx01
09 Jan 2014, 08:31
Forum: General Discussion
Topic: Many thanks + totally silent mode
Replies: 5
Views: 2140

Re: Many thanks + totally silent mode

Hello
sorry i was off yesterday.

Zenju > yes, i understand : for a simple reason you can understand, i prefer having 1 file on the network to modify than having 1 file per PC, thant makes it impossible (or very hard) to edit after.

Is there a way just to hide this popup ?
i understand it's a ...
by mlx01
07 Jan 2014, 11:32
Forum: General Discussion
Topic: Many thanks + totally silent mode
Replies: 5
Views: 2140

Many thanks + totally silent mode

Hello

Many many many thanks to Zenju for your software !!!
I had to totally redeploy my LAN machines, and your program helps me a lot !!!

I have a question, is it possible to TOTALLY silently synchronize ?

Here's my case.

I created a scheduled task on each machine that runs this command : c ...