cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jonesliu
Level 3

Generate exe through script

Hello:

I have two projects, one project for Standard project, another project for Customized project.

There are only two differences between standard project and customized project:

1. The serial number is required for standard projects, but not for customized projects

2. The software name of the standard project is A, while the software name of the customized project is B

 

Can I only use one standard XML project file and the above two differences are achieved through batch script??

Because if we use two XML project files, we need to change two project files every time when something are modified. We think this is too troublesome, so we want to keep only one XML project file.

0 Kudos
(1) Reply
jonesliu
Level 3

For example:

I use standard XML project.

If (standard project)

{

enter serial number;

soft name is A

}else  if(customized project)

{

   soft name is B

}

 

0 Kudos