Http://www.xuebuyuan.com/1798879.html
Recently, due to the project needs, the need to create the installation program for customers, the first use of VS2005 to pack the package, but for some time found that vs packaging is too rigid, and use a lot of problems. Charges of commercial packaging tools are not in my mind, so found WiX on the Internet, a little understanding of the next, found that
the basic environment is done, you can install our MSI. This exe, is called bootstrapper.WiX Bootstrapper Development TutorialsThe above mentioned problems can be solved in WiX, of course you can even not use the VS Package publishing tool, because we already know that WiX can develop its own MSI, just text on this no longer detailed, VS's packaging tools to create
We can use Wix to make a very beautiful Installation File. For example, the famous sharpdevelop is the installation file used for it. It was downloaded yesterday and tried it for a while,I feel very good. I personally think it is clearer than the installation file provided by vs (maybe I won't make it myself), but the MSI files generated by sharpdevelop are all in English.If you add Chinese characters to WXS, the generated Installation File becomes ga
Linux Combat quiz: Create users and passwords in bulk-see if you can?The old boy education of the first Combat exam: Batch Create 10 user Stu01-stu10, and set a random 8-bit password, require not to use the shell loop (for example: For,while, etc.), can only be implemented with Linux commands and pipelines.Method 1:# echo Stu{01..10}|tr "" \ n "|sed-r ' s# (. *)
users are stu21-stu30 random userinfo.txt Span style= "font-family: ' The song Body '; >, format username:passwd above the random number I used to build the date, is not right, because there may be a repetition, so I then simply use random**3 take its former 8 bit, which ensures uniqueness. method 4: from freeandeasyEcho stu{01..10} |tr ' \ n ' |sed-rn ' [email protected]^ (. *) [email protected] \1; echo $RANDOM |md5sum|cut-c 1-8 >/data/\1;cat/data/\1|passwd--stdin \[email pr
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.