While not entirely new to installers (I used Wise Installer years back) I am new to Advanced Installer since yesterday, and I don't know much about using the group policy objects to push installations. (sorry!)
I used AI to create a simple msi, that merely pushes a single file in to a specific place. The msi works perfectly when it is run manually from the network share, but we can't get it to run using group policy (when the user logs in) upon restarting up windows.
The domain admin person (I am a database person) helped me set up the group policy object that would push the msi. We tested with firefox.msi and that runs just fine, so I *assume* that she is setting up the msi install correctly since the firefox install does run.
[*]windows 7 64bit workstations (intel i7)
[*]the msi is sitting on a wide open shared folder with full access to all authenticated users/domain users
[*]even with verbose mode turned on, I don't see any logs being created in the C:\Users\[my username]\AppData\Local\Temp area (but I do when I install/uninstall the msi by calling it manually)
[*]Installation is "per user only"
[*]all users are local admins on their workstations
[*]limit to basic user interface is enabled
[*]enable verbose logging is enabled
[*]the msi's share is on a windows 2008R2 server
Is there a list of things that I could check to see if I can get this msi to run for my users, when they log in? I just can't think of what I need to change, or what I am doing wrong.
Thanks for any help you may be able to give!

-Matt G.