Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with TortoiseSVN, Deploy on TS #267

Open
Keywan2009 opened this issue Jul 18, 2024 · 2 comments
Open

Issue with TortoiseSVN, Deploy on TS #267

Keywan2009 opened this issue Jul 18, 2024 · 2 comments

Comments

@Keywan2009
Copy link

Hi,

I have a Task Sequence and I added a new step "Install Application" and put in there "TortoiseSVN".
The Ts does work fine until that step, it show me "Install TortoiseSVN-1.14.7.29687-x64-svn-1.14.3" and stay a long time. until I switch out the machine.

After reboot the machine I see on the programs and feature, the "Install TortoiseSVN-1.14.7.29687-x64-svn-1.14.3" is installed but does not work.

Here is PS script

Set-Location $PSScriptRoot;
$proc = (Start-Process -FilePath "msiexec.exe" -ArgumentList "/i "TortoiseSVN-1.14.7.29687-x64-svn-1.14.3.msi" /qn ALLUSERS=2 REBOOT=REALLYSUPPRESS" -Wait -PassThru);$proc.WaitForExit();$ExitCode = $proc.ExitCode
Exit($ExitCode)

image

Is that the issue that the Step "Install TortoiseSVN-1.14.7.29687-x64-svn-1.14.3" stay and does not nothing?

can you help me?

@rzander
Copy link
Owner

rzander commented Jul 19, 2024

You should ask TortoiseSVN for support....
I just checked the latest TortoiseSVN Package in RuckZuck and it does silently install... Maybe you should try to change the order of the package installation.... try to install it at the very beginning, to see if there is a conflict with another package...

@Keywan2009
Copy link
Author

I have checked the appdiscovery.log and appenforce.log and see by TortoiseSVN the following error
Maybe 60 second to littel time
Failed to read script execution time-out from policy. Use default 60 seconds. task sequence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants