PDA

View Full Version : Run program question



NewsArchive
05-31-2012, 01:47 PM
I want to give a customer the ability to run a program after the install,
but I want the checkbox to come up unchecked at first. How do I do it?

Thanks,
Abe

NewsArchive
05-31-2012, 01:47 PM
Abe,

> I want to give a customer the ability to run a program after the
> install, but I want the checkbox to come up unchecked at first.
> How do I do it?

You have several different options. For example, the attached one (see
screenshot).

Or you can develop your own solution (see "Run Check Box 1.sb7" in the
Examples Package)

Friedrich

NewsArchive
05-31-2012, 01:48 PM
Friedrich,

I have tried this (see image), and it does not run the program. If I check
the checkbox to run the program once the installation exits, then I get a
checked checkbox that the user needs to uncheck before hitting finish. What
I'm trying to do is get the checkbox, but un-checked by default. Then if
the customer wants to run the program, they would check the box and hit
finish.

Regards,
Abe

NewsArchive
06-02-2012, 03:16 AM
> I want to give a customer the ability to run a program after the install,
> but I want the checkbox to come up unchecked at first. How do I do it?

Be sure that you check the OS version and if it is Vista/Win7 then you need
to use the SB option to run it non-elevated. If it is XP, you can run it
as is.

Otherwise your data written to the Registry or any user locations will NOT
end up where you want it to be since the installer is running elevated.

Charles


--
-------------------------------------------------------------------------------------------------------
Charles Edmonds
www.clarionproseries.com - ProScan, ProImage, ProPath and other Clarion
developer tools!
www.ezchangelog.com - "Free ChangeLog software to manage your projects!"
www.setupcast.com - "A revolutionary new publishing system for software
developers - enhanced for SetupBuilder users!"
www.pagesnip.com - "Print and Save the Web, just the way you want it!"
www.ezround.com - "Round Corner HTML tables with matching Banners, Buttons
and Forms - Now with PNG support!
www.lansrad.com - "Intelligent Solutions for Universal Problems"
www.fotokiss.com - "World's Best Auction Photo Editor"
-------------------------------------------------------------------------------------------------------

NewsArchive
06-02-2012, 03:17 AM
Thanks for the advise. I always use the option to run not elevated.

Abe Jimenez