PDA

View Full Version : Internet Update



NewsArchive
10-14-2007, 02:01 PM
Hello,

i´m interested for setupbuilder because the internet update feature.

First for that i need to time limed the update possibility. I heard that will
sb have build in.

Some questions:

1.) Can i call the internet update from an app menuentry?
2.) Can i use the installer / uninstaller / internet update without any system
entries in the system registry or system ini files? Because i deliver one
software on an usb stick but this stick should be internet update ready too.
3.) Can i ask for the admin and register data for secwin while the installation prozess?

Thanks for your help

Kai

NewsArchive
10-14-2007, 02:01 PM
Kai,

> i´m interested for setupbuilder because the internet update feature.
>
> First for that i need to time limed the update possibility. I heard that
> will sb have build in.
>
> Some questions:
>
> 1.) Can i call the internet update from an app menuentry?

Yes. You can call the web update client from a menu entry, from a Shortcut,
start it manually from the Explorer, start it via a Scheduled Task, etc.

> 2.) Can i use the installer / uninstaller / internet update without any
> system entries in the system registry or system ini files? Because i
> deliver one software on an usb stick but this stick should be internet
> update ready too.

By default, it makes Registry entries. But you can use the "Store
Properties in INI File" option to store web update properties in an INI file
(located on the stick) instead of the Windows registry. The INI stores
connection information and the latest installed version number.

> 3.) Can i ask for the admin and register data for secwin while the
> installation prozess?

I don't know exactly what this means :-( Would you like to check if the
user has administrator rights or would you like to ask the user to enter
some admin data?

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
10-14-2007, 02:02 PM
Hello Friedrich,

thanks for your reply. This all sound good :-)

FOr my third question: i use SecWin for registering and user management. It is
possible to have the same serialnumber for the installer and for secwin so the
user don´t have to enter two serial different serial numbers.

Thanks much Kai

NewsArchive
10-14-2007, 02:02 PM
Hello Kai,

> thanks for your reply. This all sound good :-)
>
> FOr my third question: i use SecWin for registering and user management.
> It is possible to have the same serialnumber for the installer and for
> secwin so the user don´t have to enter two serial different serial
> numbers.

If you know how to programmatically verify the SecWin serial number, then
the answer is yes.

For example, let the user enter the serial number in an installer dialog.
Then call into your own (SecWin) serial number verification DLL and check if
the serial number is valid. If this is the case, continue the installation
process. If the serial number was incorrect, ask to enter it again (or
abort the installation or whatever).

SetupBuilder 6.6 comes with a built-in serial number generation and
verification feature. But you can replace this with your own method. The
Examples Package on our web site provides a source code demo.

Does this help?

Friedrich

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

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

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
10-14-2007, 02:03 PM
Hello Friedrich,

thanks much. This all sounds good. I think, next week you get a new customer :-)

Best regards

kai

NewsArchive
10-14-2007, 02:03 PM
Thank you, Kai :)

Friedrich