Search:

Type: Posts; User: shares

Search: Search took 0.00 seconds.

  1. Thread: Missing CSIDLs

    by shares
    Replies
    4
    Views
    8,708

    Missing CSIDLs

    I need to use CSIDL_MYMUSIC to put some sample files in C:\Documents and Settings\<user>\My Documents\My Music but this CSIDL does not appear in the Add CSIDL dialog.

    How can I have files placed...
  2. Replies
    4
    Views
    10,783

    Re: Resume after 3rd party installer reboot

    For others that might need to do this, I have found that adding the following lines before the 3rd party installer is invoked will cause the installer to resume

    Set Variable %THIS_PROGRAM% to...
  3. Replies
    4
    Views
    10,783

    Re: Resume after 3rd party installer reboot

    Thanks Friedrich, I've looked at that demo, but it's the .Net 3.5 installer (which is included in my installer) that does the rebooting. So I need a command that will cause my installer to resume...
  4. Replies
    4
    Views
    10,783

    Resume after 3rd party installer reboot

    My installer installs .Net 3.5 which prompts the user to reboot.

    How can I get my installer to resume after being rebooted by a third party installer?
  5. error: $NET_FRAMEWORK_35$ has not been previously defined

    Hi, I'm trying to detect .Net 3.5 presence:
    Set Variable %ISNETAVAILABLE% to FUNCTION:Get System Information(.NET Status) of "$NET_FRAMEWORK_35$"

    Error:
    MyInstaller.sb6(17): error GEN1007:...
  6. Replies
    1
    Views
    6,859

    $NET_FRAMEWORK_35$ not defined

    Hi, I'm trying to detect .Net 3.5 presence as described in his article.

    When I go to compile, I get the error:
    MyInstaller.sb6 (17): error GEN1007: Reference to constant $NET_FRAMEWORK_35$ has...
  7. Replies
    4
    Views
    7,773

    Re: Multi language, all I get is english

    I wouldn't want users to have to make that selection each time wupdate runs. In the mean time, I've found that adding the following line seems to do the trick.

    Is this a sound way of setting an...
  8. Replies
    4
    Views
    7,773

    Multi language, all I get is english

    In my installer (wupdate too) I specify use of English, German, and French under General Information / Languages. But when the installer runs on a French or German machine, all I ever get is English....
  9. Replies
    3
    Views
    7,190

    Intermittent blank dialog

    I wonder if anyone has seen this - it shows up intermittently without regard to OS.

    The first thing this script shows is a radio button dialog for language selection. Then comes the welcome screen...
  10. Replies
    4
    Views
    7,386

    Re: Re-branding wupdate.exe

    There doesn't seem to be a way to change the MSI-Summary/Author which is the only place I can find that read 'Lindersoft'
  11. Replies
    1
    Views
    6,768

    Language conditional install

    Hi, In a multi language install, I need the installer to install the correct documentation file based on the language of the machine.

    Is there an example script for setting up this conditional...
  12. Replies
    4
    Views
    7,386

    Re-branding wupdate.exe

    I have AVG anti virus installed, which pops up when wupdate.exe gets called. The info provided by AVG shows wupdate as a Lindersoft product, which might raise an eyebrow by some.

    I suspect other...
  13. Replies
    2
    Views
    6,500

    Writing to installed file, Vista permissions

    Hi, my installer puts a file in CSIDL_COMMON_APPDATA/Company/data - wonderful. When my program runs, I'm going to overwrite the file, but I get 'access denied' error.

    Vista lets my program create...
  14. Replies
    3
    Views
    7,123

    Re: wupdate and subsiquent updates

    Thanks, I understand a web update is an incremental update, but my question is a little different.

    I distribute v1.0. I create web update v1.1. During this process, I select the v1.0 sb project...
  15. Replies
    3
    Views
    7,123

    wupdate and subsiquent updates

    I've read the HOWTO: Add live Internet version updating to my program and that cleared up a lot for me. But one question remains:

    What if you were to do a version 3 of CoolApp. I create a new Web...
  16. Replies
    3
    Views
    10,160

    Adding date to EXENAME

    I'd like to include the compile date in the name of the installer that gets compiled. I cannot find a Date/Time macro for use in the EXENAME. How might I do this?

    Thanks
Results 1 to 16 of 16