you open InstallShield for the first time, you will find that it is somewhat similar to the IDE that our developers often use.
First, create a project.
InstallShield supports many different types of projects.
Installscript Project
Basic MSI Project
Here, we will refer to Kevin Wang's introduction to these two types of projects:
The installscript script language is easy to learn.
UI design specifications and production specifications for adaptive resolution
Benchmark Device: iphone 4s
Benchmark screen resolution: 960*640 (iOS), 800*480 (Android), 854*480 (Android)
Reference parameter 3.5inc + 330ppi
Standard Height: 768
1.333 (4:3), 1.8 (16:9)
UI Height = 768
Design size= 1024/768
Phone Resource Size = 1024/768
HD Resource Size = 2048/1536
In this case, the most important is the pi
I. About layout adaptation1. Do not use absolute layout2, try to use match_parent instead of fill_parent.3, can use the heavy place as far as possible to use the weight (android:layout_weight)4, if it is a solid color background, try to use the shape of android to Customize.5. If you need to fit at a specific resolution, you can create a new layout-hxw.xml folder on the res directory . For example, to fit the 1080*1800 screen (Meizu MX3 with this resolution), create a new layout-1800x1080.xml f
I. About layout adaptation1. Do not use absolute layout2, try to use match_parent instead of fill_parent.3, can use the heavy place as far as possible to use the weight (android:layout_weight)4, if it is a solid color background, try to use the shape of android to Customize.5. If you need to fit at a specific resolution, you can create a new layout-hxw.xml folder on the res directory . For example, to fit the 1080*1800 screen (Meizu MX3 with this resolution), create a new layout-1800x1080.xml f
Vs installation package, shortcut to error classification: installation and deployment 202 people read comments (0) Add to favorites report
Example: In a recent project, the installation package created using vs2010 experienced a strange error after installation, after double-clicking the shortcut generated by the desktop, the installation package is started instead of the main program. Then, you can search for it online and find a solution as follows:
Source: http://charles2008.cnblogs.com/
I
I. About layout adaptation1. Do not use absolute layout2, try to use match_parent instead of fill_parent. 3, can use the heavy place as far as possible to use the weight (android:layout_weight)4, if it is a solid color background, try to use the shape of android to Customize. 5. If you need to fit at a specific resolution, you can create a new layout-hxw.xml folder on the res directory . For example, to fit the 1080*1800 screen (Meizu MX3 with this resolution), create a new layout-1800x1080.xml
For the attention of the graphics card gamers, this year's N card and a card is competitive, due to AMD launched RX 480 in cost-effective performance of eye-catching, attracted the attention of the players. Nvidia has also been forced to launch the GTX 1060 graphics card, the two new graphics cards are based on the new architecture, and are added to the VR feature, but also the positioning of high-end. Now the question is, GTX1060 and RX480 which is g
fact, it is the same as DPI, but DPI is used in many printer fields, while windows is always called "DPI, DPI, I followed DPI. Do you know the DPI of the printer? Currently, most mainstream printers support the 2880 DPI printing mode, and the point density is much higher than the display density ...... DPI of Windows Mobile 5.2
Windows Mobile has three types of DPI (In fact, there may be more than one, But I mentioned here), which are 96, 128, and 192, which usually have the following relation
is the training model is not good, so retraining.3. Retraining (Reference)The following retraining googlenet models, mainly increase the number of iterations and batch_size.3.1 Training data to LMDB format and mean fileAs a result of previous use of caffenet, it was trained with 227*227 pictures (set Crop_size to 227). Tested with 227*227 pictures (directly converted from 480*480 to 227*227)This needs to b
Let's take a look at the function description of the Weightsum property: Defines the maximum value of the weight sum. If this value is not specified, the cumulative value of the Layout_weight property of all child views is used as the maximum value of the sum. Put the definition of weightsum here, first to see how android:layout_weight use.Android:layout_weight is the weight that is used to assign the remaining width to LinearLayout's child controls, and the width of each child control is calcul
emphasize that it is a concept on a software system? Because when you buy a cell phone, you often hear another parameter called PPI, which is the pixel density on the phone screen, but this is the concept of physics, it is an objective existence will not change. DPI is a user-specified value after the software references a physical pixel density, which ensures that the physical pixel density within a range uses the same value on the software. This will help with our UI adaptation.For example, s
emphasize that it is a concept on a software system? Because when you buy a cell phone, you often hear another parameter called PPI, which is the pixel density on the phone screen, but this is the concept of physics, it is an objective existence will not change. DPI is a user-specified value after the software references a physical pixel density, which ensures that the physical pixel density within a range uses the same value on the software. This will help with our UI adaptation.For example, s
Original URL: http://www.cnblogs.com/langu/archive/2012/03/23/2413990.htmlAll along, looking for the installation program MSI source file path is "system32" path, the installation process is done, learning WiX found the method, and has been tested successfully.There are many ways to get source file paths on the web, such as1. Scan all current processes to get the path of the meiexec process2. Get the path of the current program3. Get the path that ori
://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy.asp
--------------------------------------------------------------------------------
Make your own native Setup program
If we're going to put our own. NET program is posted to the target machine, and we are not sure if the target machine has the. NET Framework installed, then we need to design a unmanaged code to determine if the target machine has the. NET Framework installed, and if not, You run Dotnetfx.exe to install the. NET
Learning notes: App transduction-Details Android and iOS platformsReprinted from: http://www.woofeng.cn/articles/168.html Copyright belongs to the original author allYa Ru has leeOriginal address: http://blog.boocss.com/app-android-ios/One. Android versionIn the Android version of the design, there are many sizes, then we want to use a size as the benchmark, then the benchmark size is 480px*800px, after the completion of the plan to start cutting diagramTo be aware of:A:android mainly has 3 kind
netdisk http://u.115.com/file/e6ksrqp7 Data Bank http://dl.dbank.com/c0xoztg42h Unzip, install, register, and open. Click Add video to add a video. For example: Click settings to set the output video and manually change the output resolution to 320*480. For example: Click Edit to cut the video. The key part is that the videos made by many friends are not distorted, but the pictures are faulty, The problem lies here. Follow th
should I emphasize that it is a concept on a software system? Because when you buy a cell phone, you often hear another parameter called PPI, which is the pixel density on the phone screen, but this is the concept of physics, it is an objective existence will not change. DPI is a user-specified value after the software references a physical pixel density, which ensures that the physical pixel density within a range uses the same value on the software. This will help with our UI adaptation.For e
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.