|
More site info...
Wise Installation Development | Forum profile
|
|
Forum profile page for Wise Installation Development on http://www.symantec.com.
This report page is the aggregated overview from a single forum: Wise Installation Development, located on the Message Board at http://www.symantec.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Wise Installation Development" on the Message Board at http://www.symantec.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Wise Installation Development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
32
|
143
|
378
|
|
Post:
|
57
|
305
|
788
|
|
|
Wise Installation Development Posting activity graph:
|
Top authors during last week:
user's latest post:
Installer comes up when calling...
Published (2009-12-15 14:32:41)
You need to look in the application event log using the event viewer, as this will report the GUID of the component(s) that require(s) repair. You have also used the file extension abc and abs in your original posting. Are you working with two file extensions, or was one of them a typo? If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
user's latest post:
Log file on modify
Published (2009-12-14 13:50:48)
Hi EdT. Thank you so much for quick reply. I run it from AutoRun.inf file, and the line inside of this file is : [autorun] open=msiexec.exe /i MyInstall.msi /L*v C:\MyInstall.log. Do you have an idea if there is a way to pass the date in here?
user's latest post:
Installer comes up when calling...
Published (2009-12-15 13:31:41)
Seems like a repair is triggered each time the entrypoint (file association) is triggered. Check the event viewer for which component that is found broken and fix it.
user's latest post:
Msiexec crashes if PageHeap is...
Published (2009-12-09 02:18:20)
Hi, please let me explain: The original problem happened on W2K8 R2. There a custom action written in WiseScript had the problem. The trace mentioned here (Action645) has been done on W2K8, but the problem happens only, if I enable PageHeap for msiexec. So it looks for me, that in this action dynamically allocated memory is overwritten. Best Regards Alfred
user's latest post:
Automate entering the Private...
Published (2009-12-10 17:30:24)
See https://www-secure.symantec.com/connect/forums/how-do-i-automate-password-prompt-digital-signature#comment-3338441
user's latest post:
Some Msg Boxes and .exe Forms...
Published (2009-12-08 13:53:15)
I don't know what happened there, SORRY, but .... I have a weird situation. We have some Custom Actions that fire .exe's stored in the install package (Execute Program from Installation in the Wise Installation Studio world). On XP, we're good in that when the .exe's launch any forms or message boxes from the .exe, they are in front of Windows Installer or Installation dialogs. During some testing on newer OSs --Win 7 and...
user's latest post:
Wise install studio 7 and 32bit...
Published (2009-12-08 14:29:21)
Okay so I just figure out it out with a little help from your comment. Our build on .net was set up for AnyCPU which by default on a 64 bit OS looks in the 64bit portion of the OS. I changed it to build as x86 and then when it runs on a 64bit, it looks in the new 32 bit registry portion. Now our app works fine. Thanks for pointing me in the right direction.
user's latest post:
Bug Found? Shortcut installed to...
Published (2009-12-08 17:43:09)
Thanks for the follow-up Ed. This is being run as an admin on XP, so no worries on the UAC prompt. There are indeed some UILevel items that we've set but I didn't see anything that made itself obvious but I will keep looking. As far as PUBLIC properties, I had a look through the UI Sequence but again, didn't see anything that popped. There's a lot to go through though so...
user's latest post:
Some Msg Boxes and .exe Forms...
Published (2009-12-10 02:55:44)
There has clearly changed something in Windows 7, because we also have an application (now I am not talking about the installation) that has a splash screen at startup. During startup (when the splash screen is visible) a dialog might be shown. In Windows XP, this dialog always was shown above the splash. In Windows 7, it is behind, and there is no way for the user to see it, without entering Alt-Tab. I will check if the problem has been...
user's latest post:
Exit installation
Published (2009-12-10 08:35:11)
You can set a property and use that property in LaunchCondition. You can also use vbscript function to call IDABORT Function ExitSetup() Const IDABORT = 3 ExitSetup=IDABORT End Function With this your script can write to the log, event viewer, or display a message to the installing user.
|
|
|
|
Latest active threads on Wise Installation Development::
Started 1 day, 11 hours ago (2009-12-15 13:31:41)
by AngelD
Seems like a repair is triggered each time the entrypoint ( file association) is triggered.
Check the event viewer for which component that is found broken and fix it.
Started 17 hours, 17 minutes ago (2009-12-16 07:14:59)
by EdT
Can I confirm that you have two separate dialogs where the user enters the path for INSTALLDIR, and the path for the single feature going to <windowsdrive> ?
What are the property names associated with each dialog, and does a verbose installation log show that the correct paths are present in each of these properties after the user has selected the paths?
In addition, are both of these...
Started 1 day, 17 hours ago (2009-12-15 07:27:47)
by EdT
If you run a verbose installation log (/L*v on msiexec command line), then you can check the value of dir1 and SEARCHRESULT at different points in the install.
You could also try explicity setting dir1 to SEARCHRESULT or INSTALLDIR in the InstallExecute sequence, using a set directory custom action.
Finally, is your feature destination dialog definitely setting INSTALLDIR and are the ...
Started 22 hours, 49 minutes ago (2009-12-16 01:43:15)
by Scot Curry
This is actually a feature of WISe Installation Studio. It was built with development in mind, so the thought was you could build the installation and as you worked on your application, it would automatically add the newer version of the file to the installation. WIS actually looks at the file version during the compile and adds that to the file table.
My guess is you are trying to ...
Started 17 hours, 25 minutes ago (2009-12-16 07:07:10)
by EdT
Same thread appears in the other Wise forum, so this one will be locked
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
Started 2 days, 10 hours ago (2009-12-14 13:43:48)
by EdT
Are you generating the logfile by specifying the log filename and path on an MSIEXEC command line, or are you just turning on all MSI logging via the registry?
If you are implementing the first option, then why not give the logfile a name which includes the date and time information in the name. Then each logfile will be given a unique name and old ones will not be overwritten.
If ...
Started 2 days, 11 hours ago (2009-12-14 13:26:54)
by EdT
Wise Installation Studio is a developer tool for creating installation packages, and therefore requires full administrator access in order to be able to access all parts of the file system and registry.
You cannot run it as a normal user with restricted permissions - and frankly I don't see why you would want to do this anyway.
If your issue has been solved, ...
Started 5 days, 8 hours ago (2009-12-11 16:21:51)
by EdT
Where is your AssignPath custom action sequenced?
If you have it in the UI sequence, then that is probably why it is not running during maintenance mode.
You should ensure that your custom action is also present in the Execute sequence - the custom action attributes include a setting that controls whether the custom action in the Execute sequence runs, if the custom action has already ...
|
|
Hot threads for last week on Wise Installation Development::
Started 1 week, 1 day ago (2009-12-08 12:48:15)
by EdT
Did you forget to type more than the subject field in your posting?
What you have written makes little sense without some additional information and examples of what you are doing.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
Started 5 days, 8 hours ago (2009-12-11 16:21:51)
by EdT
Where is your AssignPath custom action sequenced?
If you have it in the UI sequence, then that is probably why it is not running during maintenance mode.
You should ensure that your custom action is also present in the Execute sequence - the custom action attributes include a setting that controls whether the custom action in the Execute sequence runs, if the custom action has already ...
Started 1 day, 11 hours ago (2009-12-15 13:31:41)
by AngelD
Seems like a repair is triggered each time the entrypoint ( file association) is triggered.
Check the event viewer for which component that is found broken and fix it.
Started 1 week, 1 day ago (2009-12-08 05:43:55)
by EdT
The nature of the memory heap problem you are experiencing is, I believe, well outside what we can help you with in these forums. This really looks like the sort of problem that needs a WISe developer to review.
If you have a support agreement, I suggest you log a call with support and supply them with the information you have gathered.
WIS 7.3.0.250 is quite a dated release, and ...
Started 1 week ago (2009-12-09 14:03:01)
by EdT
As no one has come forward with a plan A solution for you, my plan B would be to use AutoIT to wait for the box to pop up asking for the password, and use it to enter the password automatically.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
Started 2 days, 10 hours ago (2009-12-14 13:43:48)
by EdT
Are you generating the logfile by specifying the log filename and path on an MSIEXEC command line, or are you just turning on all MSI logging via the registry?
If you are implementing the first option, then why not give the logfile a name which includes the date and time information in the name. Then each logfile will be given a unique name and old ones will not be overwritten.
If ...
Started 1 day, 17 hours ago (2009-12-15 07:27:47)
by EdT
If you run a verbose installation log (/L*v on msiexec command line), then you can check the value of dir1 and SEARCHRESULT at different points in the install.
You could also try explicity setting dir1 to SEARCHRESULT or INSTALLDIR in the InstallExecute sequence, using a set directory custom action.
Finally, is your feature destination dialog definitely setting INSTALLDIR and are the ...
Started 1 week, 6 days ago (2009-12-03 09:30:15)
by pbishop
So now after doing some more research there is a 32 bit version in the registry where it puts this stuff. So all of our apps are looking in one place and it moves them to this other place in 64bit Windows. Is there anyway I can prevent this or is it because our Wise Install is a 32 bit app and that is just how Windows 64 bit works?
Started 1 week ago (2009-12-09 15:46:25)
by AngelD
You could always remove them prior to installing the older files.
Add an entry for each file you want to remove in the RemoveFile table.
Started 1 week, 4 days ago (2009-12-05 04:46:23)
by EdT
If you are installing an application "per machine", then you should install any upgrades "per machine" also.
Is there a reason why you are not doing this?
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
|
|