Re: [WiX-users] Installation doesn't progress at all

2015-03-06 Thread Phill Hogland
Also could you please explain how to debug burn with wix pdbs(are you
mentioning .pdb file) file ? or 

The question is not really a WiX question but a question of how to use the
chosen debugger.  I'm sure there are different approaches based on the
documentation of the debugger tool which you intend to use (VS IDE, VS
Remote Debugger, WinDbg, etc), and depending on which aspect of Burn that
you want to debug (Detect behavior, install behavior, reboot cycling, etc).

One approach when debugging on a development machine where VS2013 is
installed is (which I only do for UX scenarios and not for an Install
phase):
1) When using an installed WiX Toolset, download the related debug.zip
package and extract it to some location, so that you have the tree of WiX
PDBs and scr.
2) Open a VS solution which contains your mba project and the Bundle project
(and possibly other MSI projects). 
3) In VS Tools/Options/Debugging/Symbols add a path to each of the three WiX
PDB folders, where there are pdb files, in the extracted tree. (I also have
Microsoft Symbol Servers selected.  You could add your own symbol server.)  
4) In the Properties of your mba project, enable Debug, Trace, and deselect
Optimize.  In the Debug tab set the 'Start external program' to your
bundle.exe (project output location) AND 'Enable native code debugging' 
(You may also need to go to VS Tools/Options/Debugging and make sure that
various related options like 'Enable .NET Framework source stepping' is set
to your desired choice.)  And set your mba as the 'Start-Up' project in your
solution tree.
5) Make changes, set break points, and build your mba.
6) Build your Bundle.exe, and hit F5 (if the mba is the Start-up project) or
right-click to create a Debug Instance.





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599488.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] Installation doesn't progress at all

2015-03-06 Thread Jeremiahf
No verbose logs possible? Am I wrong anyone?

J

On Thu, Mar 5, 2015 at 1:26 AM, Balaji R ji4all...@gmail.com wrote:

 Hi,

 I've installing a .msi file using managed bootstrapper application.

 Thanks,
 Balaji



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599470.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

--
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] Installation doesn't progress at all

2015-03-04 Thread Balaji R
Hi,

I've installing a .msi file using managed bootstrapper application.

Thanks,
Balaji



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599470.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] Installation doesn't progress at all

2015-03-03 Thread Sean Hall
If there's nothing in the Application event log, then you might have to get
the WiX pdbs and debug Burn.

On Mon, Mar 2, 2015 at 11:17 PM, Balaji R ji4all...@gmail.com wrote:

 Hi,

 I'm 100% sure about calling plan() action, is there no other solutions for
 this ?

 Regards,
 Balaji



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599430.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

--
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] Installation doesn't progress at all

2015-03-03 Thread Jeremiahf
What exactly are you installing?

On Tue, Mar 3, 2015 at 9:19 AM, Sean Hall r.sean.h...@gmail.com wrote:

 If there's nothing in the Application event log, then you might have to get
 the WiX pdbs and debug Burn.

 On Mon, Mar 2, 2015 at 11:17 PM, Balaji R ji4all...@gmail.com wrote:

  Hi,
 
  I'm 100% sure about calling plan() action, is there no other solutions
 for
  this ?
 
  Regards,
  Balaji
 
 
 
  --
  View this message in context:
 
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599430.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
 

 --
 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

--
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] Installation doesn't progress at all

2015-03-02 Thread Balaji R
Hi,

I'm 100% sure about calling plan() action, is there no other solutions for
this ?

Regards,
Balaji



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599430.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] Installation doesn't progress at all

2015-02-19 Thread Balaji R
Hi,

Any update on the above issue ?

Thanks,
Balaji



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599281.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installation doesn't progress at all

2015-02-19 Thread Hoover, Jacob
We don't really have enough information to do anything... Since this problem is 
only happening intermittently, it's difficult to diagnose.  Are you 100% 
certain you are calling plan? (Might want to log that from your BA to make sure 
you really are.)

-Original Message-
From: Balaji R [mailto:ji4all...@gmail.com] 
Sent: Thursday, February 19, 2015 2:47 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Installation doesn't progress at all

Hi,

Any update on the above issue ?

Thanks,
Balaji



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599281.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! 
Instantly Supercharge Your Business Reports and Dashboards with Interactivity, 
Sharing, Native Excel Exports, App Integration  more Get technology previously 
reserved for billion-dollar corporations, FREE 
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Installation doesn't progress at all

2015-02-09 Thread Balaji R
Hi,

Could anyone please suggest an idea on how to resolve the above mentioned
issue in the installation.

Thanks,
Balaji



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599169.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] Installation doesn't progress at all

2015-02-09 Thread Balaji R
Hi,

