QuicksearchCategoriesSyndicate This Blog |
Tuesday, May 16. 2006Win2k3 unattended installation: non-speaking error
If you work on unattended installtion for Windows and you get the following error during the GUI Installation Setup, don't despair.
![]() An error has been encountered that prevents Setup from continuing. When you get this error, there are some missing entries on your winnt.sif file in the I386 Folder. You have to add: MsDosInitiated = "0" AutoPartition=0 UnattendedInstall = "Yes" That flags are essential for the [Data] Selection in the winnt.sif file! MsDosInitiated=0 Means that you are not installing from floppy drives! AutoPartition=0 You musst create the partitions on yourself! UnattendedInstall = "Yes" Starts the Unattended Installation in the GUI Mode. Tuesday, April 11. 2006Rsync Server under Windows
Rsync Server under Windows is possible with cygwin and cwrsync!
You can get cwRsync with cygwin dlls here: http://itefix.no/cwrsync/ Install it, create a rsync.conf file, but two things are important for running rsync on windows:
My rsync.conf looks like this:
The password file has got that format: username:password For installing rsync as a Server you need the programs: - instsrv.exe - srvany.exe Now execute this command: instsrv.exe "Rsync c:\path\to\srvany.exe Do not start the service now! Open regedit and insert the following lins to that path: HKEY_LOCAL_MACHINE\SYSTEMS\CurrentControlSet\Services\Rsync\Parameters
Now you can start rsync as a normal service.
(Page 1 of 1, totaling 2 entries)
|