Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
-
Simon.T
- Posts: 375
- Joined: Sat Feb 03, 2007 10:07 am
- Location: Palestine
#1
Post
by Simon.T » Wed Mar 14, 2007 5:34 am
DVD Flick is a powerful tool capable of turning any video file format into a DVD that is playable on your standalone DVD player or home cinema set.
DVD Flick aims to be a simple but at the same time powerful DVD Authoring tool. It can take a number of video files stored on your computer and turn them into a DVD that will play back on your DVD player, Media Center or Home Cinema Set. You can add additional custom audio tracks as well as subtitles of your choice.
http://dvdflick.sourceforge.net/ (DVD Flick has moved!) >>>
http://www.dvdflick.net/
seems to be that it is not write settings at all.
how to extract: use our good old feller "Universal Extractor" and then go to {sys} move whatsoever in it to {app}
note: I'm not sure what I am doing, I'm just messing around with the files and hope it'll work
by the way, I didn't actually use this program I just succeed on opening this and thats all.
-
Andrew Lee
- Posts: 2611
- Joined: Sat Feb 04, 2006 9:19 am
-
Contact:
#2
Post
by Andrew Lee » Thu Mar 15, 2007 4:53 am
Writes settings to <User Profile Folder>\Application Data\DVD Flick\dvdflick.cfg.
It is also mentioned in the change log.
Can't find any way to make it write to the EXE folder instead.
-
Ennovy
- Posts: 430
- Joined: Mon Mar 12, 2007 5:21 am
- Location: The Netherlands
#3
Post
by Ennovy » Fri Sep 14, 2007 1:03 am
You can now download a portable version of DVD Flick:
http://www.dvdflick.net/download.php
The portable version of DVD Flick is an entirely self-contained version of DVD Flick that does not need to be installed to be used. All you need to do to run it is start the portable.bat file.
or start dvdflick.exe -portable 1
I did try it but got an error during startup
about component mscomct2.ocx or one of it's dependencies not correctly registered or invalid. Hope to find out what that means and try again.
EDIT:
There is a thread in DVD Flick forum about this problem:
http://www.dvdflick.net/forums/viewtopi ... comct2+ocx
Tough times never last but tough people do
-- Robert H. Schuller --
-
portackager
- Posts: 169
- Joined: Sun Apr 29, 2007 2:01 pm
#4
Post
by portackager » Fri Sep 14, 2007 8:48 am
Change the batch file to this: (Will needs Admin rights I think)
Code: Select all
@echo off
echo Registering trayicon.ocx
regsvr32 /s trayicon.ocx
echo Starting DVDFlick
start dvdflick.exe -portable 1
echo Press any key to exit when you are done with DVDFlick.
@pause
echo Unregistering trayicon.ocx
regsvr32 /u /s trayicon.ocx
Porta-Lover
-
Ennovy
- Posts: 430
- Joined: Mon Mar 12, 2007 5:21 am
- Location: The Netherlands
#5
Post
by Ennovy » Fri Sep 14, 2007 9:10 am
Thanks portackager for your very useful modification of the batch file.
Before that I downloaded mscomct2.ocx from Microsoft site and placed it in the application folder. When I started your new batch file I got the same error message, but now concerning file richtx32.ocx. I downloaded that file too from
http://www.ocxdump.com/download-ocx-fil ... nload.html
and now it works.
It creates a folder DVD Flick in the user profile directory, but untill now it is empty.
Tough times never last but tough people do
-- Robert H. Schuller --
-
lwc
- Posts: 92
- Joined: Tue Jun 26, 2012 10:40 pm
-
Contact:
#6
Post
by lwc » Tue Jun 26, 2012 10:43 pm
Sorry to revive this topic, but it seems it's the only place online that discusses this subject.
Anyway, it seems DVD Flick once had a portable version, but it was since removed including any relevant documentation. Did you know about it?
-
3K3
- Posts: 126
- Joined: Wed Feb 29, 2012 10:32 am
#7
Post
by 3K3 » Thu Jun 28, 2012 11:55 pm
lwc wrote:Sorry to revive this topic, but it seems it's the only place online that discusses this subject.
Anyway, it seems DVD Flick once had a portable version, but it was since removed including any relevant documentation. Did you know about it?
I can make you portable version (launcher) if you want.
-
Midas
- Posts: 5845
- Joined: Mon Dec 07, 2009 7:09 am
- Location: Sol3
#8
Post
by Midas » Fri Jun 29, 2012 3:23 am
I have been looking into this, because the prior recipes aren't working even when adapted. It appears that DVD Flick isn't happy when the majority of its library files aren't registered with the system, and it does pack a lot of them ActiveX extensions (OCX)...
-
3K3
- Posts: 126
- Joined: Wed Feb 29, 2012 10:32 am
#9
Post
by 3K3 » Fri Jun 29, 2012 10:20 am
-
Midas
- Posts: 5845
- Joined: Mon Dec 07, 2009 7:09 am
- Location: Sol3
#10
Post
by Midas » Fri Jun 29, 2012 3:24 pm
Thanks for that,
3K3.

-
3K3
- Posts: 126
- Joined: Wed Feb 29, 2012 10:32 am
#11
Post
by 3K3 » Sat Jun 30, 2012 2:36 am
Midas wrote:Thanks for that,
3K3.

You are welcome.
