Getting 1603 when running MSI in silent mode on Win7
I have expereinced this with Acrobat Reader, Air and Java. The setup.msi will work fine with a QB but fail when ran with a Q or QN.
Again, works fine in hands free but failes in silent.. no other switches are added or changed.
I resolved it last time by runnging the Setup.exe /s /v'/q PROPERTIES'
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 1708
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2205 2: 3: Error
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2205 2: 3: Error
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (C0:50) [11:09:01:115]: Product: Adobe AIR -- Installation failed.
MSI (s) (C0:50) [11:09:01:146]: Windows Installer installed the product. Product Name: Adobe AIR. Product Version: 2.5.1.17730. Product Language: 1033. Manufacturer: Adobe Systems Inc.. Installation success or error status: 1603.
Has anyone seen this?
Is there something to fix this?
Again, works fine in hands free but failes in silent.. no other switches are added or changed.
I resolved it last time by runnging the Setup.exe /s /v'/q PROPERTIES'
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 1708
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2205 2: 3: Error
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1708
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2205 2: 3: Error
MSI (s) (C0:50) [11:09:01:115]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (C0:50) [11:09:01:115]: Product: Adobe AIR -- Installation failed.
MSI (s) (C0:50) [11:09:01:146]: Windows Installer installed the product. Product Name: Adobe AIR. Product Version: 2.5.1.17730. Product Language: 1033. Manufacturer: Adobe Systems Inc.. Installation success or error status: 1603.
Has anyone seen this?
Is there something to fix this?
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
kardock
13 years ago
Posted by:
kubie
13 years ago
There is an error in the event log.
Product: Adobe AIR -- Error 1925. You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation
If i run it silently, there is no UAC prompt.
Have to run apps 'Run as Administrator'
Product: Adobe AIR -- Error 1925. You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation
If i run it silently, there is no UAC prompt.
Have to run apps 'Run as Administrator'
Posted by:
Lillude
13 years ago
Posted by:
dannyarya
13 years ago
Dear All,
I've answer..... If you run setup.msi in QB its working fine.
But if you run setup.msi in UI mode its popup a message because of one custom action.
CA name is SetSHAREDADDINFOLDER which is exceute only under the InstallExecuteSequence table, copy this CA to InstallUISequence table also.
Then it'll work fine.
Cheers !!!
I've answer..... If you run setup.msi in QB its working fine.
But if you run setup.msi in UI mode its popup a message because of one custom action.
CA name is SetSHAREDADDINFOLDER which is exceute only under the InstallExecuteSequence table, copy this CA to InstallUISequence table also.
Then it'll work fine.
Cheers !!!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.