owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 668 forks source link

[Windows] Mirall update/uninstall #2418

Closed Blisk closed 9 years ago

Blisk commented 9 years ago

client is windows 7 64

I have trouble with uninstalling/updating it. I have manage to install owncloud mirall on clients by GPO so I have wrapped setup.exe to msi. Now I have a problem because I can not Update it over GPO, because old mirall can not be uninstalled by GPO or unatended. Can someone help em, how to do it?

guruz commented 9 years ago

It's hard to help you if you don't mention which version this is about. Which one are you uninstalling? Or updating? To which one?

Blisk commented 9 years ago

Sorry from this ownCloud-1.6.3.3721-setup to this owncloud-1.6.4.4041-setup

danimo commented 9 years ago

@Blisk What's stopping an unattended uninstall?

Blisk commented 9 years ago

Don't know it just won't uninstall.

danimo commented 9 years ago

@Blisk What command does your MSI wrapper call for uninstallation?

Blisk commented 9 years ago

msiexec.exe owncloud-1.6.4.4041-setup.msi /q /uninstall

danimo commented 9 years ago

No, that's the MSI. What does that MSI call internally to perform the uninstall? And what exactly is the error? How did you create the MSI?

Blisk commented 9 years ago

Sorry I forget which swithches I put in before wrapping but I think only /s. Can you tell me what it should be to uninstall silently and I will make another one and test it?

dragotin commented 9 years ago

Closing for inactivity.

danimo commented 9 years ago

It should now just work btw, since starting with 1.8.0 the client also uninstalls with /s without prompting.