apache 安装提示click the finish to exit theexit setup是什么意思 wizard

【解决方法】安装会声会影时提示&安装向导未完成、Installation&Wizard&not&completed&-9_半成品网络学院233_新浪博客
【解决方法】安装会声会影时提示&安装向导未完成、Installation&Wizard&not&completed&-9
方法适合任何版本的会声会影
在我们安装会声会影时,选择好安装路径,正式进入安装之后,有时候会提示“安装向导未完成&您的系统已被修改。要在其它时间完成此安装,请再次运行此设置。单机完成退出向导。-9”、“Installation
Wizard not completed &Your system has not
been modified.To complete installation at another time,please run
setup again.Click Finish to exit the
wizard.&-9”。根本无法安装软件。这个情况我们该如何解决呢??
半成品网络学院给你出招!​
问题原因:可能是安装时被杀毒软件阻止了安装;也可能是之前安装过会声会影,但是没有卸载干净。
解决方案:
​对于前者:重启电脑、彻底退出杀毒软件,再次安装。
& & 对于后者:我们要把残留的注册文件移除干净。
先下载安装一个Windows Insstaller Clean
UP软件(可以加我们的QQ直接发给你)。然后按照以下视频里的清理步骤清除干净即可。
(注意:视频中要清除的文件名后面都有一个[14.....],这代表的是会声会影X4版本,同理,如果是[15......],那就对应的是X5版本,X6、X7、X8/X9等版本同理,总之见到这类文件名都remove掉即可。)
​​
半成品网络学院233
博客等级:
博客积分:0
博客访问:14,047
关注人气:0
荣誉徽章:How to setup a subclipse project to branch/tagDate: -03-29
I've read that branching/tagging is one of the nice features of SVN (See
and ). However, it took me a little while to figure out how to set up my directory structure with the recommended "trunk", "branches", and "tags" folders. These are my basic step-by-step notes for how I set up my Subclipse project and then created a branch. This assumes you've already installed Subclipse and set up a repository. If you have not done that, see .Add your Eclipse project to the repository in a "trunk" folderStart with an Eclipse project named "myproject"In the "Navigator" window, right-click on your project, select "Team" & "Share Project..."Select "SVN" and click "Next"Select your repository. (This tutorial assumes it is located at "svn://localhost".) Click "Next".In the "Enter Folder Name" dialog, select the "Use specified folder name" option and enter "myproject/trunk". The "URL:" box should show something like "svn://localhost/myproject/trunk". Click "Next".Click "Finish". A new dialog will open. Select the files to commit, enter a comment, and click "OK". I got the following output in the "Console" window:
Filesystem has no item
svn: URL 'svn://localhost/myproject/trunk' non-existent in that revision
Bad URL passed to RA layer
svn: URL 'svn://localhost/myproject' non-existent in revision '234'
mkdir -m "Initial import." svn://localhost/myproject
mkdir -m "Initial import." svn://localhost/myproject/trunk
checkout -N -r HEAD svn://localhost/myproject/trunk
Checked out revision 236.
add -N C:\path\to\myproject\.settings
C:/path/to/myproject/.settings
add -N C:\path\to\myproject\.settings\org.eclipse.cdt.core.prefs
C:/path/to/myproject/.settings/org.eclipse.cdt.core.prefs
add -N C:\path\to\myproject\.cdtbuild
C:/path/to/myproject/.cdtbuild
add -N C:\path\to\myproject\.settings\org.eclipse.cdt.managedbuilder.core.prefs
C:/path/to/myproject/.settings/org.eclipse.cdt.managedbuilder.core.prefs
add -N C:\path\to\myproject\.cdtproject
C:/path/to/myproject/.cdtproject
add -N C:\path\to\myproject\.project
C:/path/to/myproject/.project
commit -m "Initial import." C:/path/to/myproject/.cdtbuild C:/path/to/myproject/.cdtproject C:/path/to/myproject/.project C:/path/to/myproject/.settings C:/path/to/myproject/.settings/org.eclipse.cdt.core.prefs C:/path/to/myproject/.settings/org.eclipse.cdt.managedbuilder.core.prefs
path/to/myproject/.cdtbuild
path/to/myproject/.cdtproject
path/to/myproject/.project
path/to/myproject/.settings
path/to/myproject/.settings/org.eclipse.cdt.core.prefs
path/to/myproject/.settings/org.eclipse.cdt.managedbuilder.core.prefs
Transmitting file data ...
Committed revision 237.Create "branches" and "tags" folders in the repositorySwitch to the "SVN Repository Exploring" perspective. (From the "Window" menu, select "Open Perspective" & "Other...". Select "SVN Repository Exploring" and click "OK".)In the "SVN Repository" window, expand the tree, and right-click on "myproject", select "New" & "New remote folder".In the "Create a new remote folder" dialog, expand the tree and select "myproject". For "Folder name:", enter "branches". Click "Next".Enter a comment and click "Finish".Expanding the "myproject" folder now shows the "branches" and "trunk" subfolders.I got the following output in the "Console" window:mkdir -m "Created branches folder." svn://localhost/myproject/branchesRepeat these steps to create a "tags" folder.Create a branchSwitch back to the previous perspective.Commit any changes you want in the branch.In the "Navigator" window, right-click your project and select "Team" & "Update"Right-click your project and select "Team" & "Branch/Tag..."In the "Copy (Branch/Tag)" dialog, in the "To URL:" textbox, enter "svn://localhost/myproject/branches/mybranch". (The "From WC at URL:" box should read "svn://localhost/myproject/trunk".)Leave the "HEAD revision in the repository" option selected, enter a comment, and click "OK".I got the following output in the "Console" window:copy -rHEAD svn://localhost/myproject/trunk svn://localhost/myproject/branches/mybranchSwitch your working copy to the branchYou can now switch your working copy between the trunk and the branch.Right-click your project and select "Team" & "Switch to another Branch/Tag..."In the "To URL:" textbox, enter "svn://localhost/myproject/branches/mybranch". Click "OK".I got the following output in the "Console" window:switch svn://localhost/myproject/branches/mybranch C:/path/to/myproject -rHEAD
At revision 239.You should now be able use the features discussed in Branching steps were taken from .CommentsPlease enable JavaScript to view the &a href="/?ref_noscript"&comments powered by Disqus.&/a&Created with
| Hosted by温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!&&|&&
挥汗如雨的训练造就了我长号速成的奇迹(一年半考下九级),同时造就了我高超的演技……这也是我的人生准则。现在,我需要通过登台各种文艺演出来强化自己的演奏水平和心理素质。只有经过这样一次次的磨练,才有可能成为优秀的长号独奏家。朝着这个目标,努力吧 /v_show/id_XNTExMTkzOTY0.html 这是头像所对应的的演出视频,欢迎朋友们前来观看。我第一次去电视台演出,密云电视台,2013年春节特别节目。这段视频是热心观众帮我录的。谢谢这位热心观众,感谢所有关注我的人
LOFTER精选
网易考拉推荐
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
3:单击“打开文件夹以查看文件”。备注:单击“运行XX 那一项,本安装程序无法正常运行。
4:双击“Setup.exe”文件,启动安装程序。
5:主安装程序启动成功。单击“Install”开始安装
这句英文我给大家翻译(后面的步骤不说这句话啦,直接翻译):Click Install to begin Installation
点击Install(安装)开始安装
6:单击“I accept the terms in the License Agreement”(我接受许可协议条款)
然后单击Next(下一步)继续安装
7:我给大家翻译一下这几个选项:
第一项:Install Track Presets for HALion Symphonic Orchestra(安装哈利恩交响乐团的轨道预置信息)
第二项:Create Shortcut on Desktop(在桌面创建快捷方式)这里指的是Cubase5.1主程序的快捷方式
下边那一行:Install Location(安装位置)那个C:\XXX就是当前默认的安装路径
强烈建议把C盘腾出8G以上的空间,然后安装在C盘
Browse(浏览文件夹)单击这个按钮浏览安装目录
然后单击Next,继续下一步安装
8:&单击Install 开始安装
The Setup Wizard is ready to begin the Typical installation(安装向导准备开始典型安装)
Click Install to begin the installation. If you want to review or change any of your installaion settings, click Back, Click Cancel to exit the wizard.
(单击Install(安装)开始安装。如果你想看或者是更改任何一项你的安装选项,请点击Back(返回)。单击Cancel(取消)退出安装)
9:正在安装
Please wait while the Setup Wizard installs Steinberg Cubase 5. This may take several minutes(请等待,安装向导正在安装Cubase5,这可能需要几分钟 )
Status: Copying new files(状态:正在复制新文件)
我用于测试的虚拟机,完成这一步安装用了2分钟。
9-特殊冲突情况:如果您已经安装过Nuendo4 ,并继续安装Cubase5 ,则可能会出现如下冲突对话框。选择repair(修复)。
出现的此类冲突都选Repair,一定记住!
第一项:Modify(修改)
Allows users to change the way features are installed(允许用户修改安装选项)
Repair(修复):
Repairs errors in the most recent installation states - fixes missing or corrupt files, shortcuts and registry entries.
(修复在最近安装中出现的错误,修复丢失或损坏的文件、快捷方式和注册表项)
Remove(卸载)
Removes Steinberg HAlionOne&from your computer(从电脑中卸载Steinberg HAlionOne&)
10:单击Finish(完成)结束本阶段安装,开始下一阶段的安装
Click the Finish button to exit the Steinberg Cubase 5 setup Wizard(单击Finish(完成)按钮结束Cubase 5 安装向导)
11:安装程序正在开始下一阶段安装
12:单击“Install(安装)”开始下边的安装
13:单击“我同意许可协议条款”,然后单击“下一步”
哈哈,前文都翻译过了,这里相信大家会,不提供翻译了
14:单击“下一步”继续安装
Click the next Button to Install Steinberg HALionOne With the most common program features.(单击下一步按钮安装Steinberg HALionOne 中常用产品功能)
左下角的按钮(Disk Usage):单击这个按钮可以查看磁盘使用情况。也就是软件要安装在哪个分区,要占用多少空间,这个分区还剩多少空间,软件安装后这个分区还剩多少空间等。
&15:单击“安装”开始下一步的安装
16:正在安装
17:单击“完成”结束本阶段的安装。开始下一阶段的安装。
18:准备HALionOne 扩展组件的安装。这一阶段的安装全部会自动完成
19:正在安装GM鼓设置
20:正在安装GM设置
21:正在安装高级功能
22:正在安装工作站(工作室)设置
23:正在安装工作站鼓设置
24:这一阶段完成,准备安装下一阶段需要手动安装的部分。如图所示,这是在临时解压缩。
25:正在安装Groove Agent One Content(虚拟鼓手组件)
单击选中“Install Steinberg Groove Agent ONE Content for anyone who uses this computer (all users)”
(给所有使用这台电脑的人(所有用户)安装虚拟鼓手组件)
我解释一下什么意思:我们都知道:Windows操作系统允许在同一系统上设置多个用户账户。默认每次只能登陆一个账户。如果您的系统里只有一个账户,那选不选都一样,但是建议选上。如果您的电脑里有2个以上账户。不勾选则代表只有登陆您当前使用的账户才可以用这些内容,勾选则代表登陆当前操作系统的所有账户都可以用这些内容。如果没有特殊要求,这一项建议勾选
然后单击install(安装),开始安装
&26:还是老样子
先勾选”我同意许可协议条款“,然后单击”下一步“
&27:选择VST声音库文件的安装位置,然后继续安装
&&28:单击”安装“,继续安装
&&29:正在安装虚拟鼓手组件,安装很快就会完成
&30:单击”完成“,完成安装。
&31:开始安装混音虚拟机组件
还是老样子:建议勾选”给所有用户安装“选项
然后继续安装
32:还是老样子先选择“我同意许可条款”,然后单击“下一步”
&33:单击“下一步”
&34:单击“安装”开始安装
35:正在安装(这一阶段大约需要1分钟)
36:单击“完成”,结束这一阶段的安装,开始下一阶段的安装。
37:正在安装加速库组件1
还是老样子选择“对所有用户安装”,然后单击“安装”
38:还是老样子,O(∩_∩)O哈哈~
先选择“”我同意许可协议条款“,然后单击”下一步“
39:还是老样子
单击”下一步“继续安装
40:还是老样子
单击”安装“开始安装
41:正在安装
42:还是老样子
单击”完成“结束这一阶段的安装。
43:正在安装”鼓循环扩张“组件(我猜很有可能是自动加花一类功能的组件,字典里没有这个解释,所以是猜的,请谅解)
44:还是老样子
先选择”我同意许可协议条款“,然后单击”下一步“
45:还是老样子……
单击”下一步“继续安装
46:单击”安装“开始安装
47:正在安装(这一阶段大约需要30秒)
48:单击”完成“。完成本阶段的安装。
49:正在安装附加组件1设置
单击”安装“,开始安装
50:还是老样子哈
先选择”我同意许可条款“,然后单击”下一步“
51:单击”下一步“,继续安装
52:单击”安装“开始安装
53:正在安装中(这一阶段大约需要1分半的时间)
54:单击”完成“,结束本阶段的安装
55:正在安装Cubase5 更新。
单击”Update(更新)“
这段英文和前边的不一样了,我再给大家翻译一下吧
Ready to Install Update(已经准备好安装更新了)
The Setup Wizard is ready to begin the Update installation(安装向导已经准备好开始安装更新)
Click Update to begin the update installation for Steinberg Cubase 5. Click Cancel to exit the wizard.(点击Update(更新)开始安装Cubase 5 &的更新。单击“取消”退出安装向导)。
56:正在安装更新(此阶段大约需要30秒)
57:单击”完成“,结束本阶段安装
58:哈哈,终于等到Cubase5 主程序安装啦,好”鸡冻“呀
这个黑色框就是后台控制安装程序出现顺序的东西。
59:选择安装语言。
提示:这里没有中文。需要安装完成后,再进行汉化。
所以,选择”English“(英语),然后单击OK
&60:终于等到Cubase5.1 主程序安装啦
注意:这一阶段的安装会有背景音乐。如果您所在的场合是图书馆等需要安静的场合,请将电脑静音!
给大家翻译一下:
Welcome to the Steingerg Cubase v5.1 Dongle Emulator Setup Wizard(欢迎来到Cubase5. 电子狗模拟器安装向导)
这里朋友们不明白了吧?电子狗模拟器,怎么回事呢?原来,正版的Nuendo、Cubase都需要插入USB电子狗才能使用。而这个模拟器就相当于电子狗,因此有了这个,就不再需要买正版电子狗啦。
This will install Steinberg Cubase v5.1 Dongle Emulator on your computer.(现在要在您的计算机上安装Cubase5.1的电子狗模拟器)
It is recommended that you close all other applications before continuing(建议在安装之前,关闭其他程序)
Click Next to continue, or Cancel to exit Setup(单击Next(下一步)继续安装,或者单击Cancel(取消)退出安装)。
61:单击”安装“,开始安装
&& 62:正在安装。安装很快就会完成。
63:单击”完成“,退出安装
Completing the Steinberg Cubase v5.1 Dongle Emulator Setup Wizard(完成Cubase5.1 电子狗模拟器安装向导)
Setup has finished installing Steinberg Cubase v5.1 Dongle Emulator on your computer.(安装向导已经完成在您的计算机上安装电子狗模拟器)
Click Finish to exit Setup(单击完成,退出安装向导)。
&&64:呵呵,终于完成啦。按任意键关闭安装主窗口
Enjoy this amazing TEAM AIR Release !!!-(享受这一美妙的团队体验吧)
Dedicated to Gouda(鸣谢:Gouda)
安装Cubase5 完成了,不过现在是英文版,接下来需要汉化
65:找到rar格式的汉化包压缩包。然后解压缩。
哈哈,这一步相信大家都会,不演示了。
&&66:这里有安装方法,建议大家双击打开看看
67:各位可以参考这个步骤哈。
68:到桌面上找Cubase5.1 主程序的快捷方式,单击鼠标右键
&69:在弹出的右键菜单中,找到最下面那个“属性”。单击鼠标
70:单击“打开文件位置”。注意:在XP系统上,这个按钮的名称是:“查找目标”。
&71:这就是Cubase5.1 的安装目录的根目录。
&72:将TRANSLATION.XML文件拖拽,拖到Cubase5.1 软件的根目录下
73:汉化文件放入成功后,应该是这样,请大家确认一下,这一步一定不能错!
74:关闭这3个窗口。到桌面上,双击Cubase5.1 主程序快捷方式,启动Cubase主程序,应用关键设置,然后完成汉化。
&&75:Cubase 5 .1 正在启动中&
恩,不是把汉化文件放进来了?为什么还是英文界面?
别急,跟我来。还要经过几步才可以完成汉化。
76:Cubase 5.1 主程序启动好了。这个是打开最近使用的工程文件对话框。直接关闭即可。
&77:找到Cubase5.1 左上角的工具栏,单击File(文件)
&78:找到菜单“Preferences”(参数设置)
&79:找到Preferences(参数设置)菜单了。
&80:在左侧菜单中,往下拉,找到“General”(一般选项),单击
&81:找到“English”这个地方,切换语言。
&82:选择Chinese(中文)
哈哈,这相信大家都明白吧
但是图72所示的拖拽汉化文件的步骤不能错。如果错了,这步就出不来了。
83:单击OK。准备关闭软件,并重新启动软件。
&84:单击OK
You must restart the application for the language switch to take effect.(你必须重新打开Cubase5 ,才能让语言设置生效。)
&&85:关闭这两个窗口。
&&86:重新从桌面上打开Cubase5.1
87:这是再次启动的软件主界面
恩,怎么就这么一点完成汉化了呢?
别急,等一等即可。等软件启动了,就大功告成了。
&88:打开文档选项,关掉即可。
哈哈,汉化已经成功。
&89:哈哈,汉化完成。大功告成!
90:找到“新增修补程序”这个文件。确认已经完成汉化后,安装它。
&&91:选择安装语言
这里选择英语(很遗憾,没有中文选项),然后单击OK
注意:这一阶段的安装会有背景音乐。如果您所在的场合是图书馆等需要安静的场合,请将电脑静音!
这个修补程序主界面,单击“下一步”,继续安装
这里边的英文我还是给大家翻译一下阿坝:
Welcome to the Steinbrg Cubase v5.1 Dongle Emulator FIX Setup Wizard(欢迎来到Cubase5.1 电子狗模拟器修复程序安装向导)
This will install Steinberg Cubase v5.1 Dongle Emulator FIX on your computer(现在要在您的计算机上安装Cubase5.1 电子狗模拟器修补程序)
It is recommended that you close all other applications before continuing(再继续安装之前,建议关闭其他程序)
Click Next to continue ,or Cancel to exit Setup(单击Next(下一步)继续安装,或单击Cancel(取消)退出安装)。
&93:单击“安装”,开始安装修补程序。
&94:闪电安装中。这一安装将会在2秒内完成!
&95:单击“完成”,退出安装。
哈哈,汉化,修补程序安装都完成啦。咱们就要安装Waves音频插件合集啦。
Cubase5 自带的音频插件少得可怜!&96:Cubase5 自带的插件真是少得可怜
&97:找到已经下载好的Waves音频插件合集安装包。双击打开
&98:哈哈,安装程序成功启动。单击“下一步”,继续安装。
注意:本阶段安装会有声音,如果您所在环境是需要安静的环境,例如图书馆,请将电脑静音后安装!
&99:强烈建议都安装到C盘。
第一项:安装VST
第二项:安装VST3
第三项:安装RTAS(实时分析系统)\TDM(数据单)
建议都安装,以免使用中出现什么问题。
&100:单击“安装”,开始安装
&&101:正在安装。这一阶段大约需要3~5分钟。
102:Waves插件合集安装完成。但是还有一些扩展组件需要安装。
单击“完成”。结束本阶段的安装,并开始下一阶段的安装。
我还是给大家翻译一下吧。
Install required WinPcap. This Network Driver is only required for Waves MultiRack SoundGrid Standalone application to function
(安装必须的的WinPcap(公共网络访问系统)。这款插件适用于安装Waves插件需要的宿主机架声音网络,它的独立应用程序功能)
来自360百科对WinPcap的解释,大家可以参考
很多不同的工具软件使用Winpcap于网络分析,故障排除,网络安全监控等方面。Winpcap特别适用于下面这几个经典领域:
  1、网络及协议分析
  2、网络监控
  3、通信日志记录
  4、traffic generators
  5、用户级别的桥路和路由
  6、网络入侵检测系统(NIDS)
  7、网络扫描
  8、安全工具
Install required Microsoft Visual C++ 2005 SP1 Redistributable Package (X86). This application to function.(安装需要用到的微软C++2005 SP1可再发行程序包(32位)这个应用程序功能)
在此我声明一下:在Win7、Win864位纯净版系统上测试都成功。这里说32位,但是64位测试也很成功,请大家放心使用。
GHOST系统可能会在安装中报错,不过不影响Waves插件的正常使用。
Install reqired Microsoft Visual C++ 2005 Runtime Library is required for the application to function
103:在Win8上可能会有程序兼容助手的提示。不用搭理他,直接单击关闭。
&接下来的安装全部自动完成。
一直等下去就行啦。C++组件的安装时间,根据电脑配置不同,可能有较大差异。30秒~2分钟之间即可完成安装。
哈哈,现在放心地享受Cubase5.1的制作音乐的乐趣吧!
106:哈哈,打开Cubase5,发现音频插件安装成功!
补充:在第一次打开Cubase5.1 新建工程时,有可能出现如下提示框:
Please take the time to register your Steinberg product.(请抓紧时间注册斯坦伯格(就是这个Cubase5.1)产品)
&as only registered users can use our technical support services.(只有注册过的用户才可以使用我们的技术支持服务)
&Registration also gives access to important support resourcess on our website(注册过的用户可以在我们的网站上得到很好的技术支持)
You can registor at any time by using the appropriate entry in the Help menu
(在任何时候,你可以在帮助菜单的适当位置进行注册)
就先介绍这么多啦。如果朋友们有什么问题,欢迎提问。&
阅读(36852)|
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
历史上的今天
在LOFTER的更多文章
loftPermalink:'',
id:'fks_',
blogTitle:'Cubase5.1+汉化包+修补程序+Waves7音频插件合集 提供下载BY刘佳琦长号手',
blogAbstract:'我的风格永远是先提供链接,后说明,哈哈。下面提供迅雷快传下载链接:\n
{if x.moveFrom=='wap'}
{elseif x.moveFrom=='iphone'}
{elseif x.moveFrom=='android'}
{elseif x.moveFrom=='mobile'}
${a.selfIntro|escape}{if great260}${suplement}{/if}
{list a as x}
推荐过这篇日志的人:
{list a as x}
{if !!b&&b.length>0}
他们还推荐了:
{list b as y}
转载记录:
{list d as x}
{list a as x}
{list a as x}
{list a as x}
{list a as x}
{if x_index>4}{break}{/if}
${fn2(x.publishTime,'yyyy-MM-dd HH:mm:ss')}
{list a as x}
{if !!(blogDetail.preBlogPermalink)}
{if !!(blogDetail.nextBlogPermalink)}
{list a as x}
{if defined('newslist')&&newslist.length>0}
{list newslist as x}
{if x_index>7}{break}{/if}
{list a as x}
{var first_option =}
{list x.voteDetailList as voteToOption}
{if voteToOption==1}
{if first_option==false},{/if}&&“${b[voteToOption_index]}”&&
{if (x.role!="-1") },“我是${c[x.role]}”&&{/if}
&&&&&&&&${fn1(x.voteTime)}
{if x.userName==''}{/if}
网易公司版权所有&&
{list x.l as y}
{if defined('wl')}
{list wl as x}{/list}

我要回帖

更多关于 audiowizardsetup 的文章

 

随机推荐