Greetings!
I have one project and decided to make two setup packages from the project.
One package is standard, i.e. only needed files are included. Let's say this one as "client package".
Then I need to add more files to "client package" and create another package, let's say "server package". The reason I do this is for setting up the location of a database file automatically when a user runs the "server package".
Also, I want the "client package" to be included in the "server package" for the same reason, so a user need only to point to the specified folder to run setup from any client computers.
The problem is, yes, duplication of setup.exe, setup1.exe, setup.lst and the .cab file.
I gambled on renaming the associated files but no luck.
The server installation works great but the client setup ruins my day.
Any thoughts?
I have one project and decided to make two setup packages from the project.
One package is standard, i.e. only needed files are included. Let's say this one as "client package".
Then I need to add more files to "client package" and create another package, let's say "server package". The reason I do this is for setting up the location of a database file automatically when a user runs the "server package".
Also, I want the "client package" to be included in the "server package" for the same reason, so a user need only to point to the specified folder to run setup from any client computers.
The problem is, yes, duplication of setup.exe, setup1.exe, setup.lst and the .cab file.
I gambled on renaming the associated files but no luck.
The server installation works great but the client setup ruins my day.
Any thoughts?