You are here

Portable Startup Utility 1.5 Beta - Testers Needed

22 posts / 0 new
Last post
SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Portable Startup Utility 1.5 Beta - Testers Needed

I need testers for the new beta.
PSU Beta
No new functionality from 1.3, only new code.
I changed the list box in the Launch Apps section to a listview, and changed the registry editing code for the environment variable.

I need a thorough test of the new code.
Specifically, does the new environment variable work?
Are there any issues with the new listview control? specifically the users who were getting the error 429 with earlier versions.

If there are no issues, I can start on adding file associations for the portable apps.

Note:
No further development is being done on this utility. Most of the functionality can be found in the menu I have been working on.
https://portableapps.com/node/8467

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Okay.

I s'pose I'll try 'er out.

_____________________________
I felt so different without a signature.

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
well jeez, you don't have to

well jeez, you don't have to Wink :evil:

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Well fine!

Maybe I won't! Smile

_____________________________
I felt so different without a signature.

alf149
Offline
Last seen: 11 years 6 months ago
Joined: 2006-02-11 18:29
runtime error 52 ????

Cant install/unpack it.
---------------------
Rolf

Rolf

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
which os/version/service

which os/version/service pack ?

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

DaveWest
Offline
Last seen: 16 years 1 month ago
Joined: 2006-12-11 23:16
Same run time error 52

Can't get it out of the box.... download was 120KB

XP pro. admen with sp1 and then some (my own hacks and programming tools).

----------------------:)

Did you know that the entire operating system use to fit on a 5 1/4" floppy disk!

arqbrulo
arqbrulo's picture
Offline
Last seen: 4 years 1 month ago
Joined: 2006-08-10 16:38
Working

It's working fine for me. No errors or anything else.
---------------
"Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river." -- Cyril Connolly

"In three words I can sum up everything I've learned about life: it goes on." -- Robert Frost
"In three words I can sum up everything I've learned about life: baby ain't mine." -- Adam Holguin

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
1.5.0.2 now up

ok, I changed the listview control.
also changed the cleanup to a listview.
added the starting framework for the file associations (its not functional, so don't report back it doesn't work)

Still need to know if the original functions are working properly and if anyone is getting errors.

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

zikarus
Offline
Last seen: 12 years 6 months ago
Joined: 2006-10-10 16:32
Well...

I am getting runtime errors (code: 5).

When I plug in my stick neither the PortableApps.exe gets started nor the starttc.exe (TotalCommander) which I have included manually in the launch app menu.

Furthermore the variable B is not set automatically but only after running PSU out of the popping up menu...

BR
zikarus

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
1.5.0.3 now up

I think I found the source of at least one of the errors folks were getting, forgot the .Text when assigning a value to a couple of strings.

Added the write ini and read ini routines for the file associations (they are still not applied, this is only the framework)

Usual testing needed does everything that is supposed to work, work?
And are there any errors?

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

zikarus
Offline
Last seen: 12 years 6 months ago
Joined: 2006-10-10 16:32
Sorry, ...

still the same behaviour...

Here is the content of my psu.ini

<?xml version="1.0"??>
PSU>
Options>
PortableApps>yes
PAMWait>yes
EnvironmentVariable>B
DriveSubstitute>B
/Options>
Programs>
Program>
Name>Total Commander
Path>starttc.exe
Argument>
/Program>
/Programs>
Cleanup>
/Cleanup>
Extentions>
/Extentions>
/PSU>

And my autorun.inf:

[Autorun]
OPEN=psu.exe -all
ICON=Apps\cdrom.ico

May the error have to deal with my network configuration in general?

Asking, because each time I replug my stick a message pops up telling me that my network drive Secret has not been found etc. pp. (which is true because it is actually unplugged right now...).

BR
zikarus

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
I think it might be the

I think it might be the drive search routine, its in there for folks who may want to use the app on a u3 drive where the app wouldn't be on the same drive as the apps they are launching.
I think I'm going to take it out all together.
I'll post a new version without it as soon as I can.

Edit: 1.5.0.4 is up without the drive search routine.

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Cool.

Works for me.

What about when you click on a side selection to have it highlight, it gets confusing when you click on one cause you don't know weather it changed.

Whoa, file associations? Will it actually associate the file type with the app? Sounds sweet. Biggrin

_____________________________
I felt so different without a signature.

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
I'll add the selection

I'll add the selection indicator.

Edit: OK maybe not, well I will just have to figure a different way to do the left list.

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Added selected item color to

Added selected item color to list on left.
Didn't change the version number.

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

zikarus
Offline
Last seen: 12 years 6 months ago
Joined: 2006-10-10 16:32
Tried out

the latest 1.5.0.4 too and still it won't add a drive B and start Total Commander when plugged in...

Btw: Is your new Menu-App based on PSU v.1.3 or v.1.5.0.4?

BR
zikarus

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
Its based on1.5.0.x not all

Its based on1.5.0.x not all of the changes in 1.5.0.4 made it into the menu.
is TC and the drive substitute the only things you are trying to launch?
does your autorun.inf have the -all argument?
when you add the settings are you clicking save settings?

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

zikarus
Offline
Last seen: 12 years 6 months ago
Joined: 2006-10-10 16:32
Yes - and the environment

Yes - and the environment variable is set to B too
Yes
Yes

The values in the autorun.inf and psu.ini are still the same a s posted above. I have tried psu.1.5.b.exe as is and renamed to psu.exe btw..

BR
zikarus

SmithTech
SmithTech's picture
Offline
Last seen: 1 year 11 months ago
Developer
Joined: 2006-11-24 18:06
what happens if anything

what happens if anything when you plug in your usb drive?

-----------------------------------------------------------------------------------------------
Because they stand on a wall and say nothing is going to hurt you tonight. Not on my watch.

"Because they stand on a wall and say, 'Nothing is going to hurt you tonight. Not on my watch.'" (A Few Good Men)
Coincidence is God's way of remaining anonymous.(Albert Einstein)

zikarus
Offline
Last seen: 12 years 6 months ago
Joined: 2006-10-10 16:32
Well on one machine I only

Well on one machine I only get get the usual dam-dam sound Windows produces when an USB stick is plugged in.

On my second machine the Windows-dialog to choose the application which one would like to run pops-up additionally. Plus the message-box, telling me that the connection to my network drives could not be restored (if they are turned off)...

Auto run is activated on both PCs and both are running WinXP...

mashalpha
Offline
Last seen: 16 years 9 months ago
Joined: 2007-04-16 15:02
Vista

Few bugs on vista mostly ocx errors.
other than that I love it.
Great Job

Log in or register to post comments