Re: [WiX-users] remotepayload as a dependency of ExePackage
RemotePayload isn't a great name for the concept because it keeps confusing people. RemotePayload is used when you have *none* of the bits available at build time. Thus all the metadata that is usually gathered at build time is specified directly on the RemotePayload element. RemotePayload does *n
[WiX-users] remotepayload as a dependency of ExePackage
Hi, is this possible ? It does not compile with error "Payload is missing the SourceFile attribute". Does it mean you can not have a remotepayload as a dependency ? -- How S