You are here

Why temp directory in c:/ upon startup?

7 posts / 0 new
Last post
viscouse
Offline
Last seen: 5 years 1 month ago
Joined: 2010-02-01 09:08
Why temp directory in c:/ upon startup?

Everytime I fire up FFP from my USB drive, it creates a randomly named directory in C:\TEMP called nsa184.tmp. The format is actually NS***.tmp.
It contains the following files:
FindProcDLL.dll
newadvsplash.dll
registry.dll
splash.jpg
system.dll

They don't get deleted upon closure. Why are these here, and how can I make sure they go away after FFP closes?

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Hi

and welcome here in the Forums! Smile

They are created by the launcher we use to make the applications (here: Firefox) portable. They are plugin files the launcher uses to do various things like displaying the splash screen, reading/writing to the registry or things like that.

Normally they are deleted after you close the application. Is there anything unusual about your setup/PC? For example: Do you use the ini file to allow multiple instances? Did you manually change something in the Launcher? What is your folder layout (=ie where is you FirefoxPortable folder)?

As I said before, they normally shouldn't be there after you close the application (and the launcher has stopped).

I hope we can work this out.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

viscouse
Offline
Last seen: 5 years 1 month ago
Joined: 2010-02-01 09:08
EjectUSB

I figured it out. And now another plea for help.

If I exit FFP normally, the files I mention in the original post do in fact clean themselves up after about 4-5 seconds after program closure. No problems.

The issue comes that I use a program called EjectUSB at the end of the workday to close all USB-run programs (like FFP) and eject the drive in one fell swoop. However, somehow EjectUSB thinks it's closing FFP gracefully, but I guess is not. There is some other process (a cleanup process) that must run and is getting chopped off at the knees.

There isn't a setting in EjectUSB to wait after program closure but before starting all other USB ejection stuff.

My question is if anyone has any experience with this? Or should I make a new subject?

PS, thanks for the welcome. Long time user, first time poster!

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 44 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Don't Use It

If I recall correctly, EjectUSB force-closes software, which is a bad idea. It's best to close your apps properly and then use the platform's eject function which just calls the Windows eject API.

The next platform release will properly close running apps and then eject, too.

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

viscouse
Offline
Last seen: 5 years 1 month ago
Joined: 2010-02-01 09:08
If anyone else is following

If anyone else is following this, here is the website for EjectUSB: http://www.pocketappreview.com/main/item/ejectusb

It looks like premature ejection prior to completion of program closure is a topic gaining steam, and may be part of the next release.

While it may be an autoit code, it's not a script (rather an .exe) & I'd have to decompile it, and frankly that's more work than I want to do at this point. I'd rather write my own autoit or batch script.

The MAZZTer
The MAZZTer's picture
Offline
Last seen: 1 year 2 months ago
Developer
Joined: 2006-11-17 15:31
That is a temporary directory

That is a temporary directory created by NSIS to temporarily store splash screens and plugins when you run an NSIS installer, or any program coded in NSIS such as the PA launchers or EjectUSB (it has to extract them SOMEWHERE). If you run Windows' Disk Cleanup periodically it should clean it up for you.

Signature automatically removed for being too awesome.

auscompgeek
Offline
Last seen: 12 years 1 week ago
Joined: 2009-10-30 02:21
EjectUSB in NSIS?

I thought EjectUSB was written in AutoIt3.

Ignore silly users that PM you on IRC. What? You're one of them?

Log in or register to post comments