Re: [WiX-users] Bootstrapper-UI: Text from Startpage overlapping with text from Modifypage

2014-05-14 Thread Jenny
Ok, i solved the problem myself.

I deleted all Visible="yes" and set the Width on -11 and it works now :)



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-UI-Text-from-Startpage-overlapping-with-text-from-Modifypage-tp7594670p7594728.html
Sent from the wix-users mailing list archive at Nabble.com.

--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper-UI: Text from Startpage overlapping with text from Modifypage

2014-05-13 Thread Jenny
darbid wrote
> Remove them all and then test.

 Thanks for your answer!
I removed them but it didn't solve my problem :/



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-UI-Text-from-Startpage-overlapping-with-text-from-Modifypage-tp7594670p7594688.html
Sent from the wix-users mailing list archive at Nabble.com.

--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper-UI: Text from Startpage overlapping with text from Modifypage

2014-05-13 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar 
basti...@careercontrol.nl.



--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper-UI: Text from Startpage overlapping with text from Modifypage

2014-05-13 Thread darbid
Had the same problem. Had to sought it out myself.  Don't know what I did but
HideWhenDisabled="yes" is a false friend.

Remove them all and then test. 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-UI-Text-from-Startpage-overlapping-with-text-from-Modifypage-tp7594670p7594686.html
Sent from the wix-users mailing list archive at Nabble.com.

--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bootstrapper-UI: Text from Startpage overlapping with text from Modifypage

2014-05-12 Thread Kiesel, Jennifer
Hello!

When I install my setup, it shows the InstallHeader and InstallMessage on the 
first page (startpage) and not on the other pages, like it should do.
But when I installed my setup and start my setup again, the modifypage appears 
with the ModifyHeader AND the InstallHeader and InstallMessage?!

I use WIX 3.8 in Visual Studio 2012.

What could be wrong?

My theme file:

http://wixtoolset.org/schemas/thmutil/2010";>
#(loc.Caption)
Segoe UI
Segoe UI
Segoe UI
Segoe UI
Segoe UI


#(loc.Title)


#(loc.HelpHeader)
#(loc.HelpText)
#(loc.HelpCloseButton)



   #(loc.InstallHeader)
   #(loc.InstallMessage)
#(loc.InstallOptionsButton)
#(loc.InstallInstallButton)
#(loc.InstallCloseButton)


#(loc.OptionsHeader)
#(loc.OptionsLocationLabel)

#(loc.OptionsBrowseButton)
#(loc.OptionsOkButton)
#(loc.OptionsCancelButton)


#(loc.ProgressHeader)
#(loc.ProgressLabel)
#(loc.OverallProgressPackageText)

#(loc.ProgressCancelButton)


#(loc.ModifyHeader)
#(loc.ModifyRepairButton)
#(loc.ModifyUninstallButton)
#(loc.ModifyCloseButton)


#(loc.SuccessHeader)
#(loc.SuccessLaunchButton)
#(loc.SuccessRestartText)
#(loc.SuccessRestartButton)
#(loc.SuccessCloseButton)
   

#(loc.FailureHeader)
#(loc.FailureHyperlinkLogText)

#(loc.FailureRestartText)
#(loc.FailureRestartButton)
#(loc.FailureCloseButton)



My localization file:

http://schemas.microsoft.com/wix/2006/localization";>
  [WixBundleName] Setup
  [WixBundleName]
  Version [WixBundleVersion]
  Are you sure you want to cancel?
  Previous version
  Setup Help
  /install | /repair | /uninstall | /layout [directory] - 
installs, repairs, uninstalls or
   creates a complete local copy of the bundle in directory. Install is the 
default.

/passive | /quiet -  displays minimal UI with no prompts or displays no UI and
   no prompts. By default UI and all prompts are displayed.

/norestart   - suppress any attempts to restart. By default UI will prompt 
before restart.
/log log.txt - logs to a specific file. By default a log file is created in 
%TEMP%.
  &Close
  [WixBundleName] license 
terms.
  I &agree to the license terms and 
conditions
  Welcome
  This Setup will install [WixBundleName] on your 
computer. Click Install to continue, Options to set the install directory or 
Close to exit.
  &Options
  &Install
  &Close
  Setup Options
  Install location:
  &Browse
  &OK
  &Cancel
  Setup Progress
  Processing:
  Initializing...
  &Cancel
  Modify [WixBundleName]
  &Repair
  &Uninstall
  &Close
  Setup of [WixBundleName] Successful!
  &Launch
  You must restart your computer before you can 
use the software.
  &Restart
  &Close
  Setup of [WixBundleName] Failed!
  One or more issues caused the setup to 
fail. Please fix the issues and then retry setup. For more information see the 
log file.
  You must restart your computer to complete 
the rollback of the software.
  &Restart
  &Close


Part of my Bootstrapper:

  


--



Infosim Germany - Singapore - North America
Friedrich-Bergius-Ring 15, 97076 Wuerzburg, Germany
Tel: +49 (0) 931 205 92 200
http://www.infosim.net

--
Infosim GmbH & Co. KG - trade register Wuerzburg HRA 5400 / CEO Dr. Stefan 
K?hler
Infosim Verwaltungs GmbH - trade register Wuerzburg HRB 8208 / CEO Dr. Stefan 
K?hler

Check out the new StableNet(R) release 6.7.0!
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users