Re: [WiX-users] Custom Action - Install another MSI after the main msi

2012-06-23 Thread Pally Sandher
Nope. Use a Bundle to sequence your installers.

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the Virtual Environment** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 


-Original Message-
From: Kuntal Saha [mailto:kuntal41...@gmail.com] 
Sent: 23 June 2012 07:22
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Action - Install another MSI after the main msi

I want to install another MSI as a after main MSI installs but there is a
catch.
I need to put the child MSI as binary in main MSI and use Custom Action to
install it.


Please let me know is this possible and if so i am more curious to know
CustomAction statement.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Error while checking for the user rights at the selection of a radiobutton and clicking the next button

2012-06-23 Thread eddie burkowich
Hi,

I have a scenario in which i check for the user rights (whether a standard
user or admin):

i am using something like:

  Control Id=Next Type=PushButton X=236 Y=243 Width=56
Height=17 Default=yes Text=!(loc.WixUINext)
Condition Message=Message textPrivileged/Condition
Publish Property=ALLUSERS Value=1INSTALLPREFA = Every/Publish
Publish Event=NewDialog Value=MyInstallDirDlg1/Publish

However it generates as error
C:\myproject\MyInstallPrefa.wxs(25) : error CNDL0005 : The Publish element
c ontains an unexpected child element 'Condition'.

Can't i check for admin rights inside a UI in a custom dialog , kindly
help!!!.

Thanks
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-06-23 Thread Nick Ramirez
It's fantastic that with the later builds of version 3.6, we can reference
the WixNetFxExtension and then put PackageGroupRef Id=NetFx40Web/ in to
make .NET 4 a prereq. 

Chain
  PackageGroupRef Id=NetFx40Web/
  MsiPackage SourceFile=MyInstaller.msi /
/Chain

Looking at the source code for the extension, that package has the
DownloadUrl attribute but not the SourceFile attribute, so would that mean
the user needs to have an internet connection? Am I right in thinking that
having a SourceFile attribute acts as a backup if the DownloadUrl doesn't
work?

Also, is it better to reference the NetFx40Web package or the NetFx40Redist
package from the WixNetFxExtension?

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/NET-4-pre-req-in-WixNetFxExtension-tp7579058.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Harvest files id and components id like directoryname_filename.

2012-06-23 Thread Alexey Ivanov
After harvesting 1253 files, i have wxs fragment at 5163 lines.

In the project a lot of files with the same name in different directories.

Heat.exe generates is not comfortable ID, such as scheme.def.xml_22,
image.png_9 translation.qm_4.

Perhaps an option to specify a scheme of generation ID = DirectoryName_FileName?

If not ... I can try to write a thing for yourself. How to properly
load the project wix36source in visual studio 2010? There are many
errors in converting project.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users