Mar 02, 2010
03:29 AM
pv7721 wrote: No, there isn't any special option. All you need to do is to create an installer.properties file along the installed .exe and then use Execute Installed Target like this: name of the installed setup -i silent or name of the installed setup -f path to the installer.properties Let me try this option.
... View more
Nov 09, 2009
12:25 AM
pv7721 wrote: I see. It's odd, as it happened almost a year ago. I wonder if the user has find the solution to his problem. But coming back to your issue, have you ever managed to compile in command line, or it never worked? Hi Vlad By reducing the "stack" memory of the server where the builds were running we were able to resolve this issue. Thanks -Vikz
... View more
Oct 01, 2009
08:09 AM
Hey Vlad It worked.Amazing.Thanks aton for your help.As always you are my saviour. 😉 Thanks and Regards Vikram
... View more
Jul 16, 2009
06:15 AM
Well Vlad,the use case is that we work multiple releases.As in one release for eg Rel1.0 has installers with IAv7.1 and other release say Rel2.0 has installers made from IAv9.0(to get Vista support). Now the user of our product has the option of installing Rel1.0 and Rel2.0 in the same folder for some reasons. I hope I have addressed your query. -Vikz
... View more
Jul 10, 2009
03:01 AM
To be sure, just remove all folders and redo a new install -> this way you would check that the installers don't clean up after themselves. If this is the case you could add as a last action in the Post-Install Task something like rm -rf /tmp/install.dir.*
... View more
Jun 09, 2009
08:29 AM
Vikram Gosain wrote: Vlad.... It is set to "Always Overwrite" but I guess its not workin too 😞 Is there any way we can do this through custom code.?. Also is there any link where we can find some commonly used custom code.?
... View more
May 28, 2009
01:07 AM
pv7721 wrote: Obviously, you need to put that in the Pre-Uninstall, but it'll be a custom code or a custom executable that will stop your application. Ok..Thanks alot Vlad. -Vikram
... View more
May 29, 2009
04:23 AM
pv7721 wrote: Does this happen on a single machine or on more than one? On what Windows (XP, Vista etc.?) This happens on all machines who have windows xp.I havent tested it on Windows Vista.
... View more
Nov 18, 2010
08:07 PM
Ok, then I'll try to create a custom (reduced) VM to include it in our installers. Thanks.
... View more
Apr 21, 2009
11:45 AM
Vikram Gosain wrote: Also a basic question related to this is does InstallAnywhere 2008 Enterprise Edition supports shortname concept.?.I mean any folder's created by IA v9.0 creates corresponding short names .? So, you never mentioned anything about FAT32 in the first place. Again, I'm telling you, this is not an IA feature, but an OS feature (even more, you're inquiring for Windows with FAT32 partitions which is less and less common nowadays). So once again, this thread doesn't belong here in the first place! If you really need 8.3 character I guess that you might need to simply have them in your files and folders. I strongly recommend you look for this kind of information in Windows-specific forums or to contact Microsoft support (I tried to find this information, but I couldn't, so I think that it doesn't even exist (i.e. normally you cannot disable 8.3 names on FAT32 partitions: http://en.wikipedia.org/wiki/8.3_filename An 8.3 filename[1] (also called a short filename or SFN) is a filename convention used by old versions of DOS and versions of Microsoft Windows prior to Windows 95 and Windows NT 3.51. It is also used in modern Microsoft operating systems as an alternate filename to the long filename for compatibility with legacy programs. The filename convention is limited by the FAT file system. And FAT32 is nothing but a newer FAT version!
... View more
Apr 17, 2009
09:04 AM
I'm sorry but I'm not at all familiar with this setup, so I urge you to contact the Acresso Software support. Meanwhile, what I can think of is the following: has it ever worked or not? If yes, think of what you've might done that could have broken it (an update? a firewall?)
... View more
Apr 15, 2009
08:37 AM
pv7721 wrote: Please see this thread: http://community.acresso.com/showthread.php?t=177786&highlight=input+string Thanks for the prompt response pv7721.But the thread you mentioned talks about the versions less then 1.6.0_12.
... View more
Mar 13, 2009
01:10 AM
HI, write a shell script like this pass the value how you want. #! /usr/bin/bash cp /.dtprofile /.dtprofile_backup grep -v "export TEST_EN_HOME" /.dtprofile_backup > /.dtprofile echo "export TEST_EN_HOME=" >> /.dtprofile . /.dtprofile sed "s|TEST_EN_HOME=.*|TEST_EN_HOME=xxxxxxxx|g" /.dtprofile > tmp mv tmp /.dtprofile . /.dtprofile sleep 1 copy the shell script to your solari machine and keep this in one file (Path.sh) and execute this file based on your requierment. in the above shell script "xxxxxxx" keep your vlaue.and "TST_EN_HOME" keep u r varible name. standared way of calling "Path.sh"file EX:. ./Path.sh
... View more
Latest posts by Vikram_Gosain
Subject | Views | Posted |
---|---|---|
798 | Mar 02, 2010 03:29 AM | |
798 | Feb 14, 2010 11:28 PM | |
3061 | Jan 19, 2010 12:11 PM | |
630 | Nov 09, 2009 12:25 AM | |
845 | Nov 09, 2009 12:23 AM | |
1364 | Nov 05, 2009 05:50 AM | |
1364 | Nov 04, 2009 08:58 AM | |
1364 | Nov 03, 2009 10:47 AM | |
1364 | Nov 03, 2009 09:21 AM | |
5673 | Nov 03, 2009 08:34 AM |
Activity Feed
- Posted Re: Invoking an exe from another on InstallAnywhere Forum. Mar 02, 2010 03:29 AM
- Posted Re: Invoking an exe from another on InstallAnywhere Forum. Feb 14, 2010 11:28 PM
- Posted Invoking an exe from another on InstallAnywhere Forum. Jan 19, 2010 12:11 PM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 09, 2009 12:25 AM
- Posted Re: !: not found on InstallAnywhere Forum. Nov 09, 2009 12:23 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 05, 2009 05:50 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 04, 2009 08:58 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 03, 2009 10:47 AM
- Posted Re: Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 03, 2009 09:21 AM
- Posted Build via GUI ok but cmdline fails on InstallAnywhere Forum. Nov 03, 2009 08:34 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Oct 01, 2009 08:09 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Oct 01, 2009 05:43 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 30, 2009 09:34 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 29, 2009 03:53 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 28, 2009 01:09 AM
- Posted Re: HPUX Display Setting Issue on InstallAnywhere Forum. Sep 25, 2009 11:50 AM
- Posted HPUX Display Setting Issue on InstallAnywhere Forum. Sep 25, 2009 09:10 AM
- Posted !: not found on InstallAnywhere Forum. Sep 14, 2009 06:30 AM
- Posted Re: IA v7.1 and IAv9.0 compatibility issue on InstallAnywhere Forum. Jul 16, 2009 06:15 AM
- Posted IA v7.1 and IAv9.0 compatibility issue on InstallAnywhere Forum. Jul 14, 2009 09:00 AM