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 the correct way of advertising. Am I right?

Thank you.

S. Kunc

On 04/08/06, Bob Arnson [EMAIL PROTECTED] wrote:

  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 standard Windows Installer actions, you get silent-install
 support for free. If you use custom actions, you have to ensure you code
 them correctly to work with different UI levels.



 Feature Id='MyFeature' Title='My 1st Feature' Level='1'
  AllowAdvertise='yes' TypicalDefault='advertise'
  I'm not a Group Policy expert, so I'm not sure what's wrong, but my first
 guess would be that you're assigning an advertised feature. The product is
 present but without something to engage the advertisement, no features are
 actually installed.

  --
 sig://boB
 http://bobs.org


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 example wxs file? I do not know what I am doing wrong.

Thanks
S. Kunc

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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.

 Could someone provide me example wxs file? I do not know what I am doing 
 wrong.
   
What problems are you having? Have you seen the doc and tutorial link at 
http://wix.sourceforge.net/? Group policy and SMS just need MSI packages 
that support silent installation.

-- 
sig://boB
http://bobs.org


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 standard Windows Installer actions, you get silent-install
support for free. If you use custom actions, you have to ensure you
code them correctly to work with different UI levels.

Feature Id='MyFeature' Title='My 1st
Feature' Level='1'
  
AllowAdvertise='yes' TypicalDefault='advertise'

I'm not a Group Policy expert, so I'm not sure what's wrong, but my
first guess would be that you're assigning an advertised feature. The
product is present but without something to engage the advertisement,
no features are actually installed. 

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users