Page 1 of 2

missing folders in 2.0.1 packages

Posted: 19 Mar 2012 14:10
by cybermcm
Hi,

I downloaded the 2.0.1 Windows files and noticed that the folders "NSIS" and "languages" are missing (7z und zip file). These folders are required for a custom installation with the nsi file.
Am I supposed to take the folders from the 2.0.0 release?

Any help appreciated.

BR,
CyberMCM

Re: missing folders in 2.0.1 packages

Posted: 19 Mar 2012 14:56
by Jean-Baptiste Kempf
Hmm, that's a mistake...
Maybe we should officially create our msi.

Re: missing folders in 2.0.1 packages

Posted: 19 Mar 2012 16:48
by cybermcm
Thx for your reply ;-)
So you gonna fix it?

Re: missing folders in 2.0.1 packages

Posted: 19 Mar 2012 19:03
by VLC_help
Older folders should also work, but yes, it would be better to fix this.

Re: missing folders in 2.0.1 packages

Posted: 21 Mar 2012 08:12
by Porsche79
Hi,

when will it be fixed?

Re: missing folders in 2.0.1 packages

Posted: 21 Mar 2012 19:19
by VLC_help
Hopefully for 2.0.2, I will ticket this during weekend.

Re: missing folders in 2.0.1 packages

Posted: 25 Mar 2012 14:46
by VLC_help

Re: missing folders in 2.0.1 packages

Posted: 25 Mar 2012 20:10
by cybermcm
Ticket was closed by courmisch, marked as invalid. If I want to modify the installation parameters I need those files.
Is there another way to configure the installation (e.g. shortcut creation, deactivation of ActiveX component, file extension configuration)?

Re: missing folders in 2.0.1 packages

Posted: 26 Mar 2012 12:53
by Jean-Baptiste Kempf
Use the file from git or from a NB.

Re: missing folders in 2.0.1 packages

Posted: 26 Mar 2012 14:24
by Turranius
In other words, find a replacement for us corporate users that want to package it. Gotcha =)

In all honestly thought, any quick tips how to package it to not check for autoupdates nowdays? Could we parhaps get a msi for the installation with a noupdate property? Thanks.

Re: missing folders in 2.0.1 packages

Posted: 26 Mar 2012 18:08
by Jean-Baptiste Kempf

Re: missing folders in 2.0.1 packages

Posted: 26 Mar 2012 18:48
by cybermcm
@Jean-Baptiste: thx for the file but I don't really understand why these folders won't be easily available in future versions. I don't think that you will provide a special msi for every new version ;-)

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 09:31
by Turranius
Thanks for MSI. Would be lovely if that could be provided in the future as well.
I can not find any easy properties for disabling autoupdates though. Is there a way, except for adding "--no-qt-privacy-ask --no-qt-updates-notif" to about 1000 registry entries in a .mst file?

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 10:21
by Turranius
Lots of errors in that MSI by the way. Open it in wise, go to components and there are a LOT of reds. While this can be fixed by setting them with "Set as key", it looks bad and there are a lot of them.

Unless that is fixed, a .mst created in wise is not possible to do as it can not save the .mst file and just complains about all the components.

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 10:35
by Turranius
Also a bad Category in table _Validation for key Directory.DefaultDir

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 10:36
by Turranius
Still, with those things manually fixed, wise can not create a mst from this msi. I give up.

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 12:39
by Jean-Baptiste Kempf
@Jean-Baptiste: thx for the file but I don't really understand why these folders won't be easily available in future versions. I don't think that you will provide a special msi for every new version ;-)
Why not? Msi are better than .exe for installation.

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 14:20
by etix
Lots of errors in that MSI by the way. Open it in wise, go to components and there are a LOT of reds. While this can be fixed by setting them with "Set as key", it looks bad and there are a lot of them.
Can you share the list of errors please ?

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 14:26
by cybermcm
Why not? Msi are better than .exe for installation.
MSI files would be great as long as these are configurable (e.g. no update, file assoc, etc...)

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 14:53
by Turranius
Lots of errors in that MSI by the way. Open it in wise, go to components and there are a LOT of reds. While this can be fixed by setting them with "Set as key", it looks bad and there are a lot of them.
Can you share the list of errors please ?
Well, theres the two I wrote about that show up in Wise Package Studio. I can not explain why, even after fixing them myself, it does not compile the transforms file. Load it in wise, edit anything (remove shortcut) and try to compile it.

Or load it in InstEdit and try to make any change (remove a shortcut). Try and run a verify after that and you get:
Function failed during execution. MainWindow failed to process message 294 with the params 5, 3015.

I have no idea whats wrong with it, but something is wacko with the msi.

Re: missing folders in 2.0.1 packages

Posted: 27 Mar 2012 16:56
by Turranius
Made a good old snapshot in Wise from the EXE instead. Made sure to check Mozilla Plugin.

In wise Registry editor, clean it up under HKEY_LOCAL_MACHINE, leaving only
Microsoft (uninstall information for MSI)
MozillaPlugin
VideoLAN

Removed all icons except one in Start / Programs. Added
--no-qt-privacy-ask --no-qt-updates-notif
to that icon.

Go to Setup Editor / Tables / Registry
Search and replace
--started-from-file
with
--no-qt-privacy-ask --no-qt-updates-notif --started-from-file

Done.

Re: missing folders in 2.0.1 packages

Posted: 14 Apr 2012 19:48
by cybermcm
update on this one...
I downloaded this one:
http://download.videolan.org/pub/videol ... 0.1.tar.xz
Then I extracted (use 7zip) languages and UAC.nsh, UAC.dll from here:
\extras\package\win32

Put the language folder in your root vlc path (from the zip file), create a NSIS sub folder within the root path and place the two UAC files there.

The vlc.win32.nsi is included within the 2.0.1 zip package. Edit the nsi file because some languages are not included within source (e.g. russian), compile with your modifications -> done...

Re: missing folders in 2.0.1 packages

Posted: 18 May 2012 21:32
by abendorg
You have my vote for an official .MSI that allows disabling of autoupdate/desktop icon/etc!

Re: missing folders in 2.0.1 packages

Posted: 21 May 2012 18:43
by Jean-Baptiste Kempf
You have my vote for an official .MSI that allows disabling of autoupdate/desktop icon/etc!
Vote does not write code...

Re: missing folders in 2.0.1 packages

Posted: 17 Dec 2012 08:15
by cybermcm
The files necessary for creating a customized version with NSIS are missing again in 2.0.5 (from version 2.0.2 until 2.0.4 the files were available) :-(
This time it is also not possible to extract these files (described viewtopic.php?f=14&t=99300&p=337664#p337664) from the tar.gz archive as uac.dll is missing there.

Why were the files removed (again)?