Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
a1b78c3b
Kaydet (Commit)
a1b78c3b
authored
Eki 30, 2009
tarafından
Vladimir Glazunov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS installer11_DEV300
üst
96695e2d
576f2ad3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
checkrunningoffice.cxx
...in32/customactions/shellextensions/checkrunningoffice.cxx
+3
-0
No files found.
setup_native/source/win32/customactions/shellextensions/checkrunningoffice.cxx
Dosyayı görüntüle @
a1b78c3b
...
@@ -257,6 +257,9 @@ extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle )
...
@@ -257,6 +257,9 @@ extern "C" UINT __stdcall IsOfficeRunning( MSIHANDLE handle )
// When there is no program folder, there could be no running office
// When there is no program folder, there could be no running office
if
(
dwError
==
ERROR_FILE_NOT_FOUND
)
if
(
dwError
==
ERROR_FILE_NOT_FOUND
)
return
ERROR_SUCCESS
;
return
ERROR_SUCCESS
;
if
(
dwError
==
ERROR_PATH_NOT_FOUND
)
return
ERROR_SUCCESS
;
// The destination folder should never exist, don't know what to do here
// The destination folder should never exist, don't know what to do here
if
(
dwError
==
ERROR_ALREADY_EXISTS
)
if
(
dwError
==
ERROR_ALREADY_EXISTS
)
return
ERROR_SUCCESS
;
return
ERROR_SUCCESS
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment