msi don't install all files when using /qn
Hi,
I have a not so funny app... It works fine when you do an manually click installation, all files end upp just fine at the box.
But, if you silent install the app with ADDLOCAL="the feature i want to have" and then use /qn för deploy it, many files don't install on the box and the application don't work. If you add the same feature in the manually installation it works..
I don't know msi on the deep, but is it differant msi streams for attended install and unattended install, or what can be differant?
/SaiTech
I have a not so funny app... It works fine when you do an manually click installation, all files end upp just fine at the box.
But, if you silent install the app with ADDLOCAL="the feature i want to have" and then use /qn för deploy it, many files don't install on the box and the application don't work. If you add the same feature in the manually installation it works..
I don't know msi on the deep, but is it differant msi streams for attended install and unattended install, or what can be differant?
/SaiTech
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
nheim
13 years ago
Posted by:
anonymous_9363
13 years ago
The MSI could well be one authored with InstallShield function calls to perform the installation, rather than the regular tables. If those Custom Actions are set to run only in the User Interface section - a not uncommon occurence - then clearly they won't run when the interface isn't present, as in a silent install.
Posted by:
SaiTech
13 years ago
Hi all, and thanks for the feedback,
The developer of the msi package have put the server installation and the client installation in the same msi. And if you read there manual and how to install the client then you will use property in the command line.
VBScab,
So is it posible to correct it if it is an InstallShield function Call?
/SaiTech
The developer of the msi package have put the server installation and the client installation in the same msi. And if you read there manual and how to install the client then you will use property in the command line.
VBScab,
So is it posible to correct it if it is an InstallShield function Call?
/SaiTech
Posted by:
anonymous_9363
13 years ago

so that the conversation will remain readable.