• بادئ الموضوع بادئ الموضوع كرم2005
  • تاريخ البدء تاريخ البدء
  • المشاهدات 1,376

كرم2005

زيزوومي جديد
إنضم
21 فبراير 2008
المشاركات
9
مستوى التفاعل
0
النقاط
0
غير متصل
اخواني الكرام السلام عليكم ورحمة الله وبركاته

اخواني الكرام هل ممكن أن تساعدونا - مشكورين - في عمل هذا البرنامج العملاق Sound Forge 9 تنصيب صامت

وهذا رابط مباشر له
يجب عليك تسجيل الدخول او تسجيل لمشاهدة الرابط المخفي


اخواني - أنا بحثت في مواقع النت المختلفة ووجدت في أحد المنتديات الشرح الآتي:

I was wondering how to silently install Sound Forge a while ago, but today I ended up taking a closer look at it, and I successfully got it to do it !! (IMG:style_emoticons/default/biggrin.gif)

It's pretty simple, here are the steps:

* Double-Click the soundforge90a_enu.exe file and select a place for the file to extract the setup. The default ******** is C:\Program Files\Sony Setup\Sound Forge 9.0

* To install Sound Forge, your PC requires the Visual C++ 2005 Redistributable (vcredist_x86.exe) to be installed. This has been included in the setup files for Sound Forge. You can either install it from there (using the /Q switch to make it silent), or have it installed before this.

* Now, I had a close look at the Sound Forge install .exe and realised that even in silent mode, it will still install the Noise Reduction plug-in normally (not silent). So, the trick to keep this all silent is to install the Noise Reduction plug-in FIRST. Go to the nrpack folder and run the nrpack_enu.msi file with using the /qb switch to make it silent.

* After this, you can now install Sound Forge, the silent switch for the setup.exe is /Q

I ended up making a 7-zip switchless installer of this and I can confirm this does work perfectly!! (IMG:style_emoticons/default/smile.gif)

What I ended up doing was just writing a small DOS script, throwing it in the C:\Program Files\Sony Setup\Sound Forge 9.0 folder and just 7-zipping that whole folder. If anyone is interested, here is the DOS script I wrote:
-------------------------------
CODE
@echo off
mode con cols=70 lines=2
title Sound Forge 9.0a
cls
@echo Please wait while Sound Forge 9.0a is installing
vcredist_x86.exe /Q
cd nrpack
nrpack_enu.msi /qb
cd..
setup.exe /Q


=======================

طبعا لم أفهم الخطوات بالضبط -

لذلك أتمنى من اخواني الكرام - بارك الله فيهم المساعدة في ايجاد السويتش وشرح الطريقة من أجا تنفيذ هذا البرنامج صامتا جزاكم الله خيرا ،

والله في عون العبد ما دام العبد في عون أخيه

والسلام عليكم ورحمة الله وبركاته​
 

يا اخوان - هل يوجد سويتش لهذا البرنامج من أجل تنفيذه صامتا؟؟
 
جزاك الله خيرا أخي
يجب عليك تسجيل الدخول او تسجيل لمشاهدة الرابط المخفي
على تعاونك مع اخوانك واسأل الله تعالى أن يجعل ذلك في ميزان حسناتك - آمين

أخي الكريم - للأسف هذا البرنامج مستعصي ولا يريد أن يكون صامتا بأي سوتيش من السويتشات المعروفة

وقد جربت برنامجك وأعطى رسالة بأنه غير معروف وكنت جربت قبله برنامج ussf ولم يفلح

واستعنت بمواقع متعددة ولم أفلح في الحصول على نتيجة

لكن أنا متأكد أن الاخوة الكرام في هذا المنتدى المبارك سيأتون بالنتيجة ان شاء الله تعالى
 
اخي الكريم فضلا انتظر حتي احمل البرنامج
و نأتي لك بالنتيجة ان شاء الله ..
 
توقيع : Blackstar_tech
اخواني الكرام السلام عليكم ورحمة الله وبركاته

