Dec 05, 2013
08:04 AM
Hi All, I have installed my application on windows 2008 and i set the installation log to "/l*v %temp%\Install.log". In the same log file i append some more installation information by using the below custom action and append was successful //Put the message box to see the value temp value MessageBox(FOLDER_TEMP,INFORMATION); // value is "C:\Users\ADMINI~1\AppData\Local\Temp\2" WriteLine(nvFileHandle,svMessage); But when i want to append the uninstallation information in the same log by using the same custom action at the time of uninstallation,it failed to append. Because the FOLDER_TEMP value i am getting at the time of uninstallation is "C:\Users\ADMINI~1\AppData\Local\Temp" but my current log file location is "C:\Users\ADMINI~1\AppData\Local\Temp\2\install.log" Anybody please suggest me the way to resolve this issue where i can append my log information at the time of installation and uninstallation. -Amit
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Dec 05, 2013
07:13 AM
yes i agree. thanks johnson
... View more
Dec 05, 2013
07:11 AM
Sorry for late response 😞 Now its working 🙂 There was some typo error with my upgrade code. So it was failing. -Amit
... View more
Nov 28, 2013
11:49 AM
Hi All, I created an upgrade setup where i changed package code, product code and product version also i added upgrade support from any earlier version and set the option as uninstall the previous version before installation. Anybody please suggest if i missed some configuration for which the setup unable to do the upgrade. --Amit
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Sep 30, 2013
01:06 AM
You can also use the inbuilt function "MsiGetProductInfo()" with the proper arguments. --Amit
... View more
Sep 30, 2013
01:03 AM
Hi All, I am creating a basic msi project, can i replace all the default setup icon with my customize icon in all the place --Amit
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Aug 14, 2013
07:23 AM
I want to create a basic msi project which should run only on X86 (Not on X64). For this i am only changing the Template summary property value. Would anybody please tell me the Template summary property value ? --Amit
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Aug 14, 2013
06:56 AM
Try with this operator ">>" while calling the 3rd party tool 3rdpartyExecutable 3rdpartyExecutable.log >> yourinstallation_logfile.log NOTE: Use appropriate attribute for logging
... View more
Aug 08, 2013
08:29 AM
Have a look http://blogs.flexerasoftware.com/installtalk/2011/01/building-32-bit-and-64-bit-installations-from-the-same-installshield-project.html
... View more
Aug 08, 2013
08:15 AM
Hi, As per the requirement i am going to create a new basic msi setup which will upgrade a install script msi project. My question is can i create a basic msi major upgrade from a install script msi project. if possible please share ur thoughts. 🙂 --Amit
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Mar 12, 2013
01:34 AM
Hi All, After installing a install script project the size of the application is not comming in control panel. Quick response will be Appricated. Thanks, Amit
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Jan 28, 2013
11:30 PM
Yes, I am not able to answer all the given question Anybody has inputs on the same...
... View more
Jan 28, 2013
01:10 AM
Please give ur inputs for the below qs... • How can you generate a log file for uninstallation? • How can you tell why MSI is starting self-repair? • When would you use an immediate-mode custom action? Deferred? • How do you get the effects of a custom action to be removed when the program is removed? How about rollback? • How can you tell if an installation is running in silent mode? Is uninstalling? Is an administrative installation? • What are some ways you can change ProductVersion in a project file? • Why use COM extraction instead of self-registration?
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Jan 28, 2013
12:44 AM
so it seems the .dll files are being used by other process. Before doing the patch make sure that the .dll files are not used by other process. you can use process explorer to check.If found then use the custom action to kill the process.
... View more
Jan 17, 2013
04:47 AM
It seems the new banner over riding the default banner with the text. Can you please try the following after loading the banner page CtrlSetText ( szDialogName, nControlID, szText ); It helps to write the static text on the required ControlID.
... View more
Latest posts by AmitRout
Subject | Views | Posted |
---|---|---|
1303 | Dec 05, 2013 08:04 AM | |
902 | Dec 05, 2013 07:13 AM | |
1184 | Dec 05, 2013 07:11 AM | |
2172 | Nov 28, 2013 11:49 AM | |
1308 | Sep 30, 2013 01:06 AM | |
1778 | Sep 30, 2013 01:03 AM | |
3544 | Aug 14, 2013 07:23 AM | |
601 | Aug 14, 2013 06:56 AM | |
1583 | Aug 08, 2013 08:29 AM | |
1565 | Aug 08, 2013 08:15 AM |
Activity Feed
- Posted Getting two contradictory values for the property "FOLDER_TEMP" on InstallShield Forum. Dec 05, 2013 08:04 AM
- Posted Re: Replacing of default setup icon in basic msi project on InstallShield Forum. Dec 05, 2013 07:13 AM
- Posted Re: Major upgrade not working on InstallShield Forum. Dec 05, 2013 07:11 AM
- Posted Major upgrade not working on InstallShield Forum. Nov 28, 2013 11:49 AM
- Posted Re: BasicMSI: How to find out if a specific application is already installed? on InstallShield Forum. Sep 30, 2013 01:06 AM
- Posted Replacing of default setup icon in basic msi project on InstallShield Forum. Sep 30, 2013 01:03 AM
- Posted Template summary property for X86 on InstallShield Forum. Aug 14, 2013 07:23 AM
- Posted Re: collect files to lof file on InstallShield Forum. Aug 14, 2013 06:56 AM
- Posted Re: Single .ISM, multiple release targets; different INSTALLDIR targets, what's best way? on InstallShield Forum. Aug 08, 2013 08:29 AM
- Posted upgrade scenario on InstallShield Forum. Aug 08, 2013 08:15 AM
- Posted Application size is not comming in control panel on InstallShield Forum. Mar 12, 2013 01:34 AM
- Posted Re: Interview Questions on InstallShield Forum. Jan 28, 2013 11:30 PM
- Posted Interview Questions on InstallShield Forum. Jan 28, 2013 01:10 AM
- Posted Re: Help!! Patch is not able to update old Dlls files on InstallShield Forum. Jan 28, 2013 12:44 AM
- Posted Re: InstallScript DialogSetInfo on InstallShield Forum. Jan 17, 2013 04:47 AM
- Posted Re: Custom Dialog in an Installscript Custom Action on InstallShield Forum. Jan 16, 2013 06:08 AM
- Posted Re: Sql Server 2008 R2 SP1 missing in SetupPrerequisite on InstallShield Forum. Dec 04, 2012 12:43 AM
- Posted Re: Appending Existing Registry Entry on InstallShield Forum. Dec 03, 2012 05:07 AM
- Posted Re: Silent Uninstallation failed to execute on InstallShield Forum. Nov 30, 2012 12:18 AM
- Posted Silent Uninstallation failed to execute on InstallShield Forum. Nov 29, 2012 04:34 AM