-
In v3 I used the following snippet to install SQL Express:
The Idea behind that is to have different arguments on (first) installation and on upgrade. In v4 this produces the error If I change the name the file would be downloaded and cached twice, which is not what I want. Is it possible to use the same file for two ExePackages in v4? How? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, you can't use the same file for two ExePackages in v4 because it doesn't work properly at runtime. The |
Beta Was this translation helpful? Give feedback.
No, you can't use the same file for two ExePackages in v4 because it doesn't work properly at runtime.
The
CommandLine
element can be used to provide conditional arguments to an ExePackage.