/build/static/layout/Breadcrumb_cap_w.png

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

0 Comments   [ + ] Show comments

Answers (9)

Posted by: andemats 12 years ago
2nd Degree Black Belt
0
Try and run the installer with the switch /?
That might give you some pointers.

However, if you want help from this forum, you might want to post some more information. E.g. Is it an MSI or EXE? What application?
Posted by: majumder.arka 12 years ago
Yellow Belt
0
thanks for the reply the application is an msi...

msiexec/i "path of msi"/qn.

i hav tried with this command line
Posted by: andemats 12 years ago
2nd Degree Black Belt
0
Add a log file to your install...
/l* "[Path to logfile]install.log"

...or have a look in eventviewer and find whats causing the installer to fail
Posted by: majumder.arka 12 years ago
Yellow Belt
0
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.....
Posted by: anonymous_9363 12 years ago
Red Belt
0
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.
Posted by: dunnpy 12 years ago
Red Belt
0
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
Posted by: Kazakh 12 years ago
Yellow Belt
0
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.
Posted by: anonymous_9363 12 years ago
Red Belt
0
No, that's 1308. 1708 is a generic "Installation failed" error.
Posted by: Kazakh 12 years ago
Yellow Belt
0
Sorry,

Must have mislooked in the list...

Anyway, what are the media properties of the MSI?
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