اخواني الكرام هل ممكن أن تساعدونا - مشكورين - في عمل هذا البرنامج العملاق Sound Forge 9 تنصيب صامت

وهذا رابط مباشر له
يجب عليك تسجيل الدخول او تسجيل لمشاهدة الرابط المخفي


اخواني - أنا بحثت في مواقع النت المختلفة ووجدت في أحد المنتديات الشرح الآتي:

I was wondering how to silently install Sound Forge a while ago, but today I ended up taking a closer look at it, and I successfully got it to do it !! (IMG:style_emoticons/default/biggrin.gif)

It's pretty simple, here are the steps:

* Double-Click the soundforge90a_enu.exe file and select a place for the file to extract the setup. The default ******** is C:\Program Files\Sony Setup\Sound Forge 9.0

* To install Sound Forge, your PC requires the Visual C++ 2005 Redistributable (vcredist_x86.exe) to be installed. This has been included in the setup files for Sound Forge. You can either install it from there (using the /Q switch to make it silent), or have it installed before this.

* Now, I had a close look at the Sound Forge install .exe and realised that even in silent mode, it will still install the Noise Reduction plug-in normally (not silent). So, the trick to keep this all silent is to install the Noise Reduction plug-in FIRST. Go to the nrpack folder and run the nrpack_enu.msi file with using the /qb switch to make it silent.

* After this, you can now install Sound Forge, the silent switch for the setup.exe is /Q

I ended up making a 7-zip switchless installer of this and I can confirm this does work perfectly!! (IMG:style_emoticons/default/smile.gif)

What I ended up doing was just writing a small DOS script, throwing it in the C:\Program Files\Sony Setup\Sound Forge 9.0 folder and just 7-zipping that whole folder. If anyone is interested, here is the DOS script I wrote:
-------------------------------
CODE
@echo off
mode con cols=70 lines=2
title Sound Forge 9.0a
cls
@echo Please wait while Sound Forge 9.0a is installing
vcredist_x86.exe /Q
cd nrpack
nrpack_enu.msi /qb
cd..
setup.exe /Q


=======================

طبعا لم أفهم الخطوات بالضبط -

لذلك أتمنى من اخواني الكرام - بارك الله فيهم المساعدة في ايجاد السويتش وشرح الطريقة من أجا تنفيذ هذا البرنامج صامتا جزاكم الله خيرا ،

والله في عون العبد ما دام العبد في عون أخيه

والسلام عليكم ورحمة الله وبركاته​
يا اخى الكريم هنا تم وضع التنصيب الصامت بواسطتك
@echo off
mode con cols=70 lines=2
title Sound Forge 9.0a
cls
@echo Please wait while Sound Forge 9.0a is installing
vcredist_x86.exe /Q
cd nrpack
nrpack_enu.msi /qb
cd..
setup.exe /Q
ان شاء الله شرح له:smile:
 
توقيع : abo treka
اخي الكريم فضلا انتظر حتي احمل البرنامج
و نأتي لك بالنتيجة ان شاء الله ..
حياك الله أخينا ومشرفنا الكريم وأسأل الله تعالى أن يجزيك خير الجزاء

ونحن في انتظارك أخي الفاضل
 
يا اخى الكريم هنا تم وضع التنصيب الصامت بواسطتك

ان شاء الله شرح له:smile:
مرحبا بك أخي الكريم أبو تريكة وحياك الله

أخي الكريم أنا جربت هذا الباتش ولم يفلح

وللعلم أن هذا الباتش أنا نقلته من الموقع الأجنبي الذي نقلت منه الشرح أعلاه

جزاك الله خيرا أخي الكريم

تقبل تحياتي
 
من الممكن ذلك
جارى التجربة
 
توقيع : abo treka
هل توصل أحد الاخوة للحل يا اخوان؟؟؟
 
هل توصل أحد الاخوة للحل يا اخوان؟؟؟
 
وش المقصود بالتنصيب الصامت ؟
 
عودة
أعلى