This website uses cookies. By clicking OK, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
voyager1983
Pilgrim
Jul 13, 2008
09:51 PM
I have remove the "restart windows" action in both "post-install" and "post-uninstall", however, my installer sometimes still promted user to restart computer. How can I prohibit the "restart computer" and ensure that the installer doesn't prompt user to restart computer in any case? Thanks!
... View more
Labels
Jun 17, 2008
09:36 PM
YEAH, that refers to UNIX platform, How about windows? I tried to set IATEMPDIR in windows console, but it doesn't work. Normally what should we do in windows xp?
... View more
Jun 17, 2008
02:43 AM
Hi all, I want to extract the installer into non-template folder. I looked up on website, and found the following instructions: (the url is http://kb.acresso.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q000181&sliceId=1&docTypeID=DT_INFO_1_1&dialogID=17971523&stateId=0%200%2017969982) "If the installer does not prompt to select another location on UNIX systems, the IATEMPDIR variable may be set from the command line to specify an alternate temporary location. The Launcher always checks to see if this value is set, and if so, will use this value. If IATEMPDIR is not set, then the default ( /tmp) will be used. On Windows systems, the installer uses the %TMP% variable to discern its temp space." I created an install.properties file and writed "IATEMPDIR=D:\tempdir\" into that file. Then I executed installer with command ".\install.exe -f .\install.properties" , it takes no effect. Did I make something wrong? If I wants to add IATEMPDIR in the commandline, what parameter can I added? Where can I get the list of parameter of installer of IA? Many Thanks!
... View more
Labels
Jun 16, 2008
05:18 AM
I tried holding while starting installer. Unfortunately, there’s no console windows appears. This scenario indicates that there’s something wrong while invoking the extracted files. I found the extracted files are placed at C:\Documents and Settings\ \Local Settings\Temp\I1213593658. When I copied the folder out from temp dir to other regular folders, I can start install by invoking install.exe. I suspect if this symptom is because of improper privilege setting of current account, which might obstruct the executable running in temp folder. Have you ever met that problem?
... View more
Jun 16, 2008
02:54 AM
yes,the installer uses a bundled JVM
... View more
Jun 16, 2008
02:52 AM
Thanks! I write an exe file using windows API SHChangeNotify as you said. and it works fine! But one thing in my mind is if such executable works normal in Windows Vista? Below is my code: #include "stdafx.h" #include #include #pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" ) //this is used for hide the console window when invoking void main() { SHChangeNotify(SHCNE_ASSOCCHANGED,SHCNF_IDLIST | SHCNF_FLUSH,NULL,NULL); }
... View more
Jun 13, 2008
05:37 AM
Hi, All I use the "set windows registry - multiple entries" to add file association with the specific type of data file. The data file's icon shows correctly only when I reboot the machine or re login. How should we do to make the data file's icon looks correctly immediately after installation finished? Thanks!
... View more
Labels
Jun 13, 2008
05:32 AM
Nop, the installer is local build out. The same installer works fine on other's computer. Seems it's the machine's configuration makes it failed. But I don't get a method to track the reason
... View more
Jun 13, 2008
02:56 AM
Hi, All On some user’s machine (windows XP), the InstallAnywhere installer can’t successfully startup. After the extraction process, an error box popped up, which is attached, said There's no hint and I don't know how to trace that bug. Knowing the same installer can work correct on other machines. I took a look at the machine, and its account is administrator type. Anyone know the reason or how to trace the reason? Thanks!
... View more
Labels
Jun 09, 2008
09:17 PM
Hi, All I am currently using IA to implement an installer for Windows XP. What I want is to set my own icon in the Control Panel->Add or Remove Programs list, rather than the default one. How can I reach that? Thanks!
... View more
Labels
May 28, 2008
02:45 AM
Yeah, really a cool trick:D Thank you very much!
... View more
May 26, 2008
05:10 AM
HI there, I used the Panel "Get User Input - Advanced" to get user's selection from a group of radio button. the radio button 's label is relatively long, so I need the IA automatically wrap the label when it reaches the right border. Unfortranately, it fails. I can divide label into 2 lines but I can do nothing with radio group How can I do to achieve that? Great Thank!
... View more
Labels
May 16, 2008
02:46 AM
Hi, I was intend to silent install VC8 redistribution -- vcredist_x86.exe. The exe file actually is a wrapper of msi. the structure is as follows: vcredist_x86 -----|--VCREDI~3.EXE -------------|--vcredist.msi The following command can assure me to install successfully: vcredist_x86.exe /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" " But when I use execute command action in IA, the installation has no effect, the command I use is as follows: "$USER_INSTALL_DIR$$\$vcredist_x86.exe" /q:a /c:"VCREDI~3.EXE /q:a /c:""msiexec /i vcredist.msi /qn"" " I suspect maybe some charater above are recognized as other means. I am new to the IA, could any one help me out? Thanks!
... View more
Labels
Oct 24, 2007
02:22 AM
At the beginning of installation, I want the installer to switch user. How can I acheive that using ISMP? I now can generate the dialog box to let user input the destination user id and password, and how can I finish the user switch task and let the later installation done with the new user account?
... View more
Labels
Latest posts by voyager1983
Subject | Views | Posted |
---|---|---|
6331 | Jul 13, 2008 09:51 PM | |
1448 | Jun 17, 2008 09:36 PM | |
25994 | Jun 17, 2008 02:43 AM | |
867 | Jun 16, 2008 05:18 AM | |
867 | Jun 16, 2008 02:54 AM | |
420 | Jun 16, 2008 02:52 AM | |
7996 | Jun 13, 2008 05:37 AM | |
867 | Jun 13, 2008 05:32 AM | |
10931 | Jun 13, 2008 02:56 AM | |
8066 | Jun 09, 2008 09:17 PM |
Activity Feed
- Posted How to prohibit the windows restart on InstallAnywhere Forum. Jul 13, 2008 09:51 PM
- Posted Re: How to extract installer to non-template folder on InstallAnywhere Forum. Jun 17, 2008 09:36 PM
- Posted How to extract installer to non-template folder on InstallAnywhere Forum. Jun 17, 2008 02:43 AM
- Posted Re: Fail to start up installation on some machine on InstallAnywhere Forum. Jun 16, 2008 05:18 AM
- Posted Re: Fail to start up installation on some machine on InstallAnywhere Forum. Jun 16, 2008 02:54 AM
- Posted Re: How to load the file association without reboot on InstallAnywhere Forum. Jun 16, 2008 02:52 AM
- Posted How to load the file association without reboot on InstallAnywhere Forum. Jun 13, 2008 05:37 AM
- Posted Re: Fail to start up installation on some machine on InstallAnywhere Forum. Jun 13, 2008 05:32 AM
- Posted Fail to start up installation on some machine on InstallAnywhere Forum. Jun 13, 2008 02:56 AM
- Posted How can I change the icon displayed in "Add or Remove Programs" on InstallAnywhere Forum. Jun 09, 2008 09:17 PM
- Posted Re: Help!! How to wrap label in the Panel Get User Input - Advanced on InstallAnywhere Forum. May 28, 2008 02:45 AM
- Posted Help!! How to wrap label in the Panel Get User Input - Advanced on InstallAnywhere Forum. May 26, 2008 05:10 AM
- Posted complex execute command action failed on InstallAnywhere Forum. May 16, 2008 02:46 AM
- Posted how to switch user during installation on Mac OS on InstallShield Forum. Oct 24, 2007 02:22 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 18, 2019
12:11 PM
|