<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Dec 2015 21:02:00 Z</lastBuildDate><pubDate>9 Dec 2015 21:02:00 Z</pubDate><description>http://doc.windev.com/en-US/?2028106&amp;name=Customizing_the_setup_program&#13;
&#13;
I followed the instructions from the link above. I edited WDSetup. All I did was remove all instances of 'Powered by Windev'. Then I updated all template dependencies and recompiled. Then I generated the executable with these options:&#13;
&#13;
Including the main libary in the executable&#13;
Single-instance (no simultaneous execution)&#13;
Framework DLL beside the executable&#13;
&#13;
Next I went into my project and clicked WDInst on the Tools ribbon. From there I clicked Parameters of setup and clicked Options of the installer. Under Installer to use I selected the exe I just generated to use as a customer installer. I validate the window and then create the setup procedure of the executable for my project. It works. Then I click test to begin the installation. When I click install I get this error:&#13;
&#13;
Quote&#13;
&#13;
Error at line 21 of Global Procedure PrepareProgBar process.&#13;
&#13;
The 'UpdInProg.ProgBarUpdate' control is unknown.&#13;
&#13;
&#13;
&#13;
----- Technical Information -----&#13;
&#13;
&#13;
&#13;
Project : WDSETUP&#13;
&#13;
&#13;
&#13;
WL call:&#13;
&#13;
Process of 'Global Procedure PrepareProgBar' (Setup.PrepareProgBar), line 21, thread 0&#13;
&#13;
&#13;
&#13;
What happened?&#13;
&#13;
The 'UpdInProg.ProgBarUpdate' control is unknown.&#13;
&#13;
&#13;
&#13;
Error code: 1017&#13;
&#13;
Level: fatal error (EL_FATAL)&#13;
&#13;
&#13;
&#13;
Dump of the error of 'wd200vm.dll' module (20.0.504.0).&#13;
&#13;
Identifier of detailed information (.err): 1017&#13;
&#13;
Additional Information:&#13;
&#13;
EIT_PILEWL :&#13;
&#13;
Global Procedure PrepareProgBar (Setup.PrepareProgBar), line 21&#13;
&#13;
Global Procedure InstallAll (Setup.InstallAll), line 3&#13;
&#13;
Local Procedure bStartSetup (SETUPWIZ.PROCEDURE.bStartSetup), line 47&#13;
&#13;
Local Procedure nOnNextPlane (SETUPWIZ.PROCEDURE.nOnNextPlane), line 135&#13;
&#13;
Local Procedure nOnNextPlane (SETUPWIZ.PROCEDURE.nOnNextPlane), line 83&#13;
&#13;
Method OnNext (CAssWDS.OnNext), line 32&#13;
&#13;
Click NEXT (WINTPL_Wizard template) (SETUPWIZ.NEXT), line 1&#13;
&#13;
Global Procedure gStartWDSetup (Global_Procedures_of_WDSetup.gStartWDSetup), line 92&#13;
&#13;
Initializing WDSETUP (), line 58&#13;
&#13;
EIT_DATEHEURE : 09/12/2015 13:56:05&#13;
&#13;
I found the ProgBarUpdate control in the UpdInProg window. The control is recognized on line 21 where the error occurs. Everything seems to be in order within the WDSetup project. I've tried adding every dll I could get my hands on while generating.&#13;
&#13;
Anyone ever come across this?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55434-wd20-customizing-setup-windows/read.awp</link><title>[WD20] Customizing the Setup Windows</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
