[WiX-users] Overwrite a file with a higher Version

2015-05-21 Thread RonnyS
Hi I need to overwrite a file with a higher version with a lower Version.

I searching and found the folowing solution but it don`t work fine.
The old fie is not deleted and the new not installed.


  
 
  
  


I get no Errors in the logs.

Has anyone a Idea for this Problem?
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Util CloseApplication PromtToContinue without Ignore

2015-05-19 Thread RonnyS
Hello I like to use the Util CloseApplication PromtToContinue to check
whether the Internet Explorer is still open.
But i don`t like the Ignore Button on this Dialog. The using of this Button
makes me problems.

How can i remove the Button or how can i cancel the installation if the
Ignore Button is using?
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to catch the error and cancel installation

2015-04-23 Thread RonnyS
Hello I have a problem with a Installation that do deinstall a old version
of the programm and install the new one.

The old installation checks if Internet Explorer is opened and show a
Dialog to close it.
If you select Yes, the Internet Explorer is closed and the old installation
will be uninstalled. After uninstall the old the new installed will be
installed.

If you select No, the removal of the old installation is aborted but the
new installation is running. At the end of the program is then installed
twice.

In the logs I see the following error:

MSI (s) (20:C8) [10:20:45:099]: Doing action: INSTALL
Aktion gestartet um 10:20:45: INSTALL.
MSI (s) (20:C8) [10:20:45:099]: Running ExecuteSequence
MSI (s) (20:C8) [10:20:45:099]: Doing action: DLLWrapStartup
MSI (s) (20:C8) [10:20:45:099]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
`Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction`
WHERE `Action` = 'DLLWrapStartup'
MSI (s) (20:24) [10:20:45:099]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI1029.tmp, Entrypoint: DLLWrapStartup
MSI (s) (20:F0) [10:20:45:099]: Generating random cookie.
MSI (s) (20:F0) [10:20:45:099]: Created Custom Action Server with PID 3012
(0xBC4).
MSI (s) (20:6C) [10:20:45:115]: Running as a service.
MSI (s) (20:6C) [10:20:45:115]: Hello, I'm your 32bit Impersonated custom
action server.
Aktion gestartet um 10:20:45: DLLWrapStartup.
MSI (s) (20:C8) [10:20:45:162]: Doing action: Inst_MakeSetupFromResource
Aktion beendet um 10:20:45: DLLWrapStartup. Rückgabewert 1.
MSI (s) (20:C8) [10:20:45:162]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
`Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction`
WHERE `Action` = 'Inst_MakeSetupFromResource'
MSI (s) (20:D8) [10:20:45:177]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI1068.tmp, Entrypoint: DLL2
Aktion gestartet um 10:20:45: Inst_MakeSetupFromResource.
MSI (s) (20:C8) [10:20:45:193]: Doing action:
Inst_CheckAllRunningApplications
Aktion beendet um 10:20:45: Inst_MakeSetupFromResource. Rückgabewert 1.
MSI (s) (20:C8) [10:20:45:193]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
`Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction`
WHERE `Action` = 'Inst_CheckAllRunningApplications'
MSI (s) (20:F8) [10:20:45:193]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI1089.tmp, Entrypoint: CheckAllRunningApplicationsMSI
Aktion gestartet um 10:20:45: Inst_CheckAllRunningApplications.

CustomAction Inst_CheckAllRunningApplications returned actual error code
259 (note this may not be 100% accurate if translation happened inside
sandbox)

Aktion beendet um 10:20:47: Inst_CheckAllRunningApplications. Rückgabewert
5.


How can I catch the error in the new installation and cancel the uninstall
of the old and the installation of the new.

Hope you can help me, thanks
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bootstrapper Show conditional message box or String without cancel Installation

2015-03-05 Thread RonnyS
Hello,

is there some way to show in the boostrapper a message box or string in UI
due to some condition but *continue* installation?

At the moment i have this:


>
> VersionNT > v5.1
>
> 
>
but it terminates the Installation if an user have Windows XP.

I need to show a MessageBox at start the Bootstrapper if user has WinXP or
a conditional String in HyperlinkTheme.xml without cancel the installation.




#(loc.InstallWelcomeMsg)http://stackoverflow.com/questions/8239188/wix-show-conditional-message-box-without-cancel
.
But the sample works at me only in the msi not in the bootstrapper.

I hope someone has an idea.
--
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