Results 1 to 5 of 5

Thread: Installing as a limited account user (non-admin) on XP

  1. #1

    Default Installing as a limited account user (non-admin) on XP

    Hi all,

    After redoing my DMC installer and updater to better comply to Windows
    limited accounts users (non-admin rights), I again this morning found out
    (again my fault as I had NOT tested installing as a limited user) that it
    did not work properly

    When installing as admin all was perfect and a limited users could use the
    tool

    So I went digging in help files and exploring the SB planet .....and found
    that relying only on generator 'requireAdministrator' is not enough under XP
    (it is under Vista)

    One also needs to go to Requirements and check the Require Administror
    checkbox there and now all is perfect

    When a non admin XP user tries installing DMC he gets a message asking him
    to call Bill gates (or Friedrich with personal portable cell phone number)

    <bg>

    I think this is important for all to know and take care off

    The rules for a good installer - updater it seems (F.L. pls correct me if
    wrong) are :

    generator Require Administrator
    requirements check require Adůinistaor rights
    ALWAYS ONLY write to reg HKLM
    ALWAYS ADD 'generic all' in access rights to the COMMON_DOCUMENTS path were
    you install your DATA
    (I use a variable to let user change so I added a second path dialog and
    store value in %INSTALL_DATA_PATH% then I "play" with this depending on new
    or old install)

    Then from your app READ from HKLM and write to HKCU (actally I duplicate
    keys now and am safe like this) at app startup global embeds

    Also remember that updater requires admin rights

    Also remember to forget about RUN('xxxx') and to replace with a good
    Shellexecute command (I use the File Explorer one fe_ShellExecute)

    .......

    What a wonderfull world we live in

    MERCI Friedrich for all the extended help during those pasts days to get all
    correct - really really appreciated as otherwise i'd still wandering in
    no-install land and wondering why users did not buy as much as they should
    - your check is in the post Friedrich btw ....



    --

    Thank you - Merci

    Cordialement - Best Regards
    Jean-Pierre GUTSATZ

    DMC - Data Management Center - A tool to let you Migrate Import Export
    Transfer all your Data very easily
    www.dmc-fr.com
    Certified by Microsoft : "Works with Vista" & "Works with Windows Server
    2008"

  2. #2

    Default Re: Installing as a limited account user (non-admin) on XP

    Attached is a demo script grouping all this and allowing you to use as a
    base one - sorry as it ceretainley is not as well done as it could but all
    is there

    www.lindersoft.com/projects/demo_app_setup.zip

    --

    Thank you - Merci

    Cordialement - Best Regards
    Jean-Pierre GUTSATZ

    DMC - Data Management Center - A tool to let you Migrate Import Export
    Transfer all your Data very easily
    www.dmc-fr.com
    Certified by Microsoft : "Works with Vista" & "Works with Windows Server
    2008"

  3. #3

    Default Re: Installing as a limited account user (non-admin) on XP

    Hi JP,

    > generator Require Administrator

    What does this mean?

    --
    Phil Carroll
    http://www.enablingsimplicity.com

  4. #4

    Default Re: Installing as a limited account user (non-admin) on XP

    Never mind -- I see it.

    Phil Carroll

  5. #5

    Default Re: Installing as a limited account user (non-admin) on XP

    <bg>

    let me know if you need help Phill ....
    btw I solved my UU pb .... do not use al old zip containing multiproj mods
    ..... and all is perfect as always
    --

    Thank you - Merci

    Cordialement - Best Regards
    Jean-Pierre GUTSATZ

    DMC - Data Management Center - A tool to let you Migrate Import Export
    Transfer all your Data very easily
    www.dmc-fr.com
    Certified by Microsoft : "Works with Vista" & "Works with Windows Server
    2008"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •