You are here

[Fixed] Installer 1.0.2 and temp folder

8 posts / 0 new
Last post
prapper
Offline
Last seen: 3 years 1 month ago
Developer
Joined: 2008-01-24 17:01
[Fixed] Installer 1.0.2 and temp folder

The PA.c Installer never seems to remove the folder it creates in the %TEMP% directory. It usually contains "textreplace.dll" (maybe I saw "registry.dll" in there a few times but I can't reproduce that one at the moment). Anyone else?

xuesheng
Offline
Last seen: 2 months 1 week ago
Joined: 2008-03-21 15:34
I see the same thing

On my system I have only found the textreplace.dll file left behind after running the installer. This happens on Vista (32-bit) and Windows 7 (64-bit).

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 6 months ago
Developer
Joined: 2009-08-11 11:24
Confirmed

It happens on my system too.
Running Windows Pro SP3, 32-bit.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

gluxon
gluxon's picture
Offline
Last seen: 3 years 6 months ago
Developer
Joined: 2008-06-21 19:26
This was already confirmed in

This was already confirmed in another thread. I can't find it right now, but the problem was caused by the registry plug-in not unloading.

You know, like like you're still running a program and if you try to delete its folder, Windows doesn't let you.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
${textreplace::Unload}

InstallerWizard.nsh, v1.0.2, line 1015 (blank) should be replaced with ${textreplace::Unload}.

Also Registry.nsh is !included (line 63) but never used - it should be removed. registry.dll should never be there under any circumstances as it's not used by the wizard.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

John T. Haller
John T. Haller's picture
Online
Last seen: 14 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Thanks

Forgot about this thread. Thanks for the catch. I'll post an update tomorrow.

Sometimes, the impossible can become possible, if you're awesome!

John T. Haller
John T. Haller's picture
Online
Last seen: 14 min 13 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed in 1.0.3

This is fixed in 1.0.3. Thanks.

Sometimes, the impossible can become possible, if you're awesome!

prapper
Offline
Last seen: 3 years 1 month ago
Developer
Joined: 2008-01-24 17:01
Thanks John

All working great now Smile

Chris Morganregistry.dll should never be there under any circumstances as it's not used by the wizard.

I've tracked the registry.dll down to FileZilla. I had a look at the code and, as suspected, the plugin isn't unloaded at the end. Do you want me to drop a note into the FileZilla forum or is here enough?

Log in or register to post comments