- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Generate exe through script
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
}