Forum: [VBP] General Discussion
02-05-2020, 03:08 PM
|
Replies: 1
Views: 43,586
HTTPS requests fail using HTTP action
For a while now I've been experiencing problems with HTTPS requests, using the HTTP action in Visual Build Pro 9 (using the latest v9.7 from January 10, 2019).
See a minimal example .bld here:...
|
Forum: [VBP] General Discussion
01-17-2015, 08:18 AM
|
Replies: 1
Views: 47,269
Browse for file or folder popup?
I can do regular messagebox popups or input dialogs through a simple VBScript call, i.e. MsgBox or InputBox.
Is there also a way to let my VBP project popup a 'Select File' or 'Select Folder'...
|
Forum: [VBP] General Discussion
10-07-2013, 07:07 AM
|
Replies: 2
Views: 17,379
|
Forum: [VBP] General Discussion
10-07-2013, 05:07 AM
|
Replies: 2
Views: 17,379
Process folders rather than files?
The Process Files step can be used to process a bunch of files within some folder.
Can I somehow also use this step to process a bunch of folders within some folder?
E.g. if I have the following...
|
Forum: [VBP] Third Party Tools
04-12-2012, 03:17 AM
|
Replies: 1
Views: 16,490
|
Forum: [VBP] General Discussion
02-16-2012, 05:53 AM
|
Replies: 2
Views: 15,409
|
Forum: [VBP] General Discussion
02-15-2012, 10:51 AM
|
Replies: 2
Views: 15,409
Reading registry key on Win7 x64
I'm reading some string from the registry like this:
%REG_READ("HKEY_LOCAL_MACHINE\SOFTWARE\Manufacturer\ProgramName\InstallPath")%
I'm actually using Windows 7 64-bit. This particular program...
|
Forum: [VBP] User Tips, Tricks and Samples
12-14-2011, 06:32 PM
|
Replies: 2
Views: 56,770
|
Forum: [VBP] User Tips, Tricks and Samples
12-14-2011, 11:44 AM
|
Replies: 2
Views: 56,770
Regular expression in conditional build rule?
You can put conditional rules on build steps by selecting 'Build only if macro or expression...' and then there's options like 'is true', 'contains (x)', 'is not equal to (y)' etc.
It would be...
|
Forum: [VBP] General Discussion
10-06-2011, 10:13 AM
|
Replies: 1
Views: 43,021
|
Forum: [VBP] General Discussion
09-20-2011, 07:55 PM
|
Replies: 2
Views: 46,864
|
Forum: [VBP] General Discussion
09-20-2011, 06:12 PM
|
Replies: 4
Views: 53,586
Yep it's v6.0.6030.1651 over here.
But I...
Yep it's v6.0.6030.1651 over here.
But I think I found it: I copy pasted the step from your project and I noticed the first property is:
Whereas the Encoding type happened to be '0' in my...
|
Forum: [VBP] General Discussion
09-20-2011, 03:22 PM
|
Replies: 2
Views: 42,953
|
Forum: [VBP] General Discussion
09-20-2011, 03:22 PM
|
Replies: 4
Views: 53,586
|
Forum: [VBP] General Discussion
09-20-2011, 09:53 AM
|
Replies: 2
Views: 42,953
|
Forum: [VBP] General Discussion
09-20-2011, 06:56 AM
|
Replies: 4
Views: 53,586
Can't get HTTP step to send POST data?
I'm having difficulties with the HTTP step. No matter what I try, I can't get it to send any POST parameters.
I've attached a minimal example that does 2 Post requests to a test script, one with...
|
Forum: [VBP] Suggestions
04-03-2011, 01:51 AM
|
Replies: 3
Views: 36,505
|
Forum: [VBP] General Discussion
11-12-2009, 01:34 PM
|
Replies: 2
Views: 16,654
|
Forum: [VBP] General Discussion
11-12-2009, 12:51 PM
|
Replies: 2
Views: 16,654
|
Forum: [VBP] General Discussion
09-28-2009, 10:26 AM
|
Replies: 5
Views: 23,153
|
Forum: [VBP] General Discussion
09-28-2009, 09:46 AM
|
Replies: 5
Views: 23,153
Hmm strange, I just updated to 7.2 and tried...
Hmm strange, I just updated to 7.2 and tried again, but still no go :(
Actually, I tried downloading a link that doesn't require a username/password (see example2.bld in attachment), i.e. just a...
|
Forum: [VBP] General Discussion
09-28-2009, 08:45 AM
|
Replies: 5
Views: 23,153
Downloading http url with username & password?
I need to download a HTTP url, and the server requires a username and password. However it does not offer https access, only http, so the 'Security' tab of the HTTP action is set to 'None'. (I'm...
|
Forum: [VBP] General Discussion
06-30-2009, 09:03 AM
|
Replies: 1
Views: 13,326
Visual Build Pro 7 making random connections?
Since I'm using Visual Build Pro 7, I noticed it sometimes tries to connect to "crl.comodoca.com" when starting a build. I've never seen this with version 6.
I dunno why it's doing this, or...
|
Forum: [VBP] General Discussion
04-11-2009, 08:30 AM
|
Replies: 3
Views: 13,129
Thanks. I also noticed that downloading a file...
Thanks. I also noticed that downloading a file this way (in my case a 100MB database backup) takes considerably longer than when downloading the same URL with a browser.
Is this a known issue?...
|
Forum: [VBP] General Discussion
04-11-2009, 06:36 AM
|
Replies: 3
Views: 13,129
https download with HTTP step?
I want to download a https://... url with the HTTP step. What security protocol should I choose? I assume SSL, but just wanna make sure.
(using VBP 7.1 btw)
|