ArticleDirectory
Package code
Product Code
Upgrade Code
There are two codes worth noting when creating an MSI installation file, which are very important during product upgrade. Follow the standard version release method to automatically delete the old version and then install the new version to facilitate product upgrade. Each MSI installation package has three codes: Package code, product code,
My internship will end in a few days, and my postgraduate life will begin. I should buy a new computer host. See the following Configuration:
CPU: Intel Core 2 quad-core q6600, about 2200-2300
Cpufan: to be determined, but certainly cannot be lost q6600, around 100
Memory: 1 GB ddr800 * 2,700 or so
Graphics: 8800gts 320 m, around 2300
Motherboard: p35 neo2 FR, 999, already purchased
Power Supply: hangjia multi-core dh6, 400
Chassis: TBD, 200
Hard drive: Seagate 7200.10 320g SAT
similar to InstallShield, However, you do not need to write an installation script script.
In this way, we select Vs.net's menu "Generate (B)"-〉 "Build Solution" to immediately build our installation file Setup1.msi, which you can find in the directory where your application solution resides.
Find this installation file you will be surprised, even if our application only a simple word, after packaging will be 17M big! But there is no way, VS. NET gen
1. Go to the official website to find the installation package you need: https://dev.mysql.com/, path: Download-->mysql Community Edition (GRL)-->mysql on Windows ( Installer Tool)
2. Locate the required installation package,
:
3. Click Download. The installation version (Mysql-install-community) is selected here
4. Choose not to log in to download.
5. Double-click to run the downl
When installing the msi program in Win10, the following error solutions are reported: 2503 and 2502. win102503 and
After upgrading the system to win10, we re-built the development environment and reported errors 2503 and 2502 during scala installation,
I tried several methods to solve this problem. Now I want to list the three methods used in sequence:
1. Start the command prompt (Administrator)
Note: D: \ scala-2.11.8.ms with your installation path
The rolling back action issue occurs in Node. js msi versions. Google, see the following link:
Http://cnodejs.org/topic/51428aa3069911196d65935c
It is basically clear where the problem is. Manually perform the operation. The configuration is successful. 1:
Figure 1
Here we will write a configuration step for your reference:
Step 1: Download node.exe,npm.zip
Node.exe link: http://nodejs.org/download/
Npm link: https://npmjs.org/
Step 2: manually cre
1. If the MSI file cannot be installed, the message "Windows Installer cannot be started" is displayed"
1. Start-run (WIN + r) open it and enter msiexec/unreg and press Enter.2. Then start-run and enter "msiexec/regserver" in "open" and press Enter.
Ii. Solution to failure to install the EXE fileOpen "my computer" and choose "Tools"> "Folder Options"> "file type". The file type with the extension EXE cannot be found in the existing file type.1. Clic
the system for all the major and minor problems.
When I open VMware to install software, it prompts me to uninstall the previous version, but I have uninstalled it. Follow the installation instructions to uninstall the SDK.
I want to solve this problem by deleting the previously uninstalled residual files.
Therefore, I will clean up the remaining vmwareworkstaton files in the system according to my ideas.1. Open the computer-> Management-> service and check that the VMware service still exists
1. Create a new "installation project" project;
2. Add all the corresponding project files in Solution Explorer (right-click "add"> "file" on the project ");
3. Click "Custom operation Editor" at the top of solution Resource Manager ";
4. In the "Custom operations" view, click "Install" and Right-click "add custom operations ", in the displayed window, select items in the project, select the EXE file of the corresponding Windows service, and click OK;
5. Click "Install" and select the Window
Orca is a Microsoft-supplied database table editor for Windows Installer. Can be used to edit Windows Installer database file (. msi) files, merge module (. msm) files, patch (. msp) files, internal consistency calculation program (. cub) files, and patch creation properties (. PCP) files. is the best assistive tool for modifying and localizing Windows Installer databases.
The main features are:
-You can add, delete, import, export, and rearrange dat
When we use SMS for software distribution, you may experience a situation where the software does not need to interact with the user during the installation process, but the original installer of the software does not support the parameters mentioned in the article in the SMS2003 Software distribution guide, nor does it provide *.sms, *.pdf, and other definition files , we consider using third-party tools to repackage these non compliant installers, make them into
Win7 System or 64-bit system, after installing the MYSQL-CONNECTOR-ODBC driver, directly into: management tool-Data source (ODBC), click Add does not show the driver, the problem is resolved as follows:Go to the DOS command line and enter:C:\users\administrator>cd\windows\syswow64C:\windows\syswow64>odbcad32The ODBC data Source manager pops up after the carriage return, and you can see it in this window: MySQL ODBC 5.1 Driver, click Finish, follow up, complete the add operation, as shown below:m
The reason for this situation, mainly with ghost to do the system, there are many systems to the internet to kidnap ie. The following is the display of the registry in Ghost's system, the above method can solve the problem of this Microsoft. NET Framework 3 is not installed.1. Click the "Start" button in the lower right corner of the desktop and click the "Run" button to enter "regedit" in the pop-up program input box.2. On the pop-up "Registry Editor" screen, selectHkey_local_machine\ Software\
to the project directory and look for the generated installer. The default path is/documents and settings/yourloginname/my notepad installer/project configuration/my Notepad Installer.msi. The default project configuration is Debug.Copy my Notepad installer. msi file and all other files and subdirectories from this directory to another computer.Note To install on a computer that is not connected to the network, copy the file to a traditional media su
(1) Open Curl Extension under Windows, Extension_dir path in php.ini is right, extension=php_ Curl.dll in front of the semicolon also removed, PHP loaded php.ini is right, but there is no effect, the internet Baidu, solved.The PHP directory needs to be Libeay32.dll, Ssleay32.dll, Php5ts.dll, files to the System32 directory. Restart Apache. (2) in Windows Server 2003 64-bit, you need to copy Libeay32.dll, Ssleay32.dll, php5ts.dll three files to syswow6
First, modify the Apache default Site Directory
After the Apache HTTP server is installed, the default site directory is located in the Htdocs folder under its installation directory, and the default home page is the index.html file for that folder. For example, my Apache is installed inside c:/wamp/bin/apache/apache2
Environment: Window 7, apache/2.2.19 (WIN32) php/5.2.9-1
1. Configure the server name
Remove the #ServerName localhost:80 comments from the inside.
Re-run the Apache service.
The http://localhost:80 can then be accessed through a browser, which means that Apache has been installed and started successfully if the page is displayed.
2. Add PHP Support
Under Windows Apache build PHP development environment, Apache build
This article describes in detail the use of apache2.2.21/php5.3.5/mysql5.5.19/phpmyadmin3.4.9 to build PHP development environment under WINDOWS2003.
First step: Download the installed files
1. Apache version Httpd-2.2.21-win32-x86-no_ssl.msi
2. MySQL version Mysql-5.5.19-win32.
Max is from the server with Apache and PHP, do not need to install additional, this article on the relevant configuration is described.
First: Apache
Enter the terminal and the following command will launch the Apache server:
Start sudo apachectl-k start //restart sudo apachectl-k restart
Verify:
Enter in the browser: http://127.0.0.1, displayed as it works!
The IIS server default port for window is also 80,
The Wamp Apache (httpd) default port is also 80,
Any port conflict caused by the Wamp open failure, causing wamp the lower right corner of the icon is yellow color (normal open green),
You can change the port number of Apache (httpd).
Specific programmes
To be replaced by:
Then restart the Wamp service, or the Wamp itself will be
The above descr
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.