We have a customer that is running our install and the installation is reporting success, but it is not actually installing anything in the "Program Files" folder. We understand they have differing group policies depending on the users role in the company, but uncertain what exactly is preventing this from proceeding and why it appearing successful.
Doing a diff between the logs of a truly successful install and a successful, but not actually installed, we see these lines in the logs for the unsuccessful:
Code: Select all
...
Migrating feature settings from product(s) '{6D64ECDE-0147-462A-8E76-010DAF00342B};{D929EC2B-5E86-4B9B-AB00-106D8F1A40CD}'
MigrateFeatureStates: based on existing product, setting feature 'MainFeature' to 'Advertise' state.
...
PROPERTY CHANGE: Adding MIGRATE property. Its value is '{6D64ECDE-0147-462A-8E76-010DAF00342B};{D929EC2B-5E86-4B9B-AB00-106D8F1A40CD}'.
...
PROPERTY CHANGE: Adding ADVERTISE property. Its value is 'MainFeature'.
...
PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is '1a0f21344684a4469ace3fa923120356'.
Feature: MainFeature; Installed: Absent; Request: Advertise; Action: Advertise
// I removed the component name here...
Component: <Componentnamehere>; Installed: Absent; Request: Null; Action: Null
Component: <Componentnamehere>; Installed: Absent; Request: Null; Action: Null
Component: <Componentnamehere>; Installed: Absent; Request: Null; Action: Null
...
Any help is much appreciated.