User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 25 of 25

Thread: Retrieve machine GUID?

  1. #21
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Guys, I'm really excited to dig into all of these great suggestions this weekend. All of this advice is very, very appreciated.

    Taking the registry approach, is the UUID in the same spot for all Windows versions? If not, is there a better solution?

    As for the wmic approach, I learned quite a bit from exploring that option. Command line is something I'm woefully undereducated in.

  2. #22
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Danny View Post
    If you don't want your user to elevate administrative rights after they have installed it, then I highly recommend you do the checks post-install by launching an executable that does require elevated rights but because the installer had elevated rights, it won't require your end-user to elevate again thus rendering it already 'administrative' and you can then quickly gather an ID from the registry and write that out to a file what you can use for your app launches.

    Additionally, you can use any of the hardware IDs present for uniqueness, all the hardware IDs are stored in the registry. I can't think off the top of my head right now but I know they are there, I used them a few times in various different projects for generating super-unique strings.
    You mention using any of the hardware ID's for uniqueness. Is there any reason one is better than the others? I'm assuming UUID is best since it's difficult to spoof and won't be duplicated across many machines in a similar location, such as a computer lab, for example.

  3. #23
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    The example attached with the wmi extension retrieves the uuid if you wanted to check that out.

  4. #24
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by danworth View Post
    The example attached with the wmi extension retrieves the uuid if you wanted to check that out.
    Just now had a chance to look at this. Seems perfect!! Thanks for putting it together. Are there any considerations to be had, such as user privileges or anything? Is there a way for this to also return the GUID, since I think the UUID can be changed?

  5. #25
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Between Danworth's wmi extension and learning that the Registry2 object needs to be manually updated from the bugbox thread Advaith posted, there are now solutions to retrieve both the UUID and GUID. Very useful stuff people! I'm glad this thread came together.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Extension guid.mfx
    By paullab in forum Fusion 2.5
    Replies: 1
    Last Post: 24th August 2014, 09:05 PM
  2. MMF 1.5 Pro Will Not Run On New Win 7 Machine
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 12th June 2011, 09:00 PM
  3. What will the "new GUID" be called?
    By ClickerGuy in forum Extension Development
    Replies: 7
    Last Post: 26th October 2007, 09:18 PM
  4. GUID request
    By DJFuego in forum Extension Development
    Replies: 31
    Last Post: 18th September 2007, 11:52 PM

Posting Permissions

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