Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2015-03-20 Thread psimms
sorry to bring up an old post

I have this working using 3.10 - a checkbox on the modify screen allowing a
value to be passed to the MSI

This is great, but my only issue now is that the checkbox screen is
available for both a repair and uninstall, I would only like it available
for an uninstall only.  I understand there is only one modify page so
putting a checkbox on that page is going to be visible for both, but I am
trying to figure out if I have any options here to not allow this option, I
have it in the MSI itself that it will never happen on a repair even if that
is ticked anyway however would prefer to somehow say grey out the repair
button when the checkbox is ticked or prevent that checkbox on a repair.

The standard bootstrappers are great but seem to have some limitations

appreciate any thoughts on this, thank you



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bootstrap-a-single-MSI-not-showing-BA-UI-at-all-tp6926187p7599641.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [SPAM] Error LGHT0094: Unresolved reference to symbol 'WixBootstrapperApplication:ManagedBootstrapperApplicationHost' in section 'Bundle:MyApp Bootstrapper'

2015-03-04 Thread psimms
Hi Neil,

I seem to be getting the same error - 

Unresolved reference to symbol
'WixBootstrapperApplication:WixExtendedBootstrapperApplication.RtfLicense'
in section 'Bundle:Burn'

However I only have reference to WixBalExtension not WixBalExtensionExt
- am I suppose to reference WixBalExtensionExt instead?  It compiles when
I reference WixBalExtensionExt



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-LGHT0094-Unresolved-reference-to-symbol-WixBootstrapperApplication-ManagedBootstrapperApplicat-tp7589205p7599457.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ServiceControl Component - Uninstall condition

2015-02-02 Thread psimms
Hi all,

I have an installer which is dependent on the main product being installed
and its services in place, so that when it is installed / uninstalled it can
stop and start the services.

However if the main product is uninstalled and thus the services removed,
the installer cannot be uninstalled because the services are no longer
there, if the installer is being uninstalled with the product in place it
needs to stop and start the services as well.  Is it possible for a
condition to be in place to only run the service control component if the
services are in place, I have been experimenting with conditions and using
Transitive=yes but it always runs when trying to uninstall with the main
product uninstalled.  I could write a custom action to do all this logic for
me but I would prefer if possible to stick to wix to do this.

Is there anything in wix that could help me with this?

Component Id=Control_Service
   Guid={GUID_HERE}
   Directory=INSTALLDIR
CreateFolder/
ServiceControl Id=Service
Name=Service_Name
Start=both
Stop=both
Wait=yes/
  ConditionPRODUCT_FOUNDlt;gt;/Condition
/Component



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ServiceControl-Component-Uninstall-condition-tp7599109.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installer ignores InstallDir directory change

2014-09-02 Thread psimms
I was having the same issue - and this worked for me

thank you!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installer-ignores-InstallDir-directory-change-tp6677782p7596631.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2014-08-18 Thread psimms
its an issue where I am using burn to bundle my msi and payload files
together and my msi has a checkbox option when a uninstall is triggered and
if the checkbox is ticked sends a variable to the msi during uninstall to
drop databases, however I am not sure this is possible with the standard or
even extended Burn UI, would I have to either create a custom BA or use BA
functions to allow a checkbox to trigger a variable on uninstall using burn?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bootstrap-a-single-MSI-not-showing-BA-UI-at-all-tp6926187p7596406.html
Sent from the wix-users mailing list archive at Nabble.com.

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2014-08-15 Thread psimms
has there been any update since this post, is it possible to use burn with no
UI?

I would like to be able to repair and uninstall using the MSI UI instead of
the burn UI



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bootstrap-a-single-MSI-not-showing-BA-UI-at-all-tp6926187p7596378.html
Sent from the wix-users mailing list archive at Nabble.com.

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Wix Burn UI - Pass variable to msi on repair and uninstall

2014-08-12 Thread psimms
ok so I can achieve this by using a BAFunctions.dll, which I believe is in
C++?  is there any documentation on how to setup BAFunctions.dll for my
HyperlinkTheme or would it be better to create my own managed ba?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-UI-Pass-variable-to-msi-on-repair-and-uninstall-tp7596298p7596320.html
Sent from the wix-users mailing list archive at Nabble.com.

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Wix Burn UI - Pass variable to msi on repair and uninstall

2014-08-11 Thread psimms
Hi all,

I am creating a burn project that will check for .net verison, install if
necessary then will run a msi with payload files dependencies.  I have it
all working however I need to be able to pass a variable to the msi on
repair and uninstall as the msi is dependent on doing the repair / uninstall
action on this variable.

Is it possible for the UI to pass a property value to the msi on clicking
the repair and uninstall button?

I am using the HyperlinkTheme UI theme and I can't seem to see any options
for this within the theme file

Could someone please help me or point me in the right direction of how I
could achieve this?

thank you



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-UI-Pass-variable-to-msi-on-repair-and-uninstall-tp7596298.html
Sent from the wix-users mailing list archive at Nabble.com.

--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn/bundle EXE - setting property?

2014-08-05 Thread psimms
Hi Sean,

Thank you, that fixed the dummy app, however I had tried that in my actual
bundle but it did help me to figure out what was wrong, it was a problem
with the registry search / key and it was breaking the variable, apologies
all for this, and thank you very much for helping me resolve this issue!



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bundle-EXE-setting-property-tp7595178p7596224.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn/bundle EXE - setting property?

2014-08-04 Thread psimms
Hi Phil,

Thank you for getting back to me,

Yes I have tried doing a registry search then calling that variable within
the InstallCommand for exepackage however it doesn't seem to be able to read
it in that way, even though in the logs I do see the variable being declared
but when the installcommand is executed it is blank where the variable was
suppose to be.

If I hard code a variable it will accept that and works (variable to the
registry search does not work).

Seems a bit of overkill to do a custom action just to set a variable however
I will investigate it.  I am completely new to burn and never done a burn
custom action.  Is it the same process as a standard custom action?

Reg search:-
 util:RegistrySearch Root =HKLM Id=regInstallLocation_64
Key=Key\Setup Value=InstallLocation Result=value
Variable=[INSTALLDIR] Win64=yes /

Installcommand:-
  InstallCommand =/S /D=[INSTALLDIR] 

Variable hard coded:-
   Variable Name=INSTALLDIR Type=string Value=C:\Program Files
(x86)\Install /



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bundle-EXE-setting-property-tp7595178p7596200.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn/bundle EXE - setting property?

2014-08-04 Thread psimms
I created a dummy basic installer with the same logic that has the issue,
code below and the log file attached.

See the installcommand below were the /D=[SDK_DIR] should install the
SDK.exe to that location as determined in the registry search.  In line 6 of
the log it declares the SDK_DIR variable however in line 36 of the attached
log it is blank where the variable is supposed to be used.

Am I missing something here?

InstallCommand =/SUPERS /D=[SDK_DIR]


Integration_20140804153643.log
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7596206/Integration_20140804153643.log
  



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bundle-EXE-setting-property-tp7595178p7596206.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn/bundle EXE - setting property?

2014-08-01 Thread psimms
Hi Phil, 

I am trying to set a variable from a registry key within burn to be used in
a exepackage but can't seem to be able to do it, will what you mentioned
work for me?  and if possible could you explain exactly on how to do that? 

thank you




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bundle-EXE-setting-property-tp7595178p7596174.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users