+ Post New Thread
Results 1 to 13 of 13
How do you do....it? Thread, msi installs in Technical; hi Wondered if this was a coincidence or a design feature. i tried assigning msi software in GPO if i ...
  1. #1

    Join Date
    Jan 2010
    Posts
    186
    Blog Entries
    2
    Thank Post
    7
    Thanked 1 Time in 1 Post
    Rep Power
    0

    msi installs

    hi

    Wondered if this was a coincidence or a design feature.

    i tried assigning msi software in GPO

    if i assigned it \\10.109.45.254\flowol\flowol.msi it didint install properly.

    but if i used \\fileserver01\flowol\flowol.msi it worked fine

    I dont know why.

    Anyone?

    ta

  2. #2

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,319
    Blog Entries
    18
    Thank Post
    414
    Thanked 558 Times in 412 Posts
    Rep Power
    165
    I seem to remember that assigning sofware via gpo requires the full UNC so that is expected behaviour.

  3. #3

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    8,923
    Thank Post
    276
    Thanked 795 Times in 715 Posts
    Rep Power
    188
    Quote Originally Posted by sparkeh View Post
    I seem to remember that assigning sofware via gpo requires the full UNC so that is expected behaviour.
    ???

    \\10.109.45.254\flowol\flowol.msi is a unc???

    Ben

  4. #4

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    8,923
    Thank Post
    276
    Thanked 795 Times in 715 Posts
    Rep Power
    188
    \\fileserver01\flowol\flowol.msi

    Is not using the FQDN either.

    Ben

  5. #5

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,319
    Blog Entries
    18
    Thank Post
    414
    Thanked 558 Times in 412 Posts
    Rep Power
    165
    Quote Originally Posted by plexer View Post
    ???

    \\10.109.45.254\flowol\flowol.msi is a unc???

    Ben
    Could be wrong but strictly speaking UNCs use hostnames ie \\servername\host not IP addresses.

    Edit: This is from wikipedia but google any definition of UNC and you get

    Uniform Naming Convention
    The Microsoft Windows UNC, short for Universal Naming Convention or Uniform Naming Convention, specifies a common syntax to describe the location of a network resource, such as a shared file, directory, or printer. The UNC syntax for Windows systems has the generic form:

    \\ComputerName\SharedFolder\Resource
    Last edited by sparkeh; 4th March 2010 at 11:20 AM.

  6. #6

    Join Date
    Jan 2010
    Posts
    186
    Blog Entries
    2
    Thank Post
    7
    Thanked 1 Time in 1 Post
    Rep Power
    0
    I agree.... but i think the goalposts have been changed.

    2.2.1.4 UNC Path

    Look at first bullet point.

  7. Thanks to duxbuz from:

    sparkeh (4th March 2010)

  8. #7

    Join Date
    Jan 2010
    Posts
    186
    Blog Entries
    2
    Thank Post
    7
    Thanked 1 Time in 1 Post
    Rep Power
    0
    It needs a new name!!!

    UNCIP

  9. #8

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,319
    Blog Entries
    18
    Thank Post
    414
    Thanked 558 Times in 412 Posts
    Rep Power
    165
    Cool
    But I am pretty certain that for software via gpo you need to use the hostname.

  10. #9

    Join Date
    Aug 2005
    Location
    London
    Posts
    3,110
    Blog Entries
    2
    Thank Post
    110
    Thanked 511 Times in 443 Posts
    Rep Power
    114
    Can't see any reason why you shouldn't be able to use the IP address! the GPSI process is going to take the UNC, look up the server name and then connect to the server by using that IP.

    I wouldn't do it like that - makes life unnecessarily difficult when you want to move to new IPs (and I wouldn't use the server name either; I'd use DFS - much, much easier when you want to replace the server!)

    What does it say in the event log? It should have logged a reason for the install fail.

  11. #10

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    3,319
    Blog Entries
    18
    Thank Post
    414
    Thanked 558 Times in 412 Posts
    Rep Power
    165
    Quote Originally Posted by srochford View Post
    Can't see any reason why you shouldn't be able to use the IP address
    To be honest I kinda agree, just passing on that the MS documentation on this says to use the hostname.
    Although do you have DNS reverse lookup working correctly? That could conceivable stop this working.

  12. #11

    Join Date
    Jan 2010
    Posts
    186
    Blog Entries
    2
    Thank Post
    7
    Thanked 1 Time in 1 Post
    Rep Power
    0
    Quote Originally Posted by sparkeh View Post
    To be honest I kinda agree, just passing on that the MS documentation on this says to use the hostname.
    Although do you have DNS reverse lookup working correctly? That could conceivable stop this working.
    I thought that. But it seems ok.

    I wouldn't do it like that - makes life unnecessarily difficult when you want to move to new IPs (and I wouldn't use the server name either; I'd use DFS - much, much easier when you want to replace the server!)
    How do i set up this DFS?

    I really like the sound of this.

    What route should i go down.

    I have freenas and i was trying to sort something like this. I also have smb shares on linux box.

    I just wonder about permissions

    Thanks

  13. #12
    ajbritton's Avatar
    Join Date
    Jul 2005
    Location
    Wandsworth
    Posts
    1,641
    Thank Post
    23
    Thanked 75 Times in 45 Posts
    Rep Power
    29
    It's just a thought, but it may be to do with Internet Explorer security settings that apply different rules to files being accessed via IP address.

    The security settings in IE are based on different zones and I would guess that any IP address would be classed as the Internet Zone and as such, direct execution of files hosted on that address (installing an MSI would count as executing it) would be blocked.

    I've seen this behaviour else, notably when doing mailmerges with data files on the network.

  14. #13

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,852
    Thank Post
    412
    Thanked 773 Times in 646 Posts
    Rep Power
    168
    Quote Originally Posted by ajbritton View Post
    It's just a thought, but it may be to do with Internet Explorer security settings that apply different rules to files being accessed via IP address.

    The security settings in IE are based on different zones and I would guess that any IP address would be classed as the Internet Zone and as such, direct execution of files hosted on that address (installing an MSI would count as executing it) would be blocked.

    I've seen this behaviour else, notably when doing mailmerges with data files on the network.
    Precisely. Long ago in a moment of stupidity, Microsoft decided that the best way to decide if an address is in the local or remote (local intranet or internet) zones was to check if it has a full stop in it. Yes: internet; no: intranet. This is why fully-qualified but otherwise internal addresses get put in the internet zone and IE refuses to trust them.

SHARE:
+ Post New Thread

Similar Threads

  1. Using same key for all installs
    By Matthew1985 in forum Office Software
    Replies: 1
    Last Post: 24th July 2009, 09:34 AM
  2. Replies: 8
    Last Post: 23rd September 2008, 03:46 PM
  3. MSI installs through AD help
    By Mr_T in forum ICT KS3 SATS Tests
    Replies: 2
    Last Post: 31st January 2007, 11:32 PM
  4. Replies: 6
    Last Post: 24th February 2006, 09:36 PM

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
  •