PDA

View Full Version : Web Update Question



NewsArchive
08-13-2008, 01:45 AM
I have an app that I am distributing on a usb Flash drive
the app will run from the flash drive. The exe and the data files will all
stay on the flash drive
Is there a way I can use Web Update from the flash drive?

--
Eric Jacobowitz
www.castlecomputer.com
www.cctsoftware.com

NewsArchive
08-13-2008, 01:46 AM
> I have an app that I am distributing on a usb Flash drive
> the app will run from the flash drive. The exe and the data files will all
> stay on the flash drive
> Is there a way I can use Web Update from the flash drive?

Sure - no problem.

The Web Update will simply contact your website to see if a new version is
available, then download it and install it if there is.

What happens in the web updater (as far as actions taken, files
distributed, etc.) is up to you.

Does that help?

Charles

--
-------------------------------------------------------------------------------------------------------
Charles Edmonds
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.clarionproseries.com - "Serious imaging tools for Clarion Developers"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms!"
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
08-14-2008, 01:40 AM
I thought the web update stores some info in the system registry
I cant do that in this case because the software will be used on different
computers and running from a flash drive

--
Eric Jacobowitz
www.castlecomputer.com
www.cctsoftware.com

NewsArchive
08-14-2008, 01:41 AM
Eric,

> I thought the web update stores some info in the system registry
> I cant do that in this case because the software will be used on different
> computers and running from a flash drive

SetupBuilder generates a registry-free web update if you mark the "Store
Properties in INI File" (see attached screenshot).

I assume, you do not write any information to the registry in this case. So
in your web update installer package, do not use the (default) "Detect
Previous Version" function but use "Get System Information (Installer Path
Name)".

See Line 39-44 in the following thread. Comment-out Line 39 and add Line
40. Please also comment-out Lines 41-44.

http://www.lindersoft.com/forums/showthread.php?p=18932#post18932

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
08-14-2008, 01:43 AM
Friedrich ... Brilliant .... I was not aware of that......

Kind Regards

Ben

NewsArchive
08-14-2008, 01:43 AM
Ben,

> Friedrich ... Brilliant .... I was not aware of that......

:)

Some month ago, a large US company released a "portable" version of one of
their in-house software products installed (with SetupBuilder) on an USB
stick. They are using the SetupBuilder WebUpdate technology to live-update
the portable software and database. Works perfect.

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner