Oct 15, 2014
01:55 PM
I've created an MSI installation file using InstallShield 2012. After I've installed it, if I go to the "Add or Remove Programs" / "Programs and Features" in the Windows Control Panel I can see my program's entry and it also display the program's version. I then created an update (patch) using InstallShield 2012. After installing the MSP file, I click "View installed updates" and see my an entry for my patch but the version field is empty. How do populate the version of that installed update using InstallShield or the MSI API?
... View more
Labels
- Labels:
-
InstallShield 2012
Jul 11, 2012
10:54 PM
I want to enable "change" button in custom setup during modify operation also. But when i enable and change the install folder ; it does not take [InstallDIr] as the new location but the specified location in MSI. Can you tell me whether Installshield support the same and if yes how can i make sure that [INSTALLDIR] is set to the new location. For example: I have a Feature A,B. Destination folder for A is not INSTALLDIR. Let says its c:\ABC. The destination folder of B is [INSTALLDIR] which is c:\DEF. I install A first. Then i double click MSI and go to modify and change the loc (C:\PQR) to install B. But the INSTALLDIR still remains as c:\DEF and installs in it. and the INSTALLDIR also does not get displayed in "LOcation" label in custom setup dialog... But this works perfectly fine for fresh install...
... View more
Labels
- Labels:
-
InstallShield 2012
Dec 24, 2011
11:49 AM
It does not work. the windows installer internally converts c:\prog files to c:\prog filles (x86) on 64 bit OS Any other way ....?
... View more
Dec 23, 2011
07:15 AM
I think u didnt get my question... i have a single 32 bit MSI. it has 2 feature A and B. A should go to c:\progfiles and b should go to c:\prog files (x86)\...on a 64 bit OS is it possible? if yes, can u tell me in detail
... View more
Dec 23, 2011
03:51 AM
I have 2 features A and B. The A feature needs to go to c:\program files and B needs ro go to C:\program files (x86) on a 64 bit OS. Is it possible.. Can you tell me any way to do it...When i mark a componet 64 bit and build. it gives AMD64 template error ....
... View more
Dec 23, 2011
02:38 AM
Install on c:\programfiles\ on 64 bit. I tried the below and failed. Directory Name: INSTALLDIR Directory Value: [ProgramFiles64Folder]\MyCompany\MyProduct Execution Scheduling: Execute only once Install Exec Sequence: After CostFinalize Install Exec Condition: Not Installed And VersionNT64 And ISReleaseFlags="64bit" My 64-bit Product Configuration has a release flag called 64bit; hence, the ISReleaseFlags="64bit" in my Install Exec Condition. If I have a feature that needs to go in c:\progfiles in not 32 and 6 bit..what should i do. Can release flag only be applied for features? Can we do it on component. Can u explain in detail the step how you achieved the above..where u set the release flags and any other proprty u set..it will be great help.
... View more
Jun 15, 2011
02:53 PM
I have created 2 checkboxes..A,B.. I am displaying a feature depending on selection..But it works only for the first time.. For example when i select A checkbox, it displays FeatureA...But now i go back and unselect checkBox A and click next, it still dispayes featureA again.. Now end the install and click install.exe again when i unselect A checkbox, it doesnt displays FeatureA...But now i go back and select checkBox A and click next, it still doesnt dispayes featureA. This means that it is retaining setting set first time.. I have writtten executecustom code and evaluate rule..still this does not work..
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jun 11, 2011
12:49 PM
I have the same problem.. I have created 2 checkboxes..A,B.. I am displaying a feature depending on selection..But it works only for the first time.. Anybody find the solution?
... View more
Nov 07, 2009
10:19 AM
I think the problem with the MsiDatabaseOpenView is the last parameter which is the HANDLE to HWND. in c++ it is &hView, but in installscript when we write &hView , it will give error on compilation. Anyway to rectify the problem.
... View more
Nov 05, 2009
08:22 AM
I am using MsiDatabaseOpenView problem in installscript. HWND hView,hDatabase hDatabase = MsiGetActiveDatabase(hInstall); if ( !hDatabase ) { return ERROR_INSTALL_FAILURE; } // Look for the ONLY Control table record where // `Dialog_`='ReadyToInstall' AND `Control`='SummaryText' if ( ERROR_SUCCESS != (uiRet = MsiDatabaseOpenView(hDatabase, "SELECT `Dialog_`, `Control`, `Text`, FROM `Control` WHERE (`Dialog_`='ReadyToInstall' AND `Control`='Summary')", hView))) { return ERROR_INSTALL_FAILURE; } Even Though it is giving ERROR_SUCCESS; but the value of hView is null when used in installscript. The same script in c++ will be working if we just replace &hView in MsiDatabaseOpenView query. How do i use in installscript. if(! hView) then MessageBox("Null ") else MessageBox("NOT Null ") endif In C++ it will give NOT NULL but InstallScript it wil give NULL. How to access the dialog in installscript.
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 24, 2008
11:46 AM
Hi Thanks for the reply. I just have a simple MSI. I have opened the MSI using IS2008 but launch condition is empty. Is there any custom action that is running..
... View more
Nov 24, 2008
05:12 AM
1.I have an MSI.When i run the MSI,it asks me to run setup.exe. Please let me know how to run the MSI without calling Setup.exe. 2. In Basic or InstallScript project; where does setup.exe extract the MSI. what is the path where MSI is extracted.
... View more
Labels
- Labels:
-
InstallShield 2008
Nov 06, 2008
03:52 AM
How to restart in between an installation and resume the installation after restarting. For example After installing MSMQ I want my installation to restart and then resume the installation after restarting.:cool: In both MSI and InstallScript Project.
... View more
Labels
- Labels:
-
InstallShield 2008
Latest posts by tnand53
Subject | Views | Posted |
---|---|---|
2788 | Oct 15, 2014 01:55 PM | |
2334 | Jul 11, 2012 10:54 PM | |
1328 | Dec 24, 2011 11:49 AM | |
1328 | Dec 23, 2011 07:15 AM | |
1981 | Dec 23, 2011 03:51 AM | |
1981 | Dec 23, 2011 02:38 AM | |
847 | Jul 13, 2011 11:59 AM | |
4086 | Jun 15, 2011 02:53 PM | |
744 | Jun 11, 2011 12:49 PM | |
619 | Nov 07, 2009 10:19 AM |
Activity Feed
- Posted Patch Version not coming in Add/Remove Programs "View Install Updates" on InstallShield Forum. Oct 15, 2014 01:55 PM
- Posted Change InstallDir during modify operation on InstallShield Forum. Jul 11, 2012 10:54 PM
- Posted programfiles issue on InstallShield Forum. Dec 24, 2011 11:49 AM
- Posted programfiles issue on InstallShield Forum. Dec 23, 2011 07:15 AM
- Posted Programfiles issue on InstallShield Forum. Dec 23, 2011 03:51 AM
- Posted Install on c:\programfiles\ on 64 bit OS using 32 bit install on InstallShield Forum. Dec 23, 2011 02:38 AM
- Posted Can you please show an example on InstallAnywhere Forum. Jul 13, 2011 11:59 AM
- Posted InstallAnywhere variable retains setting. on InstallAnywhere Forum. Jun 15, 2011 02:53 PM
- Posted checking rules on InstallAnywhere Forum. Jun 11, 2011 12:49 PM
- Posted Re: MsiDatabaseOpenView problem in InstallScript on InstallShield Forum. Nov 07, 2009 10:19 AM
- Posted MsiDatabaseOpenView problem in InstallScript on InstallShield Forum. Nov 05, 2009 08:22 AM
- Posted Is2008-msi on InstallShield Forum. Nov 24, 2008 11:46 AM
- Posted How run MSI without calling setup.exe on InstallShield Forum. Nov 24, 2008 05:12 AM
- Posted ForceReboot action on InstallShield Forum. Nov 10, 2008 01:55 AM
- Posted Resume Installation after restart on InstallShield Forum. Nov 06, 2008 03:52 AM
- Posted Elevated privilege in InstallScript project on InstallShield Forum. Oct 21, 2008 02:38 AM
- Posted Custom Actions on InstallShield Forum. Aug 21, 2008 01:20 AM
- Posted CustomActionData to Access a Property on InstallShield Forum. Aug 20, 2008 02:56 AM
- Posted Custom Actions. on InstallShield Forum. Aug 20, 2008 02:43 AM
- Posted Self Registration vs COM Extraction on InstallShield Forum. Aug 05, 2008 03:08 AM