Re: [WiX-users] group policy

2006-08-05 Thread Francis Kam
Package GUID should always be changed.  That's what the whole -- GUID-like thing is for. It's to generate the new GUID automatically for you every time.  You shouldn't need to change the product GUID (though you could). -FrancisOn 8/5/06, Standa Kunc <[EMAIL PROTECTED]> wrote: J

Re: [WiX-users] group policy

2006-08-05 Thread Standa Kunc
Just for record: After several hours of trying I have discovered that changing product GUID and package GUID helps. Next time I will read tutorial better. Now I change package GUID every build. It had side effect of orphaned shortcuts so I advertised them and it seems to be OK. I suppose this is

Re: [WiX-users] group policy

2006-08-03 Thread Bob Arnson
Please keep wix-users on the thread so everyone can participate. Standa Kunc wrote: There are no dialogs in my setups so I suppose they support silent installation. Or is there anything else needed to create silent installation? Some checklist for silent installation? If you use stan

Re: [WiX-users] group policy

2006-08-03 Thread Bob Arnson
Standa Kunc wrote: > I would like to create msi package (executable, shortcuts, file > association) and use it with Group Policy in MS Windows Server 2003. > Both server and client (MS Windows 2000) are running under Virtual PC > (this should not be problem). I just can not do it properly. > > Coul

[WiX-users] group policy

2006-08-03 Thread Standa Kunc
Hello, I would like to create msi package (executable, shortcuts, file association) and use it with Group Policy in MS Windows Server 2003. Both server and client (MS Windows 2000) are running under Virtual PC (this should not be problem). I just can not do it properly. Could someone provide me e