Thanks for the reply, I've already called the Plan() state in
DetectComplete() state, it is working fine. Plan state has been initiated in
DetectComplete() state.

But the problem here is, it is not always working fine, some times call to
the Plan() state doesn't working at all and the installation never
progresses. 

Should i call Plan() in some other state ? or is there any other possible
ways to overcome this problem ?

Thanks,
Balaji R



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599172.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] Installation doesn't progress at all

2015-02-09 Thread Rob Mensching
Call Plan()?

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: Balaji R [mailto:ji4all...@gmail.com] 
Sent: Monday, February 9, 2015 9:55 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Installation doesn't progress at all

Hi,

Could anyone please suggest an idea on how to resolve the above mentioned issue 
in the installation.

Thanks,
Balaji

--
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] Installation doesn't progress at all

2015-02-08 Thread Balaji R
Hi,

Sorry for the inconvenience, please get the log file from below drop box
link,

https://dl.dropboxusercontent.com/u/98349710/My_Setup_20150205073339.log

Thanks,
Balaji



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599151.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] Installation doesn't progress at all

2015-02-08 Thread Balaji R
Hi,

For your reference copying the raw log text here,



[0324:0A1C][2015-02-05T07:33:38]i001: Burn v3.8.1128.0, Windows v6.3 (Build
9600: Service Pack 0), path: C:\Users\labuser\Desktop\MySetup.exe, cmdline:
'-burn.unelevated BurnPipe.{B0777AD4-6813-466E-B90D-89E1A4BBF239}
{0392896E-474C-454F-9F6E-2BE91ADA7270} 3552'
[0324:0A1C][2015-02-05T07:33:38]i000: Initializing string variable
'PRODUCT_UNLOCKED' to value 'FALSE'
[0324:0A1C][2015-02-05T07:33:38]i000: Initializing string variable
'Platform' to value ''
[0324:0A1C][2015-02-05T07:33:39]i000: Setting string variable 'WixBundleLog'
to value 'C:\Users\labuser\AppData\Local\Temp\My_Setup_20150205073339.log'
[0324:0A1C][2015-02-05T07:33:39]i000: Setting string variable
'WixBundleOriginalSource' to value 'C:\Users\labuser\Desktop\MySetup.exe'
[0324:0A1C][2015-02-05T07:33:39]i000: Setting string variable
'WixBundleName' to value 'My Setup'
[0324:0A1C][2015-02-05T07:33:39]i000: Loading managed bootstrapper
application.
[0324:0A1C][2015-02-05T07:33:39]i000: Creating BA thread to run
asynchronously.
[0324:0E2C][2015-02-05T07:36:13]i000: Setting string variable
'PRODUCT_UNLOCKED' to value 'TRUE'
[0324:0E2C][2015-02-05T07:41:36]i000: Setting string variable 'APPDIR' to
value 'C:\Program Files\MyCompany\Product Name\1.1.0.1\'
[0324:0E2C][2015-02-05T07:41:36]i000: Setting string variable 'SAMPLEPATH'
to value 'C:\Users\labuser\AppData\Local\MyCompany\Product Name\1.1.0.1\'
[0324:0A1C][2015-02-05T07:41:36]i100: Detect begin, 1 package
[0324:0A1C][2015-02-05T07:41:36]i101: Detected package: MyPackage, state:
Absent, cached: None
[0324:0A1C][2015-02-05T07:41:36]i104: Detected package: MyPackage, feature:
product, state: Absent
[0324:0A1C][2015-02-05T07:41:36]i199: Detect complete, result: 0x0



Thanks,
Balaji



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147p7599152.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] Installation doesn't progress at all

2015-02-06 Thread Balaji R
Hi,

We are using managed bootstrapper application for our installation, at some
times installation doesn't progress at all. While checking the installation
log from %temp% folder, it seems that after DetectComplete() state nothing
progresses. After DetectComplete(), there is plan, apply and execute states.
Attached the log file here.

While debugging, we can't look into the events to see what happening. After
DetectBegin() and DetectComplete() no events were executed.
 
Note : This type of installation failure not occurs all the time. At some
time we have stuck into this. Really don't know why this type of problem is
happening. Any ideas to resolve this issue ?

Regards,
Balaji R





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-tp7599147.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] Installation doesn't progress at all

2015-02-06 Thread Nicolás Alvarez
2015-02-06 9:15 GMT-03:00 Balaji R ji4all...@gmail.com:
 We are using managed bootstrapper application for our installation, at some
 times installation doesn't progress at all. While checking the installation
 log from %temp% folder, it seems that after DetectComplete() state nothing
 progresses. After DetectComplete(), there is plan, apply and execute states.
 Attached the log file here.

Attached files don't reach the mailing list. Upload the files
somewhere and post the links.

-- 
Nicolás

--
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