Re: [WiX-users] Require admin rights to msp

2013-06-27 Thread chintala srinivas
0 > > > > Subject: Re: [WiX-users] Require admin rights to msp > > > > > > > > Digitally sign the original MSI, include the public cert in the > > > MsiPatchCertificate table, and then sign the MSP with the same > certificate. > > > > > > &g

Re: [WiX-users] Require admin rights to msp

2013-06-25 Thread chintala srinivas
> > > > > And in the wixproj, > > > > > > http://timestamp.digicert.com /a "%(SignCabs.FullPath)"" /> > > > > > > > > http://timestamp.digicert.com /a > "%(SignMsi.FullPath)"" /> &

[WiX-users] Require admin rights to msp

2013-06-25 Thread chintala srinivas
Hi, I have a patch(.msp) file which will works fine only if it runs from administrative command prompt on UAC on machine. Can anyone please let me know how to give admin privileges to .msp. Regards, Srinivas. -- This SF.n

[WiX-users] XML File Changes in WIX

2013-06-17 Thread chintala srinivas
Hi, I am converting my projects from IS to WIX. When I dark the '.msi' the XML File Changes data was converted into and it was not working as expected. And when I see the msi from ORCA the ISXML File table also not coming . Can anyone please let me know how to add XML File Changes to wix in a si

[WiX-users] Is it possible to create CDImage having both “.cab” and “folder structure”

2013-03-21 Thread chintala srinivas
Hi Wix-Users, My requirement is create a CDImage having source files packed in both cab and folder structure I followed the below steps In Package table: Compressed=yes In Media table:Id=1 Cabinet and Id=2 Layout=Program Files\Common Files\System By this I able to create folder struct

[WiX-users] Is it possible to create CDImage having both “.cab” and “folder structure”

2013-03-21 Thread chintala srinivas
Hi Wix-Users, My requirement is create a CDImage having source files packed in both cab and folder structure I followed the below steps In Package table: Compressed=yes In Media table:Id=1 Cabinet and Id=2 Layout=Program Files\Common Files\System By this I able to create folder struct

Re: [WiX-users] C++ custom actions

2013-03-05 Thread chintala srinivas
{ > if (session == null) > { > throw new ArgumentNullException("session"); > } > > sessionProperty = isCustomActionData ? > session.CustomActionData[propertyName] : session[propertyName]; >

[WiX-users] C++ custom actions

2013-03-05 Thread chintala srinivas
Hi, I am very new to th C++ customaction. Can any one help me on how to write C++ custom action for finding disk(D:\) is avilable or not. If not then assign c:\ to the property. Regards, Srinivas. -- Everyone hates slow w