Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: installer/src/installer-lib/test/test-installer-lib-ca.rc

Issue 5675960980471808: Updated installer with custom action (Closed)
Patch Set: Created March 8, 2014, 5:06 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Resource file for the custom action library
2
3 #include <winver.h>
4
5 VS_VERSION_INFO VERSIONINFO
6 FILEVERSION 0.0.1
7 PRODUCTVERSION 0.0.1
8 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
9 FILEFLAGS ( VS_FF_DEBUG | VS_FF_PRERELEASE )
10 FILEOS VOS__WINDOWS32
11 FILETYPE VFT_DLL
12 FILESUBTYPE 0
13 BEGIN
14 BLOCK "StringFileInfo"
15 BEGIN
16 BLOCK "000004E4"
17 BEGIN
18 VALUE "CompanyName", "Eyeo, GmbH"
19 VALUE "FileDescription", "Custom action DLL for testing the installer librar y"
20 VALUE "FileVersion", "0.0.1"
21 VALUE "InternalName", "installer-library-test-customactions"
22 VALUE "OriginalFilename", "installer-library-test-customactions.dll"
23 VALUE "ProductName", "ABP installer library test CA"
24 END
25 END
26 END
OLDNEW

Powered by Google App Engine
This is Rietveld