I have progress bar screen having label to display some text.
complete text is not displayed in screen.
Below is my code
_zipPath = "C:\\Program Files\\Software Live Update\\LiveUpdate\\Software_UpdateBackup\\2009-10-21\\file.zip";
DlgStaticText.SetProperties(CTRL_STATICTEXT_LABEL_...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
19 results in 0.0331 seconds.
Keywords
Members
Tags
-
How to display dynamic content in Check boxes Screen?
I have CheckBoxes screen in my project and I want to display the custom text before the CheckBox. We can use Top property to display the text. But I want the content to be dynamic,. How to do that? Could any on help?
Please see the attached shot.
Thanks
Sugumar...
-
Text Message in Check Boxes Screen without Check Box
Yes, Exactly like that. But the text content will be decided Run time.
Sugumar
-
Text Message in Check Boxes Screen without Check Box
Yes, Exactly like that. But the text content will be decided at Run time
Thanks for your timely Help.
SugumarLast edited by nsugumar; 07-08-2008, 07:47 AM.
Leave a comment:
-
Text Message in Check Boxes Screen without Check Box
Hi,
I'm using Check Boxes Screen in After Installing screen. I need to show some custom text before Check Box? it possible to do that? My requirement is Show the text and before two line space of Check Box.
Thanks
Sugumar
-
Copy Folders/Files
Hi,
I have CheckBoxes screen with my Installer. I have to copy the folder/files based on the check box selection. How to achieve this?
I know a way, that is let installer copy all the folders first, then finally delete un needed folders based on Check Box selection. Is any other...
-
An error occurred when trying to download the server file (3611)
Can some one help that I am getting 3611 when i run my live update client?
But when I checked on the IE the url is working fine and the server certificate is also valid.
This problem is for particular machine (Windows Vista Home Premium), Also other users reported success for all...
-
Lorne
Thanks for your time. As you suggested I have created separate patch for that particular release. It is woking fine.
Leave a comment:
-
Hi,
I have posted couple of threads in forums and got responses, but still I couldn't resolve the issue. I would like explain more about what are we doing when we are getting error while using visula patch 2.0
We have an application, lots of our customers are using. Assume...
Leave a comment:
-
VisualPatch 2.0 CheckFolderVersion Retruns nothing
Lorne,
Thanks for your time. As you suggested, I changed the script as follows
But still the problem is not solved.
local MainKey = HKEY_LOCAL_MACHINE;
local SubKey = SessionVar.Expand("Software\\xxxxxxxx\\xxxxxxxxx\\ ");...
Leave a comment:
-
VisualPatch 2.0 CheckFolderVersion Retruns nothing
The registry data is "C:\Program Files\xxxxxx\xxxxxx\". Already I have a backslash at the end , so I just concatenating with "\xxxxx".
The script is working for a long time, it simply not working with...
Leave a comment:
-
VisualPatch 2.0 CheckFolderVersion Retruns nothing
My registry entry has backslashes and end, the value is C:\Program Files\xxxxxx\xxxxxx\
Leave a comment:
-
VisualPatch 2.0 CheckFolderVersion Retruns nothing
Hi,
I'm using Visual Patch 2.0 and I could not able to get Installed version of application.
Here is my script,
local MainKey = HKEY_LOCAL_MACHINE;
local SubKey = SessionVar.Expand("Software\\xxxxxxx");
local ValueName = "InstallPath";...
Leave a comment: