Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 40
Search took 0.01 seconds.
Search: Posts Made By: Rogier
Forum: [VBP] General Discussion 02-05-2020, 02:08 PM
Replies: 1
Views: 9,304
Posted By Rogier
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, 07:18 AM
Replies: 1
Views: 18,032
Posted By Rogier
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: 9,958
Posted By Rogier
Thanks a lot! ♥

Thanks a lot! ♥
Forum: [VBP] General Discussion 10-07-2013, 05:07 AM
Replies: 2
Views: 9,958
Posted By Rogier
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: 10,780
Posted By Rogier
7-zip build step: unable to locate 7-Zip executable (x86 vs x64?)

I noticed since I upgraded to VBP8, the 7-Zip build step doesn't work anymore. I get an error "Unable to locate 7-Zip executable".

Note that I'm using the 32-bit version of VBP8, and the x64...
Forum: [VBP] General Discussion 02-16-2012, 04:53 AM
Replies: 2
Views: 10,079
Posted By Rogier
Excellent, thanks! Works like charm.

Excellent, thanks! Works like charm.
Forum: [VBP] General Discussion 02-15-2012, 09:51 AM
Replies: 2
Views: 10,079
Posted By Rogier
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, 05:32 PM
Replies: 2
Views: 25,929
Posted By Rogier
Thumbs up Awesome, thanks!

Awesome, thanks!
Forum: [VBP] User Tips, Tricks and Samples 12-14-2011, 10:44 AM
Replies: 2
Views: 25,929
Posted By Rogier
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: 15,709
Posted By Rogier
Binary file containing string (or regexp) as step condition?

I want to build a step only if a file contains certain data.

For non-binary files, I can use a condition like this:



But this doesn't work for binary files, especially if they contain...
Forum: [VBP] General Discussion 09-20-2011, 07:55 PM
Replies: 2
Views: 17,265
Posted By Rogier
Can't save result from HTTP step to file when using Post?

My first issue with the HTTP step in my other topic was solved, however I'm facing another problem:

Normally you can write the result from the HTTP request to a file (or a macro, or just discard...
Forum: [VBP] General Discussion 09-20-2011, 06:12 PM
Replies: 4
Views: 20,405
Posted By Rogier
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: 15,962
Posted By Rogier
Excellent, thanks!

Excellent, thanks!
Forum: [VBP] General Discussion 09-20-2011, 03:22 PM
Replies: 4
Views: 20,405
Posted By Rogier
Thanks, I downloaded & installed todays version,...

Thanks, I downloaded & installed todays version, but I'm still getting the same issue..?
Forum: [VBP] General Discussion 09-20-2011, 09:53 AM
Replies: 2
Views: 15,962
Posted By Rogier
Replace in File: disabling vbscript parser for search / replace expressions?

I want to replace some string within file A with the contents of another file B, using the "Replace in File" step.

To do so, I've entered this as the 'replace' contents:



Problem: when file...
Forum: [VBP] General Discussion 09-20-2011, 06:56 AM
Replies: 4
Views: 20,405
Posted By Rogier
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: 20,332
Posted By Rogier
+1 Was looking for this and happened to find...

+1

Was looking for this and happened to find this old request. Would be a valuable addition!
Forum: [VBP] General Discussion 11-12-2009, 12:34 PM
Replies: 2
Views: 11,546
Posted By Rogier
Ok, thanks, will set things up like that.

Ok, thanks, will set things up like that.
Forum: [VBP] General Discussion 11-12-2009, 11:51 AM
Replies: 2
Views: 11,546
Posted By Rogier
Script expression for macros that are not always defined?

For every action, you can set a condition "build only if macro or expression ... is true/false/defined/undefined/etc."

Now, occasionally I want to build a step if some macro (let's say...
Forum: [VBP] General Discussion 09-28-2009, 10:26 AM
Replies: 5
Views: 17,152
Posted By Rogier
Oh, sorry.. *feeling stupid* Yes I did try your...

Oh, sorry.. *feeling stupid* Yes I did try your .bld now, and apparently the protocol+domain vs filename difference did the trick :)

Thanks a lot for your great service!
Forum: [VBP] General Discussion 09-28-2009, 09:46 AM
Replies: 5
Views: 17,152
Posted By Rogier
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: 17,152
Posted By Rogier
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: 8,792
Posted By Rogier
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: 8,445
Posted By Rogier
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: 8,445
Posted By Rogier
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)
Showing results 1 to 25 of 40

 

All times are GMT -5. The time now is 05:37 PM.


Copyright © 1999-2023 Kinook Software, Inc.