Search:

Type: Posts; User: David Webber

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,037

    Re: Compilation Error on code signing.

    Got it. Thinking further, I realised I hadn't made any changes, so it must be something external, and the time stamp was my immediate suspect.

    I've been using the SetupBuilder 10 drop-down option...
  2. Replies
    4
    Views
    2,037

    Compilation Error on code signing.

    All of a sudden I'm getting Error 2 on the code-signing step in SetupBuilder 10.

    I renewed the code-signing certificate some months ago, and it has been working fine since then, but now,...
  3. Replies
    3
    Views
    3,443

    Re: Code sign failure

    Please ignore previous question - just me being slow: I've found them on the drop-down.

    The one I was using ("http://timestamp.verisign.com/scripts/timstamp.dll") still failed today, but I...
  4. Replies
    3
    Views
    3,443

    Re: Code sign failure

    Thanks Friedrich,

    I actually wondered about that. I'm not in an enormous hurry but, if it persists, how do I find out what the alternatives are?

    Dave
  5. Replies
    3
    Views
    3,443

    Code sign failure

    I use my SetupBuilder script year in year out, but today it has suddenly failed at the final codesign stage with

    Compiler error GEN1053 Code signing process failed. Error code:1

    Can anyone...
  6. Replies
    3
    Views
    3,547

    Re: GEN1077 after upgrading to sb10

    Now I'm seriously embarrassed. :-(

    [My own copy of SetupBuilder was v7 until I upgraded to 10 on Sunday, but I work part time for the (UK government) Health and Safety Laboratory, and I...
  7. Replies
    3
    Views
    3,547

    GEN1077 after upgrading to sb10

    Trying to compile my previously working .sb7 files after upgrading this week to sb10.

    1. Lots of errors told me to use ScriptStructureValidation. Not sure why, but it I did so, and they went...
  8. Setting a registry key in SetupBuilder 8

    I have a script which compiles fine in SB7 but gives me 'syntax error' in SB8.

    The offending line is generated using the Registry Visualiser. I want to set the default key within
    ...
  9. Replies
    5
    Views
    5,245

    Re: Error GEN1094

    Well that wasn't too bad - I just went into McAfee and switched 'real-time scanning' off while I compiled, and Bob's my uncle - success!

    [And scanning the installation executable afterwards tells...
  10. Replies
    5
    Views
    5,245

    Re: Error GEN1094

    Thanks for an incredibly quick reply - on a Sunday too! Impressive.

    Thought I'd searched the other threads but obviously made a pig's ear of it - sorry.

    I use McAfee - not AVG or ESET - on...
  11. Replies
    5
    Views
    5,245

    Error GEN1094

    I am suddenly getting an error message compiling a script which I don't think I've changed for months.

    Towards the end, after

    Linking Loader...
    Compile Version Resource...
    Code size: 14848...
  12. Replies
    4
    Views
    5,386

    Re: Check box dialogue box

    Just to say thanks again. The custom wizard dialogue was very straightforward to implement.

    [Being used to Microsoft Visual Studio where you drag controls on to the dialogue box, it did take me...
  13. Replies
    4
    Views
    5,386

    Re: Check box dialogue box

    Yes - thanks. I thought that might be the answer, but hoped there might be a wrap around option for the standard check box dialogue.

    Just out of general interest: this page of the wizard offers...
  14. Replies
    4
    Views
    5,386

    Check box dialogue box

    I have a dialogue box with a large number of things to either select or leave unselected.

    I've been doing this with a 'check boxes dialogue' in my wizard loop, but the list has just grown to the...
  15. Thread: Dr

    by David Webber
    Replies
    2
    Views
    6,307

    Re: Dr

    Thanks Friedrich, That should help us get it sorted out!

    Dave
  16. Thread: Dr

    by David Webber
    Replies
    2
    Views
    6,307

    Dr

    A guy who is trying to use my installer is getting an error message: "SetupBuilder 7.5 Archive integrity check failed".

    Can anyone tell me what this means? What to do about it?

    Dave
  17. Replies
    3
    Views
    8,451

    Re: Don't include in uninstaller?

    That is exactly what I was looking for. Brilliant! Thanks. :) :)

    Dave
  18. Replies
    3
    Views
    8,451

    Don't include in uninstaller?

    Is there a way to suspend inclusion of commands in the uninstaller?

    To illustrate what I mean:

    User installs version N of program;
    It sets up registry entries - like document extension and...
  19. Replies
    2
    Views
    7,084

    Timed compiler message box?

    Is it possible to put up a compiler message box for a fixed short time and have it disappear without having to press anything?

    [I notice that code-signing the installer does something like this -...
  20. Replies
    1
    Views
    6,638

    Re: Last character of string?

    Dooohhh! Just found "HandleString" after posting - wasn't looking under H.

    Please ignore question!

    Dave
  21. Replies
    1
    Views
    6,638

    Last character of string?

    Is there any way to get the last character of a string stored in a variable?

    If not, could we have one in a future build?

    I can foresee two needs for this (of which my current one is the...
  22. Replies
    3
    Views
    8,033

    Re: Multilingual problems on uninstall!

    Thanks. When I asked about this (default language being the first alphabetically) for the installer, I hadn't realised that the same thing would happen for the uninstaller. You were obvioulsy...
  23. Replies
    3
    Views
    8,033

    Multilingual problems on uninstall!

    I have a choice of languages for the installer. In alphabetical order of English names, these are currently:

    Dutch, English, French, Spanish, Swedish

    I have implemented a custom dialogue to...
  24. Replies
    3
    Views
    7,736

    Re: Multilingual follow-up

    Ok. At least I know I haven't missed anything.

    I'm already using a DLL to do some tasks. I'll add a ComparePrimaryLanguage( id1, id2 ) method to it in order to do this.

    Meanwhile, could I ask...
  25. Replies
    3
    Views
    7,736

    Multilingual follow-up

    Following up your suggestion about the custom language selector, I can see how to all but one crucial thing. [I'm afraid I'm really getting to the nitty gritty here :( ]

    %CURLNG% (as I...
Results 1 to 25 of 49
Page 1 of 2 1 2