MikeO Posted January 17, 2005 Posted January 17, 2005 Here's how you can sillent install ActiveSync 3.8Download ActiveSync 3.81. Start MSASYNC.EXE2. Wait until the setup stop for user input.3. Go to the folder: C:\Documents and Settings\(username)\Local Settings\Temp\IXP000.tmp (don't close the installation of MSASYNC.EXE)4. Copy the content of that folder to C:\XPCD\$OEM$\$1\Install\Microsoft ActiveSync5. Close MSASYNC.EXE (you don't need this)6. Create in C:\XPCD\$OEM$\$1\Install\Microsoft ActiveSync a file called Silent.ini6a. In that file you put: ; Settings for silent install [ActiveSync] InstallDir = %ProgramFilesDir%\Microsoft ActiveSync UsePreviousPort = 1 CommPort = ResetRasServerPorts = 1 DesktopIcon = 1 Reboot = 17. Put in your RunOnceEx.cmd REG ADD %KEY%\035 /VE /D "Installing Microsoft ActiveSync 3.8" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\Microsoft ActiveSync 3.8\setup.exe /s "silent.ini"" /fThat works for me.
DaRKNeSS666NL Posted May 4, 2005 Posted May 4, 2005 Mike0I am installing it the way you say, and that works. But I have one question.When instaling it doesn't wait to finish. I mean as it is installing my RunOnce is going to the next ap etc...Is there a way to let RunOnce wait to finish install of msasync, and only getting further when install is finished?D@RKNeSS
Priapus Posted May 13, 2005 Posted May 13, 2005 Hej,Try to use at the beginning of the command line;start /wait %systemdrive%\Install\Microsoft ActiveSync 3.8\setup.exe /s "silent.ini"" /for Start /wThis will wait untill the application above is finished installing.
Ben.Hahlen Posted May 13, 2005 Posted May 13, 2005 Mike0I am installing it the way you say, and that works. But I have one question.When instaling it doesn't wait to finish. I mean as it is installing my RunOnce is going to the next ap etc...Is there a way to let RunOnce wait to finish install of msasync, and only getting further when install is finished?D@RKNeSS<{POST_SNAPBACK}>I resolved this by putting calling a sleep for 30 seconds. It seems that the installer calls for another installer, while closing the first one, making RunOnceEx think that the original one is done, and thus continuing on.Add this command and you're done:REG ADD %KEY%\### /V 2 /D "sleep.exe 30" /f"(### standing for the correct numbers, of course.)Also don't forget that you should have sleep.exe in your windows\system32 folder.
DaRKNeSS666NL Posted May 13, 2005 Posted May 13, 2005 @ Priapus ThanksGoing to try that. I was using this code. REG ADD %KEY%\990 /VE /D "Instalatie van Microsoft ActiveSync 3.8" /fREG ADD %KEY%\990 /V 1 /D "%systemdrive%\Install\PDA\setup.exe /s "silent.ini"" /fI never have seen the wiat code before in RunOnceExe thought it was only used in batch comands. I think the NEWBIE is at place here @ Ben.HahlenAnd I am going to try ths also This is (I hope) solve my problem wit MSASYNC.ThanksD@RKNeSS
[deXter] Posted May 14, 2005 Posted May 14, 2005 Just to let you guys know, Active Sync 4.0 is already out
DaRKNeSS666NL Posted May 15, 2005 Posted May 15, 2005 Didn't knew that going to download it ant tying it.D@RKNeSS
DaRKNeSS666NL Posted May 15, 2005 Posted May 15, 2005 @ Ben.HahlenI dont have sleep.exe in system 32. can you point me were I can get it?@ PriapusI have tryed your sugestion buy that didn't work. Am I using the code corect?REG ADD %KEY%\99 /VE /D "Instalatie van Microsoft ActiveSync 3.8" /fREG ADD %KEY%\99 /V 1 /D "start /wait %systemdrive%\Install\PDA\setup.exe /s "silent.ini"" /fD@RKNeSS
Gerrit.B Posted May 17, 2005 Posted May 17, 2005 Just to let you guys know, Active Sync 4.0 is already out <{POST_SNAPBACK}>After download start setup, after first screen search for Microsoft ActiveSync 4.0.msi.Copy this file and use option /qb
lamaslany Posted November 10, 2005 Posted November 10, 2005 (edited) I am trying, but failing, to create a script to silently install a number of applications and the first app on the list is ActiveSync 3.8.I have followed the instructions in the OP regarding the source and decompression of ActiveSync 3.8 and I am using the following command in my .cmd script:START /wait ~%dp0setup.exe /s "Silent.ini" /f~%dp0 expands to 'E:\Software\ActiveSync_3.8\' so the command, which I echo to the screen to confirm, is:START /wait E:\Software\ActiveSync_3.8\setup.exe /s "Silent.ini" /fThe decompressed files were copied to the E:\Software\ActiveSync_3.8 folder and is also the folder that contains my Silent.ini - the script also runs from this folder.When the command runs the Microsoft ActiveSync Setup dialog is displayed stating that it is preparing the install shield. Once this reachs 100% a Setup error is displayed:An internal read error has occured on E:\Software\ActiveSync_3.8\.INS. Unable to load installation instructions.Error 703.Any ideas or suggestions as to the cause if not the solution itself?Many thanks. Edited November 10, 2005 by lamaslany
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now