The Disk Cleaner forum

Because I have a huge e-mail backlog

You are not logged in.

#1 2008-01-05 22:50

Solenza
New member
Registered: 2008-01-05
Posts: 1

Paint Shop Pro Photo XI

[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

 

#2 2008-01-07 12:06

Robert
Authmin
From: NL
Registered: 2005-06-27
Posts: 263
Website

Re: Paint Shop Pro Photo XI

Thanks!


A bug or not a bug, that's the question

Offline

 

#3 2008-01-16 08:56

The Dude
An Awesome Dude
Registered: 2006-01-05
Posts: 161

Re: Paint Shop Pro Photo XI

Yes.. Alot of usefull add ons we are getting Robert smile

Eventually we should compile them ALL in one program and release the whole lot! (As the next big update)

Welcome to the site Solenza smile

Offline

 

#4 2008-01-17 14:20

spelbynder
Regular
Registered: 2006-02-12
Posts: 39

Re: Paint Shop Pro Photo XI

The Dude wrote:

Yes.. Alot of usefull add ons we are getting Robert smile

Eventually we should compile them ALL in one program and release the whole lot! (As the next big update)

Welcome to the site Solenza smile

I'd like to see THAT Dude!!
I personally have only been waiting since November 2005 after all wink


Windows 7 - the best thing to happen to computers EVER! big_smile

Offline

 

#5 2008-01-18 05:31

The Dude
An Awesome Dude
Registered: 2006-01-05
Posts: 161

Re: Paint Shop Pro Photo XI

Hehe,thanx for sticking around!!

This IS the best temp file cleaner out there,no question there smile

Offline

 

#6 2008-01-19 11:52

Robert
Authmin
From: NL
Registered: 2005-06-27
Posts: 263
Website

Re: Paint Shop Pro Photo XI

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


A bug or not a bug, that's the question

Offline

 

#7 2008-02-02 07:52

Paul
Administrator
From: United States
Registered: 2005-07-29
Posts: 146
Website

Re: Paint Shop Pro Photo XI

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.


The world's first athletic computer geek!
http://prm753.bchea.org

Offline

 

#8 2008-02-04 15:40

Robert
Authmin
From: NL
Registered: 2005-06-27
Posts: 263
Website

Re: Paint Shop Pro Photo XI

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!


A bug or not a bug, that's the question

Offline

 

#9 2008-02-05 22:28

Paul
Administrator
From: United States
Registered: 2005-07-29
Posts: 146
Website

Re: Paint Shop Pro Photo XI

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


Code:

+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. smile


The world's first athletic computer geek!
http://prm753.bchea.org

Offline

 

#10 2008-02-07 12:40

Robert
Authmin
From: NL
Registered: 2005-06-27
Posts: 263
Website

Re: Paint Shop Pro Photo XI

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 big_smile
We could do this together during a messenger session as it can look a bit daunting the first time.


A bug or not a bug, that's the question

Offline

 

#11 2008-02-07 18:32

Paul
Administrator
From: United States
Registered: 2005-07-29
Posts: 146
Website

Re: Paint Shop Pro Photo XI

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. tongue

Either way is fine by me. smile


The world's first athletic computer geek!
http://prm753.bchea.org

Offline

 

#12 2008-02-07 23:39

Robert
Authmin
From: NL
Registered: 2005-06-27
Posts: 263
Website

Re: Paint Shop Pro Photo XI

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


A bug or not a bug, that's the question

Offline

 

#13 2008-02-08 02:38

Paul
Administrator
From: United States
Registered: 2005-07-29
Posts: 146
Website

Re: Paint Shop Pro Photo XI

That wasn't too hard - I think I got it!

http://sourceforge.net/project/showfile … _id=173151


The world's first athletic computer geek!
http://prm753.bchea.org

Offline

 

#14 2008-02-08 11:39

Robert
Authmin
From: NL
Registered: 2005-06-27
Posts: 263
Website

Re: Paint Shop Pro Photo XI

Yes! big_smile 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!


A bug or not a bug, that's the question

Offline

 

#15 2008-02-09 05:55

The Dude
An Awesome Dude
Registered: 2006-01-05
Posts: 161

Re: Paint Shop Pro Photo XI

Very nice Paul smile

Offline

 

#16 2008-02-09 17:51

spelbynder
Regular
Registered: 2006-02-12
Posts: 39

Re: Paint Shop Pro Photo XI

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 smile


Windows 7 - the best thing to happen to computers EVER! big_smile

Offline

 

#17 2008-02-09 21:41

Paul
Administrator
From: United States
Registered: 2005-07-29
Posts: 146
Website

Re: Paint Shop Pro Photo XI

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 smile

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. smile


The world's first athletic computer geek!
http://prm753.bchea.org

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson