silent installation
Hi all,
I want to install an application silently with no user interface.
I have done it with /qn but it is not working.
Can anyone please help....
Regards,
arka
I want to install an application silently with no user interface.
I have done it with /qn but it is not working.
Can anyone please help....
Regards,
arka
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
andemats
12 years ago
Posted by:
majumder.arka
12 years ago
Posted by:
andemats
12 years ago
Posted by:
majumder.arka
12 years ago
Property(S): PrimaryVolumeSpaceAvailable = 137002008
Property(S): PrimaryVolumeSpaceRequired = 241651
Property(S): PrimaryVolumeSpaceRemaining = 136760357
Property(S): PrimaryVolumePath = C:
Property(S): SourceDir = E:\vlc_new1\
Property(S): SourcedirProduct = {FEC4F7A5-1249-43F6-ACA3-A22217A757C2}
Property(S): ProductToBeRegistered = 1
MSI (s) (BC:B0) [14:29:58:148]: Note: 1: 1708
MSI (s) (BC:B0) [14:29:58:149]: Product: VLC media player 1.1.9 -- Installation operation failed.
This is what i got at the end of log file..
Getting error 1708 at the end of installation.....
Property(S): PrimaryVolumeSpaceRequired = 241651
Property(S): PrimaryVolumeSpaceRemaining = 136760357
Property(S): PrimaryVolumePath = C:
Property(S): SourceDir = E:\vlc_new1\
Property(S): SourcedirProduct = {FEC4F7A5-1249-43F6-ACA3-A22217A757C2}
Property(S): ProductToBeRegistered = 1
MSI (s) (BC:B0) [14:29:58:148]: Note: 1: 1708
MSI (s) (BC:B0) [14:29:58:149]: Product: VLC media player 1.1.9 -- Installation operation failed.
This is what i got at the end of log file..
Getting error 1708 at the end of installation.....
Posted by:
anonymous_9363
12 years ago
It's clear that you have either been thrown in the deep end by your employer or you are trying to blag it as an application packager. Either way, trying to gain knowledge by posting on forums will be a long and painful process for everyone.
Before you do anything, read and digest Phil Wilson's The Definitive Guide To Windows Installer. You will struggle unless you know Wi fundamentals.
Analysing WI logs is pretty straightforward once you know what to look for. Error 1708 is not it. Search for the text 'return value 3.' The dozen or so lines above and below this entry will detail the action which is cuasing the failure.
Before you do anything, read and digest Phil Wilson's The Definitive Guide To Windows Installer. You will struggle unless you know Wi fundamentals.
Analysing WI logs is pretty straightforward once you know what to look for. Error 1708 is not it. Search for the text 'return value 3.' The dozen or so lines above and below this entry will detail the action which is cuasing the failure.
Posted by:
dunnpy
12 years ago
Ian beat me to an answer again :)
I might be missing something here, but VLC Player doesn't come from the vendor as an MSI (only exe installer, 7zip package, or zip package) - so have you created this MSI?
Does it install normally with a full user interface?
Have you run validation on your MSI - it may give you a pointer to what is wrong with the package?
Install with a verbose log and have a look further up from the section you posted for 'Return value 3' - this should show you where and what the error actualy is.
Hope that helps,
Dunnpy
I might be missing something here, but VLC Player doesn't come from the vendor as an MSI (only exe installer, 7zip package, or zip package) - so have you created this MSI?
Does it install normally with a full user interface?
Have you run validation on your MSI - it may give you a pointer to what is wrong with the package?
Install with a verbose log and have a look further up from the section you posted for 'Return value 3' - this should show you where and what the error actualy is.
Hope that helps,
Dunnpy
Posted by:
Kazakh
12 years ago
1708 is an MSI error meaning sourcefiles not found.
I notice also that the SourceDir = E:\vlc_new1, so the MSI will look at that folder to find the files required for the installation.
Best is to use the cabs inside methods when compiling if you have little knowledge about Msi, this gives you then only an MSI which you need to distribute.
I notice also that the SourceDir = E:\vlc_new1, so the MSI will look at that folder to find the files required for the installation.
Best is to use the cabs inside methods when compiling if you have little knowledge about Msi, this gives you then only an MSI which you need to distribute.
Posted by:
anonymous_9363
12 years ago
Posted by:
Kazakh
12 years ago
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.