Because I have a huge e-mail backlog
You are not logged in.
[Info]
Title=Paint Shop Pro Photo XI
Description=Erase Paint Shop Pro Photo XI recent files
[registry]
HKEY_CURRENT_USER|Software\Corel\Paint Shop Pro\11\Recent File List
Offline
Yes.. Alot of usefull add ons we are getting Robert ![]()
Eventually we should compile them ALL in one program and release the whole lot! (As the next big update)
Welcome to the site Solenza ![]()
Offline
The Dude wrote:
Yes.. Alot of usefull add ons we are getting Robert
Eventually we should compile them ALL in one program and release the whole lot! (As the next big update)
Welcome to the site Solenza
I'd like to see THAT Dude!!
I personally have only been waiting since November 2005 after all ![]()
Offline
Hehe,thanx for sticking around!!
This IS the best temp file cleaner out there,no question there ![]()
Offline
Well, as you've probably noticed. I'm quite busy at the moment with other stuff, which doesn't mean I have lost my interest for DC. I just can't afford spending the amount of time on DC as is necessary to
1) update the amount of plugins submitted via the forum
2) update DC to make it more Vista compatible (not writing to program files folder, for instance.)
Any assistance with this is welcome. For instance, if anyone would be able to integrate the new plug-ins with the installer, that would be great. It's a relatively simple task. No programming knowledge necessary. I will be available for questions, assistance etc by e-mail or through the forum.
I'll post the install script here plus some hints when I'm at my own machine again
Offline
Robert wrote:
Well, as you've probably noticed. I'm quite busy at the moment with other stuff, which doesn't mean I have lost my interest for DC. I just can't afford spending the amount of time on DC as is necessary to
1) update the amount of plugins submitted via the forum
2) update DC to make it more Vista compatible (not writing to program files folder, for instance.)
Any assistance with this is welcome. For instance, if anyone would be able to integrate the new plug-ins with the installer, that would be great. It's a relatively simple task. No programming knowledge necessary. I will be available for questions, assistance etc by e-mail or through the forum.
I'll post the install script here plus some hints when I'm at my own machine again
Robert, if you'd post the install script here or email it to me I'd be willing to try to compile it over the weekend with all the latest plug-ins. Could also host the new binary on my webspace.
Thanks.
Offline
Here's an example:
http://www.xs4all.nl/~mp2004/install_script_example.zip
Download and extract to a new folder. Create a folder called 'target' inside this folder. Install the NSIS installer (I made the script with version 2.04, but I checked the script with version 2.34 as well). After installation, right-clicking the dcleanl.nsi file and choose 'Compile NSIS script'. The installer (dcsetup.exe) should be created in a subfolder called 'target'.
The subsection called "!Plug-ins" controls which plug-ins are contained in the installer. Add plug-ins by adding a line like this
!insertmacro AddDCTFile plug_file_name.dct "Name in installer"
All plug-ins included in this way should be in the plug-ins subfolder. Note that NSIS includes the files as entered, so alphabetical order should be kept manually.
good luck!
Offline
Robert wrote:
Here's an example:
http://www.xs4all.nl/~mp2004/install_script_example.zip
Download and extract to a new folder. Create a folder called 'target' inside this folder. Install the NSIS installer (I made the script with version 2.04, but I checked the script with version 2.34 as well). After installation, right-clicking the dcleanl.nsi file and choose 'Compile NSIS script'. The installer (dcsetup.exe) should be created in a subfolder called 'target'.
The subsection called "!Plug-ins" controls which plug-ins are contained in the installer. Add plug-ins by adding a line like this
!insertmacro AddDCTFile plug_file_name.dct "Name in installer"
All plug-ins included in this way should be in the plug-ins subfolder. Note that NSIS includes the files as entered, so alphabetical order should be kept manually.
good luck!
Thanks Robert.
I have updated the installer with some new plugins:
+ - added
~ - changed
+flashcookies.dct +gigaget.dct +winrar3x.dct ~sunsjava.dct +downloadexpress.dct +vnc.dct +adobesoundbooth.dct +sibelius5.dct +adobeacrobatreader8.dct ~acroread45.dct +paintshopphotoXI.dct ~openoffice.dct
That's the ones I judged would work for a new installer - tell me if I left anything out. I'll either put this up on my server or email it to you, Robert. ![]()
Offline
Great! Good job. Now indeed releasing it as a new version. Didn't I make you an admin at sourceforge? Then you are able to release the installer yourself, as a new version ![]()
We could do this together during a messenger session as it can look a bit daunting the first time.
Offline
Yes, you did, but when I was looking at it it was a little over my head - SSH, CVS and PuTTY and all that are a little bit over my head right now.
Or I can just email the binary to you and you can release it.
Either way is fine by me. ![]()
Offline
Sure I can release it, but you don't need shell access (SSH, CVS PuTTY) to release a file, just a FTP client, like Filezilla. Go to upload.sourceforge.net/incoming. Give the installer you created a unique name (like dcsetup1_5_x.exe) and upload it to the incoming folder on the sourceforge folder. Then create a new release of the dclean package in Sourceforge's interface: Go to admin->File Releases. Click 'Add Release' and give it a name. The current release of the dclean package (to which you are going to add a release) is called '1.5.7'. I suggest something similar as a name.
Then you need to set some things right, that I can't remember exactly, but at any rate you should add a changelog (what you posted here is just fine: added this, changed that) and release notes (usually the same as the changelog in my case, since I'm lazy). Also, here's where you'll have the opportunity to select the file you uploaded to be part of the release.
As a reference: http://alexandria.wiki.sourceforge.net/ … r+Download
Offline
That wasn't too hard - I think I got it!
http://sourceforge.net/project/showfile … _id=173151
Offline
Yes!
Cool..
I've updated the installer on my own mirror, the news items, the RSS feed, date of last update, and made your installer the default download in sourceforge.
Thanks!
Offline
Very nice Paul ![]()
Offline
Not to be a complete pain about this, but shouldn't the update be given a new release number such as 1.5.8 or 1.6 or even 2.0 - or is that still on its way? Other than that, good work guys ![]()
Offline
spelbynder wrote:
Not to be a complete pain about this, but shouldn't the update be given a new release number such as 1.5.8 or 1.6 or even 2.0 - or is that still on its way? Other than that, good work guys
I thought about that spelbynder, but I would have to update the version number within the program, and right now I can't get the source code to compile. Plus, the program itself didn't undergo any changes, so that's why I named it 1.5.7 (Feb 2008). Hope it's not too confusing. If I ever get 1.5.7 to compile, I'll see what I can do about getting 2.0 out. Gotta talk to Robert about this though.
Hope that helped. ![]()
Offline