Nov 26, 2008
09:53 AM
Hi Folks, I am building my .ism project via command line. Each and every time i want to pass ProductName and Productcode dynamically. I am able to pass single argument during build. How to pass multiple argument during build. ISCmdBld.exe -p "C:\InstallShield 2009 Projects\Common.ism" -z ProductName=TEST I have to pass ProductCode now.
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 26, 2008
09:49 AM
Hi Debbiel, Thanks for the reply.If you have any small codesnippets could you please forward which i can look into as an example. It Would be of great help
... View more
Nov 26, 2008
06:04 AM
Hi Folks, I am working with IS 2009 BASIC MSI P/J. I need to change the name of setup.exe to A.exe some thing like that. I am using ANT SCRIPTING to dynmaically complie the project . So there is any command Line Argument through which i can change the name of setup.exe. I am using ISCmdBld.exe -p "C:\InstallShield 2009 Projects\Common.ism" -z ProductName=TEST to change the ProductName Dynamically, There is any stuff like this to rename setup.exe to A.exe ....
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 20, 2008
09:44 AM
Hi , I have got an XMl in the below format which would be inserted in end user system. I have to read the XML and create a vir directory according to the XML. Please let me know what needs to be done to achieve it.
... View more
Nov 20, 2008
08:36 AM
Thanks for the code Snippet, I need to pass the VirtualDirectory path and Name of the virtual directory through command line, I have already created a setup through Internet Information Services as my project is a Basic MSI. My aim is to pass the arguments through Command line.
... View more
Nov 19, 2008
08:28 AM
Hi Folks, I am using Basic MSI p/j (IS 2009). I need to pass the loacl path (Virtual directory Structure) and the application name to the project through command line argument . I am able to do it through Internet Information Service option. But i need this values to be read from INI file and pass the values to project through Command Line argument. Is there any way to do or suggestion to do it.
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 19, 2008
08:10 AM
Hi Folks, I am using Basic MSI project (IS 2009) I have to pass the application Name during through command line argument. How can i make it work? Next i have to change the exe file name to same as the application name that i am going to pass through command line. Please help me in getting in correct.
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 10, 2008
05:16 AM
Hi Folks, I am using BASIC MSI PROJECT (IS 2009 PRO). Please let me know how can i change the icon and the text of setup.exe file which is a getting generated by default. I tried out browsing regarding this....but i didnt get any info 😞
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 03, 2008
09:54 AM
Hi Folks, I am using BASIC MSI Project in installshield 2009 Pro. I have declared a List Globally LIST listID. The list is getting populated in a function and also i didnt destroy the List. When i try to use the value present in the list in other function i am not able to use it. Any suggestions to resolve the issue.
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 03, 2008
06:13 AM
Hi Folks, I have a combo box which is populated with values during runtime. And when user selects a particular value from the combo box i have to parse the value to a function. How can i get the value that user is selecting during runtime. I have created a property for the combo box in property manager with the name ENVICOMBOBOX with the value 12345. I have tried out the option CtrlGetCurSel property but no luck 😞 CtrlGetCurSel("CustomDialog", ENVICOMBOBOX, svDrive); . Please let me know how it can be done?
... View more
Labels
- Labels:
-
InstallShield 2009
Oct 31, 2008
01:01 AM
Peter, We have already generated the web.config files for different item through java code and these web.config_ITEM1 , web.config_ITEM2 are added to the application files. So according to user selection of ITEM1 in the dropdown the web.config_ITEM1 needs to renamed to web.config and other web.config_ITEM2.. etc needs to be deleted during the runtime. And anyway i will try the option of XML file changes suggested by you.
... View more
Oct 30, 2008
03:48 AM
Hi Folks, I am using IS 2009 and working on BASIC MSI project. According to the value selected by the end user in the combo box during installation.The file should renamed and deleted. For eg.. In Application Files i have added different config files like web.config_ITEM1 , web.config_ITEM2, etc.... . If user selects ITEM1 in the combo box during the installation process, web.config_ITEM1 should be renamed as web.config and other files like web.config_ITEM2 should be deleted. And then only application files should be dropped into the end user system. There is any help topic that i can look into so that i can work on the above scenario. i.e(Rename and Delete files during Installation process)
... View more
Labels
- Labels:
-
InstallShield 2009
Oct 30, 2008
12:00 AM
Robert, Its perfect it worked out really well, Thanks for your help. using "SUPPORTDIR" Variable if(MsiGetProperty(hMSI, "SUPPORTDIR", supportDirPath, supportDirPathBuffer) == ERROR_SUCCESS) then MessageBox(supportDirPath,0); endif; strFileName = supportDirPath^"Balaji.txt";
... View more
Latest posts by Balaji_Vinu
Subject | Views | Posted |
---|---|---|
1537 | Nov 26, 2008 09:53 AM | |
585 | Nov 26, 2008 09:49 AM | |
3153 | Nov 26, 2008 06:04 AM | |
913 | Nov 20, 2008 09:44 AM | |
913 | Nov 20, 2008 08:36 AM | |
3630 | Nov 19, 2008 08:28 AM | |
1745 | Nov 19, 2008 08:10 AM | |
3458 | Nov 10, 2008 05:16 AM | |
578 | Nov 04, 2008 08:16 AM | |
797 | Nov 03, 2008 11:21 PM |
Activity Feed
- Posted Passing multiple arguments through command line on InstallShield Forum. Nov 26, 2008 09:53 AM
- Posted Re: Rename setup.exe while building the Project. on InstallShield Forum. Nov 26, 2008 09:49 AM
- Posted Rename setup.exe while building the Project. on InstallShield Forum. Nov 26, 2008 06:04 AM
- Posted Re: Virtual directory creation. on InstallShield Forum. Nov 20, 2008 09:44 AM
- Posted Re: Virtual directory creation. on InstallShield Forum. Nov 20, 2008 08:36 AM
- Posted Virtual directory creation. on InstallShield Forum. Nov 19, 2008 08:28 AM
- Posted Change Application Name and name of the .exe on InstallShield Forum. Nov 19, 2008 08:10 AM
- Posted Change setup.exe icon and text. on InstallShield Forum. Nov 10, 2008 05:16 AM
- Posted Re: Accessing Global Variables on InstallShield Forum. Nov 04, 2008 08:16 AM
- Posted Re: Get the value from combobox. on InstallShield Forum. Nov 03, 2008 11:21 PM
- Posted Accessing Global Variables on InstallShield Forum. Nov 03, 2008 09:54 AM
- Posted Get the value from combobox. on InstallShield Forum. Nov 03, 2008 06:13 AM
- Posted Re: Rename and Delete files. on InstallShield Forum. Oct 31, 2008 01:01 AM
- Posted Rename and Delete files. on InstallShield Forum. Oct 30, 2008 03:48 AM
- Posted Re: Getting the URL Correct. on InstallShield Forum. Oct 30, 2008 12:00 AM
- Posted Re: Getting the URL Correct. on InstallShield Forum. Oct 28, 2008 05:53 AM
- Posted Re: Getting the URL Correct. on InstallShield Forum. Oct 24, 2008 05:25 AM
- Posted Re: Getting the URL Correct. on InstallShield Forum. Oct 23, 2008 07:26 AM
- Posted Getting the URL Correct. on InstallShield Forum. Oct 22, 2008 09:43 AM
- Posted Re: Values not getting populated on InstallShield Forum. Oct 22, 2008 09:25 AM