SaiTeja wrote:
> ((NOT VersionNT=500) AND (VersionNT64))
This is just a side note, but you should almost never use something like
(NOT Version=500). Maybe you are looking for something like
(VersionNT>500)? If you do not want to use CDATA section, you probably
can just type (VersionNT >
Hi,
am creating one MSI for both 32 & 64 bit OS.
Except one component is different, remaining all binaries are same for both
OS
GuardSvc32.exe for 32 bit OS and GuardSvc64.exe for 64 bit OS
Problems am facing now is
* On 32 bit OS, Service is started automatically after rebooting–
Stoppin
2 matches
Mail list logo