Custom Query (35 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 35)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#28 fixed Missing resource version jasper michelpons

Reported by michelpons, 3 years ago.

Description

To ensure that Windows Installer properly consider its modifications, PIA 1.1 should display a resource version. It does not. Resource version number should be the same as the version number of the installer used to distribute the PIA file.

#29 fixed Public property should be private property jasper

Reported by jasper, 3 years ago.

Description

The problem is that the directory names CAPEOPENDIRECTORY.6087DC79_F9E7_4A90_BF9C_5DC775355161 and CAPEOPENDIRECTORY.FF607CD6_DDED_4C72_9407_AF18309AF5BC are upper case making them public properties. I assume those are coming from the TLB merge module? We need to change them to private properties with mixed case. By default, these values are set to the c:\program files area in the front end because the installer starts out with a per-machine installation since no ALLUSERS/MSIINSTALLPERUSER setting has been set. Adding these properties will not fix the problem because you will have the reverse problem when doing a per-machine install. The content will be installed in the wrong folder, although permissions will not be an issue.

Public properties are passed from the front end to the back end on the command line and thus are not changed in the back end.

#31 fixed Cannot open include file afxres.h jasper michelpons

Reported by michelpons, 3 years ago.

Description

Running the python script to build the tlb/pia distribution leads to failures: 1-0-0.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. [C:\Users\CTO\Documents\TLB-PIA\CAPE-OPEN IDL\1- 0-0\1-0-0.vcxproj]

Done Building Project "C:\Users\CTO\Documents\TLB-PIA\CAPE-OPEN IDL\1-0-0\1-0-0.vcxproj" (Rebuild target(s)) -- FAILED.

1-1-0.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. [C:\Users\CTO\Documents\TLB-PIA\CAPE-OPEN IDL\1- 1-0\1-1-0.vcxproj]

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.