Jump to content
DeployCentral

thosmosis

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by thosmosis

  1. Thanks for the help. I tried, and used this:

    ...

    <phase>FIRSTLOGON</phase><command>C:
    \Systemupdate506-01-15-2015.exe</command></task></tasks><phase>FIRSTLOGON</phase><command>msiexec.exe /i C:
    \logmein.msi</command></tasks></tasks></advanced_options><settings>
    But still not working...
    Does the msiexec.exe mean that I have to find the name of the .exe within the MSI? Or did I mess something else up?
  2. I have an install that runs after deployment with first login. But I want another install to happen right after that one. The single install works fine. Here's what that portion of my XML looks like.

    <phase>FIRSTLOGON</phase><command>C:\Systemupdate506-01-15-2015.exe<

    I have tried just adding it, but I must have something wrong...

    Here's what I have tried:

    <phase>FIRSTLOGON</phase><command>C:\Systemupdate506-01-15-2015.exe</phase><command>C:\logmein.msi<

    And I have also tried:

    <phase>FIRSTLOGON</phase><command>C:\Systemupdate506-01-15-2015.exe><phase>FIRSTLOGON</phase><command>C:\logmein.msi<

    Doesn't work with my untended install from USB.

    I must be missing something.

    Thanks for any and all help.

×
×
  • Create New...