Nov 24, 2008
03:10 AM
Hello... Its a installScript project... Thats why I think I am not able to set property through command line... Please help
... View more
Nov 22, 2008
02:43 AM
Any update... ??? 😞 😞
... View more
Nov 20, 2008
06:39 AM
Thanks... Setup.exe is uncompressed.. I tried to set the property using CmdLine=TITLE_CAPTIONBAR=MyApp ... It's not working here... 😞 Could u tell me how to create a log file for setup.exe ... It would be helpful to debug it through log file... setup.exe /s /L*v "C:\Logs\Mylog.log" is the coomand i am using to generate a log file ... but its not creating any log file at mentioned path. Thanks
... View more
Nov 19, 2008
11:20 PM
Thanks for reply.... I tried but it didn't work... I need to set the property through setup.exe not by .Msi. TITLE_CAPTIONBAR is not set by any option through command line... Since i can't build the setup.exe again so i have to have set this value at run time only by any mean... Any way to do this ??? Thanks
... View more
Nov 19, 2008
03:16 AM
Hi, I have a setup.exe to be installed or uninstalled. I can't build the setup.exe again through InstallShield 2008. I want to change one property defined in ISM file through setup.exe . How can I set TITLE_CAPTIONBAR(used in ISM file) property during installation through command line by calling the build(Setup.exe). Is thr any way to set this property during uninstallation also. Thanks
... View more
Labels
- Labels:
-
InstallShield 2008
Nov 10, 2008
06:12 AM
Hi I have an appliaction(setup.exe by IS 2008) which gets installed and uninstalled by my Master isntaller. This master installer(Basic .Msi) is developed by using InstallShield 2008. But I am getting some problem in uninstallation of application. I checked the uninstallation string of previous build which is as below.This used to work fine. RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\PROFES~1\RunTime\09\01\Intel32\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{D6E3B415-056F-49A4-BB49-9EE417C00762}\setup.exe" -l0x9 -uninst but the new uninstallation string is creating problem. "C:\Program Files\InstallShield Installation Information\{D6E3B415-056F-49A4-BB49-9EE417C00762}\setup.exe" -runfromtemp -l0x0009 -uninst -removeonly. What is the use of runfromtemp option... Please help in making it a complete silent uninstallation. Thanks
... View more
Labels
- Labels:
-
InstallShield 2008
Oct 06, 2008
01:40 AM
My Installer is installing 2 applications( .msi)..But in this case both applications are creating shortcut at different Paths on XP as well on Vista... The shortcut path is same for both .Msi in Shortcut View. ALLUSERS is set to 2 in both .Msi. On Xp path of shorcut of first .Msi is %Documents and settings%All Users\Start Menu\MyApp Path of secpnd .Msi is %Documents and settings\Amit\Start Menu\Programs\MyApp I want both shortcut files at same Path,under Alluser\StartMenu\.. Same problem persist on Vista .. Thanks
... View more
Sep 26, 2008
02:09 AM
Thanks for reply. But display icon changes the icon in Add/Remove Program . I want to change the icon of shortcut folder under start>All Programs>Myapp>Launch.exe . Can i do it by using AddFolderIcon function in script?? Is there any way to do it..??? Thanks
... View more
Sep 26, 2008
12:21 AM
Hi, I am using Installshield 2008 to build a .msi. It creates one shortcut in start>ALL Programs>Myapp>launch.exe. I want to change the icon of Myapp(which is a folder not an exe) . Launch .exe is palced inside Myapp folder. How can i change the default icon of folder by any specific icon. Thanks
... View more
Labels
- Labels:
-
InstallShield 2008
Aug 11, 2008
01:08 AM
Thanks for reply.... I am using the property ( checkbox) set in msi to install setup.exe(as condition).. How can I execute setup.exe(Wrapper of .Msi) after main instalerr's .Msi..I want to call setup.exe after .Msi ( not as pre requisite).. How can I do this???? Thanks
... View more
Aug 08, 2008
04:43 AM
Hi, I am using IS 2008 to develope .Msi installer....I am using a custom action with in script execution as Deferred Execution in System Context to launch third party application(setup.exe)...This custom action calls a install Script function say Myfunction which actually uses LaunchApplication to launch setup.exe. I have set LAAW_SHELLEXECUTEVERB = "runas" before calling LaunchApplication ..Required administrative privileges is set to Yes. But it fails on vista without giving any error. I have tried to launch that setup.exe through Vbscript also... I don't know where I am going wrong..Why My custom action fails on vista..Is .Msi missing privilege to launch application??? Thanks in advance for any help.
... View more
Labels
- Labels:
-
InstallShield 2008
Aug 04, 2008
12:26 AM
Thanks for your reply..Setup doesn't show any maintenance dialog in Add/Remove program..2 dialog boxes come rather... Thanks..
... View more
Jul 29, 2008
12:02 AM
Thanks..I dont have access to the code...Could you tell me how can they support silent uninstallation in IS12.. Thanks
... View more
Jul 25, 2008
04:03 AM
Hi.. Am I the only person who is facing this problem..??? Could anyone help me in this problem..I tried different response files also with different order of dialogs and dialogs type..But nothing worked..Is silent uninstallation possible in this case..??? Thanks
... View more
Latest posts by amit_kumar3117
Subject | Views | Posted |
---|---|---|
1329 | Nov 24, 2008 03:10 AM | |
1329 | Nov 22, 2008 02:43 AM | |
1329 | Nov 20, 2008 06:39 AM | |
1329 | Nov 19, 2008 11:20 PM | |
3375 | Nov 19, 2008 03:16 AM | |
430 | Nov 11, 2008 12:36 AM | |
1299 | Nov 10, 2008 06:12 AM | |
850 | Oct 06, 2008 01:40 AM | |
850 | Sep 26, 2008 02:09 AM | |
5801 | Sep 26, 2008 12:21 AM |
Activity Feed
- Posted Re: How to set a property during Installation/Uninstallation on InstallShield Forum. Nov 24, 2008 03:10 AM
- Posted Re: How to set a property during Installation/Uninstallation on InstallShield Forum. Nov 22, 2008 02:43 AM
- Posted Re: How to set a property during Installation/Uninstallation on InstallShield Forum. Nov 20, 2008 06:39 AM
- Posted Re: How to set a property during Installation/Uninstallation on InstallShield Forum. Nov 19, 2008 11:20 PM
- Posted How to set a property during Installation/Uninstallation on InstallShield Forum. Nov 19, 2008 03:16 AM
- Posted Re: Problem in Uninstallation on InstallShield Forum. Nov 11, 2008 12:36 AM
- Posted Problem in Uninstallation on InstallShield Forum. Nov 10, 2008 06:12 AM
- Posted Re: How to change shortcut folder icon on InstallShield Forum. Oct 06, 2008 01:40 AM
- Posted Re: How to change shortcut folder icon on InstallShield Forum. Sep 26, 2008 02:09 AM
- Posted How to change shortcut folder icon on InstallShield Forum. Sep 26, 2008 12:21 AM
- Posted Re: deferred execution in system context fails on vista on InstallShield Forum. Aug 11, 2008 01:08 AM
- Posted deferred execution in system context fails on vista on InstallShield Forum. Aug 08, 2008 04:43 AM
- Posted Re: Silent uninstallation using response file on InstallShield Forum. Aug 04, 2008 12:26 AM
- Posted Re: Silent uninstallation using response file on InstallShield Forum. Jul 29, 2008 12:02 AM
- Posted Re: Silent uninstallation using response file on InstallShield Forum. Jul 25, 2008 04:03 AM
- Posted Re: Single UAC prompt for multiple setup.exe on InstallShield Forum. Jul 22, 2008 12:38 AM
- Posted Re: Silent uninstallation using response file on InstallShield Forum. Jul 22, 2008 12:24 AM
- Posted Re: Silent uninstallation using response file on InstallShield Forum. Jul 21, 2008 08:59 AM
- Posted Re: Silent uninstallation using response file on InstallShield Forum. Jul 21, 2008 08:54 AM
- Posted Re: Single UAC prompt for multiple setup.exe on InstallShield Forum. Jul 21, 2008 05:29 AM