PDA

View Full Version : Test Mode



NewsArchive
08-17-2010, 02:57 AM
I am setting up a new install project so I copied it from one of the
templates and setup my files to install. I compile and test run OK. When
I go to run the intall live I get the message cannot run in Demo Test mode
and it aborts. How do I turn the test mode off.

Thanks

--
Don

-- Offering the First Business Operating System for Small Business
-------------------------------------------------------------------------------------------------------
Don DeRespinis, CPA
Charter Oak Systems, LLC

www.mortgagecenter.net
-------------------------------------------------------------------------------------------------------

NewsArchive
08-17-2010, 02:58 AM
Don,

> I am setting up a new install project so I copied it from one of the
> templates and setup my files to install. I compile and test run OK.
> When I go to run the intall live I get the message cannot run in Demo
> Test mode and it aborts. How do I turn the test mode off.

I assume you have added some code that detects a TEST mode execution.
Remove that code and you are done. See attached screenshot. This code
terminates the installer if a TEST mode run is detected. The same can be
done to make sure that it only runs in TEST mode.

BTW, you can't execute web installs or web updates in test mode!

Hope this helps.

Friedrich

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

SetupBuilder is Windows 7 installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
08-17-2010, 03:15 AM
Thanks Friedrich,

Yes. I see that in the script. I did'nt realize you can just delete
something from the script.
Deleted the if statement. Works fine.
Thanks I learn something everyday.

Do you have any demo video tutorials on using setupbuilder? Sure would help
me.

--
Don

-- Offering the First Business Operating System for Small Business
-------------------------------------------------------------------------------------------------------
Don DeRespinis, CPA
Charter Oak Systems, LLC

www.mortgagecenter.net
-------------------------------------------------------------------------------------------------------

NewsArchive
08-17-2010, 03:16 AM
Don,

> Thanks Friedrich,
>
> Yes. I see that in the script. I did'nt realize you can just delete
> something from the script.
> Deleted the if statement. Works fine.
> Thanks I learn something everyday.
>
> Do you have any demo video tutorials on using setupbuilder? Sure would
> help me.

I would suggest to study the "Learning SetupBuilder Part I" manual. It's
the official "Everything you ever wanted to know about SetupBuilder but were
afraid to ask" introductory material, aka "SetupBuilder Bible" ;-)

http://www.lindersoft.com/forums/showthread.php?t=24376

http://www.lindersoft.com/sb7_Examples.exe

Friedrich